// JavaScript Document
function RunFlash() {
	document.write('<object type="application/x-shockwave-flash" data="swf/index.swf" width="1003" height="560">\n');
    	document.write('<param name="movie" value="swf/index.swf">\n'); 
		document.write('<param name="menu" value="false">\n');  
		document.write('<param name="quality" value="high">\n'); 		
    	document.write('</object>\n');
}
