<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
function image_open(image_loc)
{
  HTML = "<html><title>Bildvorschau</title><META HTTP-EQUIV='imagetoolbar' CONTENT='no'><style>body{margin:0px 0px 0px 0px}</style><body onBlur='top.close()' onselectstart='return false' oncontextmenu='return false'><img src='"+ image_loc +"' border=0 name=load_image onLoad='window.resizeTo(document.load_image.width+10,document.load_image.height+30)'></body></html>";
  popupImage = window.open('Vorschau','_blank','toolbar=no,scrollbars=no');
  popupImage.document.open();
  popupImage.document.write(HTML);
  popupImage.document.close();
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
function MM_popupMsg(msg) { //v1.0
  alert(msg);
}
function expand(id){
if (document.getElementById(id).style.display == 'block'){
  document.getElementById(id).style.display = 'none';
  }
 else {
  document.getElementById(id).style.display = "block";
  }} 
function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}
function startUp(){
  if (this.document == top.document) {
  this.location='index.php' }}
function 	addbookmark() {
  bookmarkurl=self.location.href;
  bookmarktitle=document.title;
  if (document.all) {
	  window.external.AddFavorite(bookmarkurl,bookmarktitle)
	 } else alert("Bitte bei Netscape STRG + D drücken");
}
//-->
