/*
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="188" HEIGHT="82" id="BancaMarche" ALIGN="">');
document.write('<PARAM NAME="movie" VALUE="testata/BannerBancaMarche188x82.swf">');
document.write('<PARAM NAME="quality" VALUE="best">');
document.write('<PARAM NAME="scale" VALUE="noscale">');
document.write('<PARAM NAME="wmode" VALUE="opaque">');
document.write('<PARAM NAME="bgcolor" VALUE="#FD0930">');
document.write('<EMBED src="testata/BannerBancaMarche188x82.swf" quality="Best" bgcolor="#FD0930"  WIDTH="188" NAME="BancaMarche" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" height="82"></EMBED>');
document.write('</OBJECT>');
*/

myFlashObject=new Object
myFlashObject.movie="testata/BannerBancaMarche188x82.swf"
myFlashObject.quality="high"
myFlashObject.wmode="opaque"
myFlashObject.bgcolor="#FD0930"
myFlashObject.width=188
myFlashObject.height=82
myFlashObject.version="8,0,0,0"
commitFlashObject(myFlashObject, "myBancaMarcheDiv")