function run_movie( arg, w, h )
{ 
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+w+'" height="'+h+'" id="'+arg+'.swf" align=""><param name="wmode" value="transparent"><param name="movie" value="'+arg+'.swf"> <param name="quality" value="high"> <param name="bgcolor" value="transparent"> <embed src="'+arg+'.swf" quality="high" width="'+w+'" wmode="transparent" height="'+h+'" name="'+arg+'.swf" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>'); 
}
function OnW(path,name,resizable,width,height) {
 window.open(path,name,"width="+width+",height="+height+",resizable="+resizable+",scrollbars=yes").focus();
}
