function WriteObj()
{
    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="800" height="240">\n');
    document.write('<param name="movie" value="images/top.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="images/top.swf" quality="high" type="application/x-shockwave-flash" width="800" height="240"></embed>\n');
    document.write('</object>\n');
}

function WriteObj2()
{
    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="800" height="497">\n');
    document.write('<param name="movie" value="images/movie/movie.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="images/movie/movie.swf" quality="high" type="application/x-shockwave-flash" width="800" height="497"></embed>\n');
    document.write('</object>\n');
}


function WriteObj3()
{
    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="800" height="280">\n');
    document.write('<param name="movie" value="top.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="top.swf" quality="high" type="application/x-shockwave-flash" width="800" height="280"></embed>\n');
    document.write('</object>\n');
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
