function openPictureWindow_Fever(imageName,imageWidth,imageHeight,alt) { newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight); newWindow.document.open(); newWindow.document.write(''+alt+''); newWindow.document.write('+alt+'); newWindow.document.write(''); newWindow.document.close(); newWindow.focus(); } //-->