var stile = "top=100, left=100, width=820, height=560, status=no, menubar=no, toolbar=no scrollbar=no";
function popup(apri) {
	window.open(apri, "", stile);
}

function menu2over(num,colore){
		document.getElementById('menu2'+num).style.color = colore;
		document.getElementById('icona_menu2'+num).style.backgroundColor = colore;
}

function menu2out(num){
		document.getElementById('menu2'+num).style.color = '#656563';
		document.getElementById('icona_menu2'+num).style.backgroundColor = '#656563';
}

function menu2over_b(num,colore){
		document.getElementById('menu2'+num).style.color = colore;
}

function menu2out_b(num){
		document.getElementById('menu2'+num).style.color = '#656563';
}

	
function shopOver(id_prodotto){
		document.getElementById(id_prodotto).style.textDecoration = 'underline';
}
	
function shopOut(id_prodotto){
		document.getElementById(id_prodotto).style.textDecoration = 'none';
}

if (document.images){
	for (i = 1; i <= 6; i++){
		img="immagine"+i;
		img = new Image('',49);
		img.src = "img/menu"+i+".png";
	}
}


