function showClass(name,scroll,num) {
strIMG = name;
MaxIMG = num;
win = window.open("popup.html","CtrlWindow","toolbar=no,menubar=no,status=no,scrollbars="+scroll+",location=no,resizable=yes,width=600,height=400");
}

function GetMAXIMGS() {return MaxIMG;}

function GetImageFile() {return strIMG;}