			function mouseOver()
				{
				document.b1.src ="resources/menu_top/menu_on_02v.gif"
				}
			function mouseOut()
				{
				document.b1.src ="resources/menu_top/menu_02v.gif"
				}
			function mouseOver2()
				{
				document.b2.src ="resources/menu_top/menu_on_03.gif"
				}
			function mouseOut2()
				{
				document.b2.src ="resources/menu_top/menu_03.gif"
				}
			function mouseOver3()
				{
				document.b3.src ="resources/menu_top/menu_on_04.gif"
				}
			function mouseOut3()
				{
				document.b3.src ="resources/menu_top/menu_04.gif"
				}
			function mouseOver4()
				{
				document.b4.src ="resources/menu_top/menu_on_05.gif"
				}
			function mouseOut4()
				{
				document.b4.src ="resources/menu_top/menu_05.gif"
				}
			function mouseOver5()
				{
				document.b5.src ="resources/menu_top/menu_on_06.gif"
				}
			function mouseOut5()
				{
				document.b5.src ="resources/menu_top/menu_06.gif"
				}
				
			function mainOver()
				{
				document.main1.src ="resources/menu_in/desc_over.gif"
				}
			function mainOut()
				{
				document.main1.src ="resources/menu_in/desc.gif"
				}
			function mainOver2()
				{
				document.main2.src ="resources/menu_in/servizi_over.gif"
				}
			function mainOut2()
				{
				document.main2.src ="resources/menu_in/servizi.gif"
				}
			
			function tariffeover()
				{
				document.tariffe.src ="resources/resources/tableoffer2/tabover_tariffe.gif"
				}
			function tariffeout()
				{
				document.tariffe.src ="resources/resources/tableoffer2/tab_tariffe.gif"
				}
			function costiover()
				{
				document.costi.src ="resources/resources/tableoffer2/tabover_costi.gif"
				}
			function costiout()
				{
				document.costi.src ="resources/resources/tableoffer2/tab_costi.gif"
				}	
				
				
			function res3over()
				{
				document.res3.src ="resources/land/res_over.gif"
				}
			function res3out()
				{
				document.res3.src ="resources/land/res_off.gif"
				}	
			function af3over()
				{
				document.af3.src ="resources/land/aff_over.gif"
				}
			function af3out()
				{
				document.af3.src ="resources/land/aff_off.gif"
				}
			function conosciover()
				{
				document.prodotto.src ="resources/conosci_prodotto_on.gif"
				}
			function conosciout()
				{
				document.prodotto.src ="resources/conosci_prodotto.gif"
				}
				
			function special1over()
				{
				document.special1.src ="resources/chiama_sempre_special_on.gif"
				}
			function special1out()
				{
				document.special1.src ="resources/chiama_sempre_special_off.gif"
				}		
			function special2over()
				{
				document.special2.src ="resources/chiama_free_special_on.gif"
				}
			function special2out()
				{
				document.special2.src ="resources/chiama_free_special_off.gif"
				}
			function special3over()
				{
				document.special3.src ="resources/sempre_special_on.gif"
				}
			function special3out()
				{
				document.special3.src ="resources/sempre_special_off.gif"
				}			
			function special4over()
				{
				document.special4.src ="resources/free_special_on.gif"
				}
			function special4out()
				{
				document.special4.src ="resources/free_special_off.gif"
				}
				
			function teleROver()
				{
				document.tele.src ="resources/landings/telefona.gif"
				}
			function teleROut()
				{
				document.tele.src ="resources/landings/telefona_off.gif"
				}
			function adslROver()
				{
				document.adsl.src ="resources/landings/adsl.gif"
				}
			function adslROut()
				{
				document.adsl.src ="resources/landings/adsl_off.gif"
				}
			function unicaROver()
				{
				document.unica.src ="resources/landings/unica.gif"
				}
			function unicaROut()
				{
				document.unica.src ="resources/landings/unica_off.gif"
				}
				
			function teleBOver()
				{
				document.teleb.src ="resources/landings/telefona_b.gif"
				}
			function teleBOut()
				{
				document.teleb.src ="resources/landings/telefona_off.gif"
				}
			function adslBOver()
				{
				document.adslb.src ="resources/landings/adsl_b.gif"
				}
			function adslBOut()
				{
				document.adslb.src ="resources/landings/adsl_off.gif"
				}
			function unicaBOver()
				{
				document.unicab.src ="resources/landings/unica_b.gif"
				}
			function unicaBOut()
				{
				document.unicab.src ="resources/landings/unica_off.gif"
				}
			
			
			function res_homeOver()
				{
				document.home1.src ="../resources/new_home/residenziali_over.gif"
				}
			function res_homeOut()
				{
				document.home1.src ="../resources/new_home/piani_residenziali.gif"
				}
				
			function biz_homeOver()
				{
				document.home2.src ="../resources/new_home/business_over.gif"
				}
			function biz_homeOut()
				{
				document.home2.src ="../resources/new_home/piani_business.gif"
				}
				
			function hc_homeOver()
				{
				document.hc.src ="../resources/new_home/hcenter.gif"
				}
			function hc_homeOut()
				{
				document.hc.src ="../resources/new_home/help_center.gif"
				}
			
			
			
			function visualizza(id){
  				if (document.getElementById){
  					if(document.getElementById(id).style.display == 'none'){
   						document.getElementById(id).style.display = 'block';
   					}else{
     					document.getElementById(id).style.display = 'none';
   						}
  					}
				}
				
			
