<!--
function openFrames(page_sx, page_dx) {
	top.frame_down.frame_sx.location.href = page_sx;
  top.frame_down.frame_dx.location.href = page_dx;
}

//Funzione lancio popup
function openwin(url,w,h)
{
t = 146
l = 322
win = window.open(url,'','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=yes,top=10,left=10,width='+w+',height='+h+', left='+l+', top='+t);
}

function openwin_noscroll(url,w,h)
{
t = 146
l = 322
win = window.open(url,'','toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no, width='+w+',height='+h+', left='+l+', top='+t);
}

//-->
