// JavaScript Document
function ApriFrame (Percorso,File)
{
self.location.href=Percorso+".htm?"+File+".htm";
}
function CaricaConsiglio ()
{
parent.frames.consiglio.location.href=location.search.substr(1);
}
function CaricaChisiamo ()
{
parent.frames.chi_siamo.location.href=location.search.substr(1);
}
function CaricaPv ()
{
parent.frames.pa.location.href=location.search.substr(1);
}

