var nomipagine = new Array()

nomipagine[0] = "home20100304201321"
nomipagine[1] = "giocattoli"
nomipagine[2] = "regalo"
nomipagine[3] = "matrimoni"
nomipagine[4] = "bomboniere"
nomipagine[5] = "offerte"
nomipagine[6] = "storia"
nomipagine[7] = "gallery"
nomipagine[8] = "info"

var nomibottoni = new Array()

nomibottoni[0] = "home"
nomibottoni[1] = "reparti"
nomibottoni[2] = "reparti"
nomibottoni[3] = "servizi"
nomibottoni[4] = "servizi"
nomibottoni[5] = "offerte"
nomibottoni[6] = "storia"
nomibottoni[7] = "gallery"
nomibottoni[8] = "info"



var dsd = true
var dsd2 = true

function expand(id){

	document.getElementById(id).style.display = "block"
	//document.getElementById("mytarget").style.top = 404+'px'

}

function Unexpand(){
	
	document.getElementById('hiddenReparti').style.display = "none"
	document.getElementById('hiddenServizi').style.display = "none"
	//document.getElementById("mytarget").style.top = 357+'px'
	
	
}


function imgswitch(id){
	
	var img = id
	
	if(id == "repartii"){img = "reparti"}
	if(id == "servizii"){img = "servizi"}
	
	document.getElementById(id).src = "../../Include_img/BOTTONI/"+img+"3.jpg"

}

function imgREswitch(id){
	
	var img = id
	
	if(id == "repartii"){img = "reparti"}
	if(id == "servizii"){img = "servizi"}
	
	document.getElementById(id).src = "../../Include_img/BOTTONI/"+img+".jpg"
}




function settamenu(){
	
	var tempURL = window.location
	
	tempURL = tempURL+''
	tempURL = tempURL.toLowerCase()

	if(tempURL.indexOf("-")>-1){

		for(i=0;i<nomipagine.length;i++){
			
			if(tempURL.indexOf(nomipagine[i])>-1){
				
				if(nomibottoni[i] == "reparti" || nomibottoni[i] == "servizi"){
				
					document.getElementById(nomibottoni[i]+"i").src="Include_img/BOTTONI/"+nomibottoni[i]+"2.jpg"
					document.getElementById(nomibottoni[i]+"i").onmouseover = ""
					document.getElementById(nomibottoni[i]+"i").onmouseout = ""
					document.getElementById("vitrovate").src="Include_img/BOTTONI/"+nomibottoni[i]+"2.jpg"
					var x = nomibottoni[i].capitalize()
					
					
					if(tempURL.indexOf("regalo")>-1){document.getElementById("regalobot").style.color="#e0996d"}
					if(tempURL.indexOf("giocattoli")>-1){document.getElementById("giocattolibot").style.color="#e0996d"}
					if(tempURL.indexOf("matrimoni")>-1){document.getElementById("matrimonibot").style.color="#e0996d"}
					if(tempURL.indexOf("bomboniere")>-1){document.getElementById("bombonierebot").style.color="#e0996d"}
					
					//document.getElementById("mytarget").style.top = 404+'px'

					
				}else{
				
					document.getElementById(nomibottoni[i]).src="Include_img/BOTTONI/"+nomibottoni[i]+"2.jpg"
					document.getElementById(nomibottoni[i]).onmouseover = ""
					document.getElementById(nomibottoni[i]).onmouseout = ""
					document.getElementById("vitrovate").src="Include_img/BOTTONI/"+nomibottoni[i]+"2.jpg"

				}
			
			}
			
			
		}
		
	}else{
		
		document.getElementById("vitrovate").src="Include_img/BOTTONI/home2.jpg"	
		
	}
	
	
	
	
	
}


function rollOver(id){
	
	document.getElementById(id).src='../../Include_img/BOTTONI/newsletter2.jpg'
	
}

function rollOut(id){
	
	document.getElementById(id).src='../../Include_img/BOTTONI/newsletter.jpg'
	
}

function newsletterOCLK(){
	
	SVopenWin('http://www.google.it',610,500,false,true);
	
}


function clearForm(id){
	
	var ytemp = document.getElementById(id).value
	
	if(ytemp == "NOME" || ytemp == "COGNOME" || ytemp == "INDIRIZZO EMAIL" || ytemp == "COMUNE RESIDENZA" || ytemp == ""){
	
	document.getElementById(id).value = ""
	document.getElementById(id).style.color="#000"
	
	}
}

function resetForm(id){
	
	var ytemp2 = document.getElementById(id).value
	
	if(id == "nome" && ytemp2 == ""){
		
		document.getElementById(id).style.color="#777"
		document.getElementById(id).value = 'NOME'
	
	}else if(id == "cognome" && ytemp2 == ""){
	
		document.getElementById(id).style.color="#777"
		document.getElementById(id).value = 'COGNOME'
	
	}else if(id == "iscr_newsl" && ytemp2 == ""){
	
		document.getElementById(id).style.color="#777"
		document.getElementById(id).value = 'INDIRIZZO EMAIL'
	
	}else if(id == "comune" && ytemp2 == ""){
	
		document.getElementById(id).style.color="#777"
		document.getElementById(id).value = 'COMUNE RESIDENZA'
	
	}

	
}

function validate(id){
	
	var xtemp = document.getElementById(id).checked
	
	if (xtemp == true || xtemp == "true") {document.getElementById("n1").style.display="block";document.getElementById("n2").style.display="none"}else{document.getElementById("n2").style.display="block";document.getElementById("n1").style.display="none"}
	
	
}


function color(id){
	
	document.getElementById(id).src="../../Include_img/loghi papa/GIOCHI/"+id+".jpg"
	
	
}

function bandw(id){
	
	document.getElementById(id).src="../../Include_img/loghi papa/GIOCHI/"+id+"2.jpg"
	
	
}

function color2(id){
	
	document.getElementById(id).src="../../Include_img/loghi papa/REGALO/"+id+".jpg"
	
	
}

function bandw2(id){
	
	document.getElementById(id).src="../../Include_img/loghi papa/REGALO/"+id+"2.jpg"
	
}
