// JavaScript Document
function RunIntro()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="906" height="449">\n');
    document.write('<param name="movie" value="swf/home.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<embed src="swf/home.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="906" height="449"></embed>\n');
    document.write('</object>\n');
}

function RunMenuIT()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="195" height="390">\n');
    document.write('<param name="movie" value="menu_it.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="wmode" value="transparent">\n');
	document.write('<embed src="~menu_it.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="195" height="390" wmode="transparent"></embed> \n');
    document.write('</object>\n');
}

function RunMenuUK()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="195" height="390">\n');
    document.write('<param name="movie" value="menu_eng.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="wmode" value="transparent">\n');
	document.write('<embed src="~menu_eng.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="195" height="390" wmode="transparent"></embed> \n');
    document.write('</object>\n');
}

function RunSegmento()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="74" height="450">\n');
    document.write('<param name="movie" value="dyn_img/swf/segmento_11.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="wmode" value="transparent">\n');
	document.write('<embed src="dyn_img/swf/segmento_11.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="74" height="450" wmode="transparent"></embed> \n');
    document.write('</object>\n');
}


          
