<!--

function MailLink(Name, Adress, Domain, Para)
{ document.write("<a href=\"mailto:"+Adress+"@"+Domain+Para+"\">");	
document.write(Name+"</a>");}



function openWindow(url, name, rs, w, h){
	var resize = ((rs) ? "resizable," : "");
	popupWin = window.open(url, name, resize + 'status,scrollbars,width=' + w + ',height=' + h);
}


function processEmail(user, domain) {
   var str = "<a href=\"mailto:";
   str += user + "@" + domain;
   str += "\">";
   str += user + "@" + domain;
   str += "</a>";
   document.write(str);
}




	
	
	



function framebreaker(url) {
	if (top.location == self.location)
	{
	   window.top.location.href=url;
	}
}



function zeit()
{
uhrzeit=new Date();
document.write(uhrzeit.getHours() + " Uhr " + uhrzeit.getMinutes());
}



function addbookmark(bookmarkurl,bookmarktitle){
 if (document.all)
 window.external.AddFavorite(bookmarkurl,bookmarktitle)
 }
 
 
 
 
 var Start = new Date();
 var Startzeit = Start.getTime();
 
 function Aufenthalt() {
  var Ende = new Date();
  var Endzeit = Ende.getTime();
  var Aufenthalt = Math.floor((Endzeit - Startzeit) / 1000);
  alert("Sie waren " + Aufenthalt + " Sekunden auf dieser Seite. Danke fuer Ihren Besuch !");
}


 










   browserName = navigator.appName;
   browserVer = parseInt(navigator.appVersion);
   if ( (browserName == "Netscape" && browserVer >= 3) ||
   (browserName == "Microsoft Internet Explorer" && browserVer >= 4)) compat = "true";
   else compat = "false";

   function jumpBox(list) {
            if (compat == "true") {
              location.href = list.options[list.selectedIndex].value;
           }
   }

   function back() {
        if (compat == "true") {
        history.go(-1)
        }
   }

   function mOvr(src,clrOver)
   {

   if (!src.contains(event.fromElement))
   {
   src.style.cursor = 'hand'; src.bgColor = clrOver;
   }
   }
   function mOut(src,clrIn)
   {
   if (!src.contains(event.toElement))
   {
   src.style.cursor = 'default';
   src.bgColor = clrIn;
   }
   }
   function mClk(src)
   {
   if(event.srcElement.tagName=='TD')
   {
   src.children.tags('A')[0].click();
   }
   }
// -->




