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('