<!--

function wopen(wurl,w,h)
{
var parametri
parametri='width='+ w + ',height='+ h +',directories=no,location=no,menubar=no,scrollbars=yes,status=yes,toolbar=no,resizable=yes,left=5,top=0,screenX=0,screenY=0';
wind=window.open(wurl,'vas',parametri);
}

function pf()
{
<!-- if (navigator.appName == 'Microsoft Internet Explorer' && parseInt(navigator.appVersion) >= 4)
{window.external.AddFavorite('http://www.vascampania.org/', 'Vas campania Associazione Nazionale di protezione ambientale. Ecologisti di nuova generazione.');}// -->
 }


function LmOver(elem, clr,st)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#FFFFFF";
elem.style.cursor = 'hand'
window.status=st

}

function LmOut(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#808080";
window.status=''
}

function LmDown(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#FFFFFF";

}

function LmUp(path)
{location.href = path;}

//-->