<!--
window.defaultStatus="Puros.com";

if (navigator.appName.indexOf("Netscape") != -1 && navigator.platform.indexOf("Mac") != -1)
	var macnav = true;
	var altoV=screen.availHeight-28;
	var anchoV=screen.availWidth-10;
	if ((screen.width >= 1024) && (screen.height >= 768))
	var eigenschaften='top=0,left=0,width='+anchoV+',height='+altoV;
	else if ((screen.width <= 1024) && (screen.height <= 768))
	var eigenschaften='top=0,left=0,scrollbars=yes,width='+anchoV+',height='+altoV;

/*
function detVentana (){
	window.scroll = true;
	var ancho = screen.availWidth;
	var alto = screen.availHeight;
	if (ancho <= 800 && alto <= 600)
	var eigenschaften='top=0,left=0,width='+breite+',height='+hoehe;
	}
*/
function oeffneENTeppich(idioma){
  HugoTeppich=window.open("../santos2.php?leng=" + idioma,"background",eigenschaften);
  if (macnav)  HugoTeppich=window.open("../santos2.php?leng=" + idioma,"background",eigenschaften);
}

function MM_checkPlugin(plgIn, theURL, altURL, autoGo) { //v4.0
  var ok=false; document.MM_returnValue = false;
  with (navigator) if (appName.indexOf('Microsoft')==-1 || (plugins && plugins.length)) {
    ok=(plugins && plugins[plgIn]);
  } else if (appVersion.indexOf('3.1')==-1) { //not Netscape or Win3.1
    if (plgIn.indexOf("Flash")!=-1 && window.MM_flash!=null) ok=window.MM_flash;
    else if (plgIn.indexOf("Director")!=-1 && window.MM_dir!=null) ok=window.MM_dir;
    else ok=autoGo; }
  if (!ok) theURL=altURL; if (theURL) window.location=theURL;
}

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

<!-- Begin
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//  End -->

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

function HTMLTeppich(){
	var mm = window.opener.top.location.reload('html/index_.php');
	if (macnav)  var mm = window.opener.top.location.reload("html/index_.php");
	window.close();

}

//-->