var arrayVyp = new Array();
			
			  arrayVyp[0]="home_lavoro.jsp";
			  arrayVyp[1]="home_acquisti.jsp";
			  arrayVyp[2]="home_tempo_libero.jsp";
			  arrayVyp[3]="home_sport.jsp";
			  arrayVyp[4]="home_musica.jsp";
			  arrayVyp[5]="soldi.jsp";
			  
			  
			  function openSectioVyp(parameter){
			  //alert(parameter);
				//window.navigate(arrayVyp[parameter]);
				window.location=arrayVyp[parameter];
			  }    


function writeFlashHome(){
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="550" height="300" id="introvyp" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="movies/header_hp.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" />');
	document.write('<embed src="movies/header_hp.swf" quality="high" bgcolor="#000000" width="550" height="300" name="introvyp" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');
}

function writeFlashHome_old(){
	document.write('<img src="images/header_home.gif" alt="Concorsi" />');
}

