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>');
}

function gal(variab){
document.write('<object type="application/x-shockwave-flash" data="gal.swf" width="600" height="740" flashvars="dir='+ variab +'" 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="flashvars" value="dir='+ variab + '" />');
document.write('<param name="movie" value="gal.swf" />');
document.write('<embed src="gal.swf" FlashVars="dir='+ variab +'" quality="high" wmode="transparent" width="600" height="740" play="true" loop="false" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"></embed></object>');
}
