function newWindow(img,w,h) { w += 40; h += 65 var options = "width=" + w +",height=" + h; newWin = window.open("", "ImageWindow", options); newWin.document.write("
"); newWin.document.write("Close window<\/font><\/a>"); newWin.document.write("<\/div><\/body><\/html>"); newWin.document.close(); } function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features); }