var browser_name = navigator.appName;
var stat=0;
var win;

function w(name,W,H){

		   win=window.open("", "picture", "width="+W+", height="+(parseInt(H)+60)+",top="+(screen.height-W)/2+",left="+(screen.width-H)/2+",toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes"  );
		   win.document.write("<html><head><title>More Data</title><meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'></head>\n");
		   win.document.write("<body bgcolor='#000' marginwidth='0' marginheight='0' style='margin:0;'>\n" );
		   
		   win.document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,29,0' width='"+W+"' height='"+H+"'>\n");
		   
		   win.document.write("<param name='movie' value='"+name+"'><param name='quality' value='high' /><embed src='"+name+"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+W+"' height='"+H+"'></embed>\n");
		   win.document.write("</object><p align='center' style='line-height:16px;'><a href='javascript:window.close();' style='border:1px solid #7BB7FF; color:#7BB7FF;padding:0 5px; font-size:11px; font-family:Tahoma; text-decoration:none; '>close window</a></p>\n");
		   win.document.write("</body></html>\n");
		   win.document.close();
		   win.focus();
	  } 	
	

		        
              
              
              
      