var ol=false; var width = window.screen.width; var height = window.screen.height; function openPictureWindow_Fever(imageType,imageName,imageWidth,imageHeight,alt,posLeft,posTop) { // v4.01 var scroll="no"; var fWidth =1*imageWidth; var fHeight=1*imageHeight; if (fWidth >= width-100) {fWidth=width-100; scroll="yes"; fHeight=fHeight+18;} if (fHeight>= height-100) {fHeight=height-100; scroll="yes"; fWidth=fWidth+18;} newWindow = window.open("","newWindow","width="+fWidth+",height="+fHeight+",scrollbars="+scroll+",left="+posLeft+",top="+posTop); newWindow.document.open(); newWindow.document.write(''+alt+''); if (imageType == "swf"){ newWindow.document.write(''); newWindow.document.write(''); newWindow.document.write(''); newWindow.document.write(''); }else{ newWindow.document.write('\"'+alt+'\"'); } newWindow.document.write(''); newWindow.document.close(); newWindow.focus(); } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i