function Runindexfla(){

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" width="580" height="191">');
document.write('<param name=movie value="./index_fla.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<embed src="./index_fla.swf" quality="high" width="580" height="191" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</embed>');
document.write('</object>');

}

function Runfla(a,b,c,d){

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" width="605" height="225">');
document.write('<param name=movie value="./index_fla.swf" />');

document.write('<PARAM NAME=FlashVars VALUE="t1=');
document.write(a);
document.write('&t2=');
document.write(b);
document.write('&t3=');
document.write(c);
document.write('&t4=');
document.write(d);
document.write('">');

document.write('<param name="quality" value="high" />');
document.write('<embed src="./index_fla.swf" quality="high" width="605" height="225" FlashVars="t1=');
document.write(a);
document.write('&t2=');
document.write(b);
document.write('&t3=');
document.write(c);
document.write('&t4=');
document.write(d);

document.write('" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</embed>');
document.write('</object>');

}
