<!--



	function gb_pop(b, h, url, windowtitle)
	{
		var tpop_bildschirmx = screen.availWidth;
		var tpop_bildschirmy = screen.availHeight;

		var tpop_breite = b;
		var tpop_hoehe = h;

		var tpop_startx = Math.round(tpop_bildschirmx / 2) - (tpop_breite / 2);
		var tpop_starty = Math.round(tpop_bildschirmy / 2) - (tpop_hoehe / 2);

		pic_popup2 = window.open('popupbild.php?title=' + windowtitle + '&url=' + url, '', "width="+ b + ", height=" + h
					+ ", status=no, toolbar=no, menubar=no, resizable=yes, scrollbars=no, screenX=" + tpop_startx
					+ ", left=" + tpop_startx + ", screenY=" + tpop_starty + ", top=" + tpop_starty + " ");

		pic_popup2.focus();

		return false;
	}
       function gb_pop2(b, h, url, windowtitle, lang)
	{
		var tpop_bildschirmx = screen.availWidth;
		var tpop_bildschirmy = screen.availHeight;

		var tpop_breite = b;
		var tpop_hoehe = h;

		var tpop_startx = Math.round(tpop_bildschirmx / 2) - (tpop_breite / 2);
		var tpop_starty = Math.round(tpop_bildschirmy / 2) - (tpop_hoehe / 2);

		pic_popup2 = window.open('popupanfahrt.php?title=' + windowtitle + '&url=' + url+ '&lang=' + lang, '', "width="+ b + ", height=" + h
					+ ", status=no, toolbar=no, menubar=no, resizable=yes, scrollbars=no, screenX=" + tpop_startx
					+ ", left=" + tpop_startx + ", screenY=" + tpop_starty + ", top=" + tpop_starty + " ");

		pic_popup2.focus();

		return false;
	}




function new_window(theURL,winName,features,myWidth,myHeight,isCenter) {

  if(window.screen)if(isCenter)if(isCenter=="true") {

    var myLeft = (screen.width-myWidth)/2;

    var myTop = (screen.height-myHeight)/2;

    features+=(features!='')?',':'';

    features+=',left='+myLeft+',top='+myTop;

  }

  window.open(theURL,winName,features +',width='+myWidth+',height='+myHeight + ',scrollbars=yes');

}



function new_imagepopup(theURL,winName,altName,features,myWidth,myHeight,isCenter) {

  if(window.screen)if(isCenter)if(isCenter=="true") {

    var myLeft = (screen.width-myWidth)/2;

    var myTop = (screen.height-myHeight)/2;

    features+=(features!='')?',':'';

    features+=',left='+myLeft+',top='+myTop;

  }

  imagepopup = window.open('','',features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight);

  with (imagepopup) {

    document.open();

    document.write('<title>'+winName+'</title>');

    document.write('<meta http-equiv="imagetoolbar" content="no">');

    document.write('<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" scroll="no">'

  )

  document.write('<a href="javascript:self.close()">');

  document.write('<img src="'+theURL+'" border="0" alt="'+altName+'" title="'+altName+'">')

  document.close();}

}



function newImage(arg) {

  if (document.images) {

    rslt = new Image();

    rslt.src = "../images/" + arg;

    return rslt;

  }

}



var preloadFlag = false;

function preloadImages() {

  

    for (var i=0; i<preloadImages.arguments.length; i++) {

      rslt = newImage(preloadImages.arguments[i]);
      


    }

    preloadFlag = true;


}



function over() {

  document[over.arguments[0]].src = "../images/" + over.arguments[0] + "_over." + over.arguments[1];
  
  on(over.arguments[2]);

}

function out() {

  document[out.arguments[0]].src = "../images/" + out.arguments[0] + "." + out.arguments[1];
  
  off();

}


//-->