// JavaScript Document

//document.write('<object classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6">');
//document.write('<param name=../swf/" value="main.swf">');
//document.write('<param name="autoStart" value="-1"></object>');

document.write('<embed src="../swf/main.swf" width="760" height="580"  bgcolor=#000000 />');

/*
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"');
document.write('WIDTH="550" HEIGHT="400" id="myMovieName">');
document.write('<PARAM NAME=movie VALUE="../swf/main.swf">');
document.write('<PARAM NAME=quality VALUE=high>');
document.write('<PARAM NAME=bgcolor VALUE=#FF0000>');
document.write('<EMBED src="../swf/main.swf" quality=high bgcolor=#FFFFFF WIDTH="550" HEIGHT="400"');
document.write('NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash"');
document.write('PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT>');
*/