function InsertSampleMovie()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="750" height="255">\n');
  document.write('<param name="movie" value="TOPO.swf">\n');
  document.write('<param name="quality" value="high">\n');
document.write('<embed src="TOPO.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="750" height="255"></embed>\n');
document.write('</object>\n')
}


function InsertIntro()
{
	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="421" height="450">\n');
    document.write('<param name="movie" value="flash/flash_home.swf" />\n');
    document.write('<param name="quality" value="high" />\n');
	document.write('<param name="menu" value="false" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
    document.write('<embed src="flash/flash_home.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="421" height="450"></embed>\n');
	document.write('</object>\n');
}

function InsertMenu()
{	
	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="400" height="52">\n');
    document.write('<param name="movie" value="flash/menus.swf">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<embed src="flash/menus.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="52"></embed>\n');
    document.write('</object>\n');
	
}

function InsertBanner(banner)
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="153" height="100">\n');
    document.write('<param name="movie" value="'+banner+'">\n');
    document.write('<param name="quality" value="high">\n');
    document.write('<embed src="'+banner+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="163" height="23"></embed>\n');
    document.write('</object>\n');	
}