<!-- funzione popup pagina normale
function popup(page) {
	window.open(page,'popup','width=550,height=596,toolbar=0,scrollbars=yes,resizable=yes');	
}
// -->

<!--
function fal(val)
{
  if(val != "none")
  {
    index = val.split("|")
    window.open(index[0],index[1],"scrollbars=yes,toolbar=yes,resizable=yes");
  }
}
// -->

<!--
function expandingWindow(website) {
var windowprops='width=1,height=1,scrollbars=0,status=no,resizable=yes,location=no'
var heightspeed = 10; 
var widthspeed = 10; 
var leftdist = 0;   
var topdist = 0; 
var lunghezza = 380;
var altezza = 425;

if(lunghezza == 0){
lunghezza = window.screen.availWidth;
		}
if(altezza == 0){
altezza = window.screen.availHeight;
}

if (window.resizeTo&&navigator.userAgent.indexOf("Opera")==-1) {
var winwidth = lunghezza;
var winheight = altezza;
var sizer = window.open("","","left=" + leftdist + ",top=" + topdist +","+ windowprops);
for (sizeheight = 1; sizeheight < winheight; sizeheight += heightspeed)
sizer.resizeTo("1", sizeheight);
for (sizewidth = 1; sizewidth < winwidth; sizewidth += widthspeed)
sizer.resizeTo(sizewidth, sizeheight);
sizer.location = website;
}
else
window.open(website,'mywindow');
}
// -->

<!--
function explosion(url)
{
 if (!document.layers&&!document.all&&!document.getElementById)
  {
   paramstp="height=300,width=400,top=0,left=0,scrollbars=yes,location=no"+
   ",directories=no,status=no,menubar=no,toolbar=no,resizable=yes"
   var crw=window.open(url,"",paramstp);
   if (crw.focus){crw.focus();}
   return;
  }
 var winwidth=100;
 var winheight=100;
 var winreswidth=798;
 var winresheight=598;
 var LeftPosition=(winreswidth-winwidth)/2;
 var TopPosition=winresheight-winheight/2;

 var paramstr="left="+LeftPosition+",top="+TopPosition+",width="+winwidth+
              ",height="+winheight+",toolbar=no,menubar=no,location=no,"+
              "status=no,scrollbars=no,resizable=yes";
 var crw=open(url,"",paramstr);

 crw.resizeBy(0,-40);

 var resspeed=50;
 var wspeed=winreswidth/resspeed;
 var hspeed=winresheight/resspeed;
 var x=wspeed;
 
 while (x)
 {
  crw.resizeBy(x,0);
  winwidth+=x;
  LeftPosition=(winreswidth-winwidth)/2;
  TopPosition-=wspeed;
  if (LeftPosition<0) LeftPosition=0;
  if (TopPosition<0) TopPosition=0;
  crw.moveTo(LeftPosition,TopPosition);
  if (winwidth>=winreswidth) x=0;

 }
 crw.moveTo(0,0);
 
 var y=hspeed;
 winheight=50;
 while(y)
 {
  crw.resizeBy(0,y);
  winheight+=y;
  if (winheight>=winresheight) y=0;
 }
 crw.resizeTo(winreswidth,winresheight);
 if (crw.focus){crw.focus();}
}
// -->

<!--
function goThere(form){
	var linkList=form.selectThis.selectedIndex
	if(!linkList==""){window.location.href=form.selectThis.options[linkList].value;}
}
//-->

<!--
function in_basso(){
var dimension = screen.height;
window.scroll(0,dimension);
}
function in_alto(){
window.scroll(0,0);
}
/*<input type="button" value="Torna Su" OnClick="en_haut()" Color:lightgreen)">*/
// -->
