<!-- Inhalt vor alten Browsern verstecken

var footerOpened = false;


function relocate( url )
{
	window.location.href = url;
}

function openMail( mailto )
{
	if (lang==0)
		window.location.href = "mailto:"+mailto+"?subject=Become%20a%20partner";
	else
		window.location.href = "mailto:"+mailto+"?subject=Partnerschaft";
}

function openLink( href )
{
	window.open( href );
}

function initRollOver( element )
{
	$(element).hover(
	 function()
	 {
	  this.src = this.src.replace(".jpg","_active.jpg");
	 },
	 function()
	 {
	  this.src = this.src.replace("_active.jpg",".jpg");
	 }
	);
}

$(document).ready(function() {
  	initRollOver( "#btn_company" );
	initRollOver( "#btn_shop" );
});

// Ende: Inhalt verstecken -->   
