// JavaScript Document
var Sitename="http://www.chinamie.com/";

function FLA(){
	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='700' height='420'>");
document.write("        <param name='movie' value='images/F_"+Num+".swf'>");
document.write("		<param name='quality' value='high'>");
document.write("		<param name=wmode value=transparent>");
document.write("		<embed src='images/F_"+Num+".swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='700' height='420'></embed>");
document.write("		</object>");

	}


function Index(){
	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="700" height="456">');
	document.write('<param name="movie" value="'+Sitename+'/images/index.swf" />');
    document.write('<param name="quality" value="high" />');      
    document.write('<embed src="'+Sitename+'/images/index.swf" width="700" height="456" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>');
    document.write('</object>');
	}
