var DES="eingang";
function setstart() {
document.getElementById("row").rows="16,580,*";
document.getElementById("col").cols="*,0";
login.location.replace("login.php?from="+SN);
};

function sethotel() {
document.getElementById("row").rows="96,502,*";
document.getElementById("col").cols="0,*";
login.location.replace("weiss.html");
};

var WERB=0; BANNER=1;
function werbung(n) {
document.getElementById("ban").rows=n?"100,*":"0,*";
if (WERB==1&&n==0) banner.location.replace("weiss.html");
if (WERB==0&&n==1) banner.location.replace("bannerseite.php?art="+(BANNER-1));
WERB=n;
};

var OKW=1;
function nopop() {OKW=0;};

