// JavaScript Document
function nomal(_src,_width,_height){
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="'+_width+'" height="'+_height+'" align="middle" />');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="'+_src+'" />');
document.write('<param name="SCALE" value="exactfit" />');
document.write('<embed src="'+_src+'" quality="high"  width="'+_width+'" height="'+_height+'" align="middle" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" scale="exactfit" />');
document.write('</object>');
}

function toum(__src,__width,__height){
document.write('<CENTER><EMBED  src="'+__src+'" width="'+__width+'" height="'+__height+'" type="application/x-shockwave-flash"; quality="high" wmode="transparent"></CENTER>');
}