
	
	if ((navigator.appName == "Netscape") && (navigator.appVersion.substring(0,1) == "4")){
		document.write("<link rel=stylesheet type=text/css href=/en_css/ie_balloonbikes.css>");
	}
	else{
		document.write("<link rel=stylesheet type=text/css href=/en_css/ie_balloonbikes.css>");
	}
	function changesubnavi(Name){
		document.images[Name].src = "/en_media/navi/subnavi_"+Name+"_on.gif";
	}
	
	function changesubnaviDynamisch(BildName,id){
		document.images[BildName].src = "/en_script/die_balloonbikes/produktuebersicht/showimg.php?over=1&ID_Kategorie="+id+"&ID_Sprache=2";
	}
	
	function changekategorieDynamisch(BildName,id){
		
		document.images[BildName].src = "/en_script/die_balloonbikes/kategorie/showimg.php?over=1&ID_Kategorie="+id+"&ID_Sprache=2";
	}
	
	function changesubnaviBackDynamisch(BildName,id){
		document.images[BildName].src = "/en_script/die_balloonbikes/produktuebersicht/showimg.php?ID_Kategorie="+id+"&ID_Sprache=2";
	}
	
	
	function changeuebersichtnaviDynamisch(BildName,id){
		document.images[BildName].src = "/en_script/die_balloonbikes/kategorie/showimg.php?over=1&ID_Kategorie="+id+"&ID_Sprache=2";
	}
	
	
	
	function changesubnaviBack(Name){
		document.images[Name].src = "/en_media/navi/subnavi_"+Name+"_off.gif";
	}
	
	function changefooter(Name){
		document.images[Name].src = "/en_media/allgemein/visuals/footer_"+Name+"_on.gif";
	}
	function changefooterBack(Name){
		document.images[Name].src = "/en_media/allgemein/visuals/footer_"+Name+".gif";
	}
	
	function popupdetail(ID_Fahrrad){
		window.open("/en/die_balloonbikes/detail/popup/?ID_Fahrrad="+ID_Fahrrad,"detail","width=550,height=350,menubar=no,resizable=no,screenX=0,screenY=0,scrollbars=yes,locationbar=no");
	}
	
		function ansicht(nr,h){
		window.open("popup"+nr+"/","detail","width=550,height="+h+",menubar=no,resizable=no,screenX=0,screenY=0,scrollbars=yes,locationbar=no");
	}
	
	function info(){
		window.open("popup/","detail","width=550,height=350,menubar=no,resizable=no,screenX=0,screenY=0,scrollbars=yes,locationbar=no");
	}
	
	
	function empfehlenPopup(Link){
		window.open("/en/allgemein/empfehlen/index.php?Link="+Link,"empfehlen","width=550,height=370,menubar=no,resizable=no,screenX=0,screenY=0,scrollbars=yes,locationbar=no");
	}
	function Fensterhohe(){
		if (window.innerHeight){
			return window.innerHeight-6;
		}
		else if (document.body && document.body.offsetHeight){
			return document.body.offsetHeight-6;
		}
		else return 0;
	}