// JavaScript Document
function show1(url)
{
talk=open("","DisplayWindow","width=320,height=240,,toolbar=no,location=no,directories=no,status=no,scrollbars=no,menubar=no,resizable=no,fullscreen=no");
talk.document.write("<html><head><title>中国经济网</title>\n");
talk.document.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=GB2312\">\n");
//talk.document.write("<script>self.moveTo(100,100);</scr"+"ipt>\n");
talk.document.write("<body bgcolor=\"#FFFFFF\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">\n"); 
talk.document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0\" width=320 height=240>\n");
talk.document.write(" <param name=movie value=\""+url+"\">\n");
talk.document.write("<param name=quality value=high>\n");
talk.document.write("<param name=\"SCALE\" value=\"exactfit\">\n");
talk.document.write("<embed src=\""+url+"\" quality=high pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?p1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=320 height=240>\n"); 
talk.document.write("</embed>\n</object>\n"); 
talk.document.write("</body>\n</html>\n\n"); 
setTimeout("talk.close()",20000);

} 
/*function show2(url) 
{
talk=open("","DisplayWindow","width=400,height=300,,top=30,left=40,toolbar=no,location=no,directories=no,status=no,scrollbars=no,menubar=no,resizable=no,fullscreen=no"); 
talk.document.write("<html><head><title>中国经济网</title>\n"); 
talk.document.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=GB2312\">\n"); 
talk.document.write("<body bgcolor=\"#FFFFFF\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">\n"); 
talk.document.write("<a href=\"http://politics.people.com.cn/GB/8198/44132/index.html\" target=_blank onClick='window.close()'><img src=\""+url+"\" border=0></a>\n"); 
talk.document.write("</body>\n</html>\n\n"); 
}*/
function show2(url) 
{
talk=open("","DisplayWindow","width=400,height=300,,top=30,left=40,toolbar=no,location=no,directories=no,status=no,scrollbars=no,menubar=no,resizable=no,fullscreen=no"); 
talk.document.write("<html><head><title>中国经济网</title>\n"); 
talk.document.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=GB2312\">\n"); 
talk.document.write("<body bgcolor=\"#FFFFFF\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">\n"); 
talk.document.write("<img src=\""+url+"\" border=0>\n"); 
talk.document.write("</body>\n</html>\n\n"); 
}