
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}

function finestra(str) {

        searchWin = window.open(str,'finestra','scrollbars=yes,resizable=yes,width=470,height=320,status=no,location=no,toolbar=no');
searchWin.creator=self
}

function finestraindex(str) {

        searchWin = window.open(str,'finestra','scrollbars=yes,resizable=yes,width=600,height=650,status=no,location=no,toolbar=no');
searchWin.creator=self
}


function shoutboxfdes()
{
var breite=800;
var hoehe=600;
var positionX=((screen.availWidth / 2) - larghezza / 2);
var positionY=((screen.availHeight / 2) - altezza / 2);
var url ='home.php';
pop=window.open('','','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbar s=1,resizable=1,fullscreen=0,width='+larghezza+',height='+altezza+',top=10000,le ft=10000');
pop.resizeTo(larghezza,altezza);
pop.moveTo(positionX,positionY);
pop.location=url ;
}
