function GetEmbedObj(nFile,nWidth,nHeigh){
  document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='" + nWidth +"' height='" + nHeigh +"' align='middle' id='topmovie'>");
  document.write("<param name='allowScriptAccess' value='sameDomain'/>");
  document.write("<param name='movie' value='topmovie.swf'/>");
  document.write("<param name='bgcolor' value='#ffffff' />");
  document.write("<param name='quality' value='high'>");
  
//  document.write("<param name='movie' value='"+ nFile+"'>");
//  document.write("<param name='wmode' value='transparent'>");
  document.write("<embed src='"+ nFile+"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' name='topmovie' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' width='" + nWidth +"' height='" + nHeigh +"'></embed>");

//<embed src="topmovie.swf" quality="high" bgcolor="#ffffff" width="105" height="110" name="topmovie" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
// document.write("<embed src='"+ nFile+"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='" + nWidth +"' height='" + nHeigh +"'></embed>");  
  document.write("</object>");
}  

function GetEmbedMovie_(nFile,nWidth,nHeigh,nAuto){
  document.write("<embed src='/images/topmovie.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='" + nWidth +"' height='" + nHeigh +"' autostart='" + nAuto + "'></embed>");
}  
