var NS4=0, IE4=0, ver4=0, isMac=0, sTrans=0;
var lastRollOver=0;
var lastImage=0;
var d1=document;

NS4 = (document.layers) ? 1 : 0;
IE4 = (document.all) ? 1 : 0;
NS6 = (document.getElementById);

ver4 = (NS4 || IE4 || NS6) ? 1 : 0;
isMac = (navigator.appVersion.indexOf("Mac") != -1) ? 1 : 0;
if (NS4) {
	origWidth = innerWidth;
    origHeight = innerHeight;
}
function reDo() {
	if (innerWidth != origWidth || innerHeight != origHeight) {
		location.reload();
	}
}

if (NS4) onresize = reDo;
function showReservation(mVorschau, mTitle, mDay, mTime, mCinema) {
	w = 500;
	h = 780;
	fname = "http://213.168.200.146/kino/orderbr/titel_01_anz.php?mVorschau=" + mVorschau + "&mTitle=" + mTitle + "&mDay=" + mDay + "&mTime=" + mTime + "&mCinema=" + mCinema;
     	if (IE4) {
          awinh = window.open(fname, "Reservierung", "width=" + w + " ,height=" + h + ",   toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no, resizable=no,top=50,left=50");
     } else {
          awinh = window.open(fname, "Reservierung", "toolbar=no, titlebar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, screenX=50, screenY=50, width=" + w + ",height=" + h);
     }
     awinh.moveTo(50, 50);
     awinh.resizeTo(w, h);
     awinh.focus();
}
