<!-- 	
  expireDate = new Date
  expireDate.setMonth(expireDate.getMonth()+6)
  hitCt = eval(cookieVal("pageHit"))
  hitCt++
  document.cookie = "pageHit="+hitCt+";expires=" + expireDate.toGMTString()
  function cookieVal(cookieName) {
  thisCookie = document.cookie.split("; ")
   for (i=0; i<thisCookie.length; i++) {
   if (cookieName == thisCookie[i].split("=")[0]) {
  return thisCookie[i].split("=")[1]
  }
  }
  return 0
  }

function popitup(url)
{
	newwindow=window.open(url,'name','height=450,width=600');
	if (window.focus) {newwindow.focus()}
	return false;
}

  function Eur2atsWindow()
   {
    Eur2atsFenster =
    window.open("http://mailbox.univie.ac.at/michael.fischer/download/ats-eur.html","Eur2atsWindow","toolbar=0,location=0,directories=0,menubar=0,scrollbars=0,resizable=1,width=330px,height=110px,left=20,top=20");
    Eur2atsFenster.focus();
   }


function tmt_print(bers) {
    function stopError() {
        return true;
    };
    window.onerror = stopError;
    if (window.print) {
        eval(bers + ".print()");
    } else {
        if (document.all) {
            var OLECMDID_PRINT = 6;
            var OLECMDEXECOPT_DONTPROMPTUSER = 2;
            var OLECMDEXECOPT_PROMPTUSER = 1;
            var WebBrowser = "<OBJECT ID=\"WebBrowser1\" WIDTH=0 HEIGHT=0 CLASSID=\"CLSID:8856F961-340A-11D0-A96B-00C04FD705A2\"></OBJECT>";
            document.body.insertAdjacentHTML("beforeEnd", WebBrowser);
            WebBrowser1.ExecWB(OLECMDID_PRINT, OLECMDEXECOPT_PROMPTUSER);
            WebBrowser1.outerHTML = "";
        }
    }
}

//-->

