function writeOverlay(width,movieURL,FlashVars){
if(!width){width=160}
if(!movieURL){movieURL="/cms/global/flash/OLCI/upgrade.swf"}
document.write('<div id="pouLinkSWF">\n');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0" width="'+width+ '" height="40">\n');
document.write('<param name="movie" value="'+movieURL+'">\n');
document.write('<param name="wmode" value="opaque">\n');
if(FlashVars)
document.write('<param name="FlashVars" value="url='+FlashVars+'">\n');
document.write('<param name="quality" value="high">\n');
document.write('<embed src="'+movieURL+'" quality="high" pluginspage="https://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" flashVars="url=' + FlashVars + '" width="'+width+'" height="40" wmode="transparent"></embed>\n');
document.write('</object></div>\n');
}