function insertFlash(file,width,height){

document.write('<object type="application/x-shockwave-flash" data="'+ file +'" width="'+ width +'" height="'+ height +'" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">');
document.write('<param name="quality" value="high" />');
document.write('<param name="wmode" value="transparent" />');
document.write('<param name="movie" value="'+ file +'" />');
document.write('<embed src="'+ file +'" quality="high" wmode="transparent" width="'+ width +'" height="'+ height +'" play="true" loop="false" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"></embed></object>');
}
