function wopen(wurl)
{

wfeatures="height=565,width=920,scrollbars=yes,menubar=no,status=no,toolbar=no,location=no";
win = window.open("Panorama.php",'_blank',wfeatures); 

win.document.write("<html><head>");
win.document.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\"/>");
win.document.write("<META HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\">");
win.document.write("<META HTTP-EQUIV=\"EXPIRES\" CONTENT=\"-1\">");
win.document.write("<title>Panorama</title>");


//win.document.write("<script language='JavaScript' type='text/javascript' src='AC_RunActiveContent.js'></script>");
win.document.write("</head>");
win.document.write("<body topmargin=0 bottommargin=0 leftmargin=0 rightmargin=0>");

win.document.write("<table border='0' cellspacing='0' cellpadding='0' align='center'>");
win.document.write("  <tr>");
win.document.write("    <td>");



/*
win.document.write("<script type='text/javascript'>");
win.document.write(" AC_FL_RunContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0', ");
win.document.write("'width','900', 'height','500', 'title','skipropertybg', ");
win.document.write("'src','pan-pre',");
win.document.write("'FlashVars','imgname=pan"+wurl+".jpg',");
win.document.write("'quality','high', ");
win.document.write("'pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash', ");
win.document.write("'movie','pan-pre');");
win.document.write("</script><noscript>");
*/
win.document.write("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'");
win.document.write(" codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'");
win.document.write(" WIDTH='900' HEIGHT='500' id='pan-pre' ALIGN=''>");
win.document.write(" <PARAM NAME=movie VALUE='pan-pre.swf'> <PARAM NAME=FlashVars VALUE='imgname=pan"+wurl+".jpg'>");
win.document.write(" <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF>");
win.document.write(" <EMBED src='pan-pre.swf' FlashVars='imgname=pan"+wurl+".jpg' ");
win.document.write(" quality=high bgcolor=#FFFFFF  WIDTH='900' HEIGHT='500' NAME='pan-pre' ALIGN=''");
win.document.write(" TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED>");
win.document.write("</OBJECT>");

//win.document.write("</noscript>");


win.document.write("		</td>");
win.document.write("	</tr>");
win.document.write("</table>");

win.document.write("<div align=\"center\" style=\"padding-bottom: 40px;\"><a href=\"javascript:window.close();void(0);\" style=\"font-family: Franklin Gothic Medium, Verdana, sans-serif; font-size:14px; font-weight: inherit; font-style: inherit; color: black;\">Close this window</a></div>");

win.document.write("</body>");

win.document.write("<META HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\">");
win.document.write("<META HTTP-EQUIV=\"EXPIRES\" CONTENT=\"-1\">");

win.document.write("</html>");

}
