<!--
function rollOn(nome){
	document.all(nome).className="casellamenuOn";
}

function rollOff(nome){
	document.all(nome).className="casellamenuOff";
}

function rollOn2(nome){
	document.all(nome).className="casellamenuOn2";
}

function rollOff2(nome){
	document.all(nome).className="casellamenuOff2";
}

function loadSwf(swfFile) {
	document.write('<OBJECT codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" height="146" width="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">\n');
	document.write('<PARAM NAME="_cx" VALUE="8467">\n');
	document.write('<PARAM NAME="_cy" VALUE="3090">\n');
	document.write('<PARAM NAME="FlashVars" VALUE="">\n');
	document.write('<PARAM NAME="Movie" VALUE="' + swfFile + '">\n');
	document.write('<PARAM NAME="Src" VALUE="' + swfFile + '">\n');
	document.write('<PARAM NAME="WMode" VALUE="Window">\n');
	document.write('<PARAM NAME="Play" VALUE="-1">\n');
	document.write('<PARAM NAME="Loop" VALUE="-1">\n');
	document.write('<PARAM NAME="Quality" VALUE="High">\n');
	document.write('<PARAM NAME="Menu" VALUE="0">\n');
	document.write('<PARAM NAME="Scale" VALUE="ShowAll">\n');
	document.write('<PARAM NAME="DeviceFont" VALUE="0">\n');
	document.write('<PARAM NAME="EmbedMovie" VALUE="0">\n');
	document.write('<PARAM NAME="SeamlessTabbing" VALUE="1">\n');
	document.write('<PARAM NAME="Profile" VALUE="0">\n');
	document.write('<PARAM NAME="ProfilePort" VALUE="0">\n');
	document.write('<embed src="' + swfFile + '" width="400" height="146" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false"></embed>\n');
	document.write('</OBJECT>\n');
}
-->