function play_menu1(surl){

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="743" height="83">');
document.write('<param name=movie value='+surl+'>');
document.write('<param name=quality value=high>');
document.write('<embed src='+surl+' quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="743" height="83">');
document.write('</embed> ');
document.write('</object>');

}


function play_main(){

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="60" height="322">');
document.write('<param name="movie" value="images/quick.swf">');
document.write('<param name="quality" value="high">');
 document.write('<embed src="images/quick.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="60" height="322"></embed>');
document.write('</object>');

}



function play_sub(surl){

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="860" height="191">');
document.write('<param name="quality" value="high">');
document.write('<param name="movie" value='+surl+'>');
document.write('<embed src='+surl+' quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="860" height="191"></embed></object>');

}



function play_index(surl){

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="860" height="250">');
document.write('<param name="movie" value='+surl+'>');
document.write('<param name="quality" value="high">');
document.write('<embed src='+surl+' quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="860" height="250"></embed></object>');

}

