ecco il sorgente.... non so più dove sbattere la capoccia mannaggia a me!!!

<script type="text/javascript" language="javascript">
function changeBKG() {
document.getElementById('headerDiv').style.backgro undColor='#535353';
}

function changeBKG2() {
document.getElementById('headerDiv').style.backgro undColor='#FFFFFF';
}
</script>

<style type="text/css">
.bkgMAIN{background-image:url('./img/bkg.gif');
height:452px;
width:100%;
background-repeat:repeat-x;
background-position:top;}
</style>
</head>

<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginheight="0" marginwidth="0">
<div id="headerDiv">
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%" class="bkgMAIN">
<tr>

<td align="center" valign="top">

<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="910" height="720">
<param name="movie" value="main.swf">
<param name="quality" value="high">
<embed src="main.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="910" height="720"></embed>
</object>

</td>
</tr>
</table>

</div>
</body>