writeParam();
function writeParam() 
{ 
	var col=document.all.tags("script"); 
	var jsrc=col.item(col.length-1).src; 
	var i=jsrc.indexOf("?"); 
	var words=jsrc.substr(i+1,jsrc.length); 
	
	
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="960" height="130"> ');
document.write('	<param name="movie" value="images/topmenu.swf?' + words + '"> ');
document.write('	<param name="quality" value="high"> ');
document.write('	<param name="wmode" value="transparent"> ');
document.write('	<embed src="images/topmenu.swf' + words + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="960" height="130"></embed> ');
document.write('</object> ');

}
