// JavaScript Document

function swap(cosa,chi){
eval("window.document.all."+chi+".style.cursor='hand'")
eval("window.document.all."+chi+".style.color='#ffffff'")
eval("window.document.all."+chi+".style.borderBottomColor='#000000'")
eval("window.document.images."+cosa+".src='gifComuni/gifs/freccinaOn.gif'")
}
function restore(cosa,chi){
eval("window.document.all."+chi+".style.color='#000000'")
eval("window.document.all."+chi+".style.borderBottomColor='#ffffff'")
eval("window.document.images."+cosa+".src='gifComuni//gifs/freccinaOff.gif'")
}
function swapdx(cosa,chi){
eval("window.document.all."+chi+".style.cursor='hand'")
eval("window.document.all."+chi+".style.color='#ffffff'")
eval("window.document.all."+chi+".style.borderBottomColor='#000000'")
eval("window.document.images."+cosa+".src='gifComuni/gifs/freccinaOndx.gif'")
}
function restoredx(cosa,chi){
eval("window.document.all."+chi+".style.color='#000000'")
eval("window.document.all."+chi+".style.borderBottomColor='#ffcc99'")
eval("window.document.images."+cosa+".src='gifComuni/gifs/freccinaOffdx.gif'")
}
function vaiCateg(quale){
top.frames[1].location="/catEng.asp?pgID="+quale
}

function UnderC(where){
 if (confirm("==========Sorry!==========\nThis section is still Under Construction.\nDo you wont navigate italian version?")){
top.frames[0].location="../testata.asp"
top.frames[1].location=where
}
}

