// JavaScripting by: Andrea M. Bettoni
// Riproduzione vietata

function vacanze() { 
larg=310; 
alt=310; 
toptop=(screen.height/2)-(alt/2)
leftleft=(screen.width/2)-(larg/2); 
searchWin = window. open('http://www.ideaup.com/vacanze_2006.htm','summerwindow','top='+toptop+',left='+leftleft+',scrollbars=no,resizable=no,width='+larg+',height='+alt+',status=no,location=no,toolbar=no'); 
} 

// window.document.onload = auguri();

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}