function gns($gn,$w,$h,$bg_col){
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
	
	document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"');
	
	document.write('width="',$w,'"');
	
	document.write('height="',$h,'"');
	
	document.write('id="flash"');
	
	document.write('align="middle">');
	
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	
	document.write('<param name="movie" value="',$gn,'" />');
	
	document.write('<param name="quality" value="high" />');
	
	document.write('<param name="bgcolor" value="',$bg_col,'" />');
	
	document.write('<embed src="',$gn,'"');
	
	document.write('quality="high"');
	
	document.write('bgcolor="',$bg_col,'"');
	
	document.write('width="',$w,'"');
	
	document.write('height="',$h,'"');
	
	document.write('name="flash"');
	
	document.write('align="middle"');
	
	document.write('allowScriptAccess="sameDomain"');
	
	document.write('type="application/x-shockwave-flash"');
	
	document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	
	document.write('</object>');
	};
function closeWindow(){
	window.close();
}