
// Auswahlseite
function sat(plain){
  posX = 0;
  posY = 0;
  satWidth= document.all ?  screen.availWidth : screen.availWidth;
  satHeight= (document.all ?  screen.availHeight : screen.availHeight)-54;
  eval("hb = open('main.html?gotoURL=" + plain + "', 'xxx', 'toolbar=0,scrollbars=0,resizable=0,status=0,menubar=0,screenX=" + posX + ",screenY=" + posY + ",left=" + posX + ",top=" + posY + ",width=" + satWidth + ",height=" + satHeight + "');");
  hb.focus();
 }
 // Standard PopUp Window schliessen, danach Neues oeffnen
var popUpWin=0;
function popUpWindow(URLStr, left, top, width, height, center_popup, scrollable){
  if(popUpWin)
  {
    if(!popUpWin.closed) popUpWin.close();
  }
  setTimeout("openPopUpWindow('"+URLStr+"', "+left+", "+top+", "+width+", "+height+", "+center_popup+", '"+scrollable+"')",300);
}


function goGuialmi(param){
	//alert("teste_es");
  posX = 0;
  posY = 0;
  satWidth= document.all ?  screen.availWidth : screen.availWidth;
  satHeight= document.all ?  screen.availHeight : screen.availHeight;
  eval("hb = open('/home" + param + ".html', 'new', 'toolbar=1,scrollbars=0,resizable=0,status=0,menubar=0,screenX=" + posX + ",screenY=" + posY + ",left=" + posX + ",top=" + posY + ",width=" + satWidth + ",height=" + satHeight + "');");
  hb.focus();
}


