function goSite(nr){
	if(nr=='home'){
	window.location.href="http://www.ib-laebe.de/shop/";
	}
	else if(nr=='vaillant'){
	window.open('http://www.vaillant.de');
	}
	else {
	window.location.href="http://www.ib-laebe.de/shop/shop_content.php?coID="+nr;
	}
}

var img_blank = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAA1BMVEX///+nxBvIAAAAAXRSTlMAQObYZgAAAAlwSFlzAAAOwwAADsMBx2+oZAAAAAxJREFUeJxjYBhZAAAA8AABBpSJ/QAAAABJRU5ErkJggg==';

window.onload = function() {
	document.getElementById("header").style.backgroundImage = 'url(http://www.ib-laebe.de/shop/images/logos/laebe-header.jpg)';
	
	newNavigation = '<div style="position:absolute;width:130px;height:65px;float:left;margin-left:5px;cursor:pointer;" onclick="goSite(\'home\');"><img src="'+img_blank+'" width="130" height="65"></div>'+
					'<div style="position:absolute;width:82px;height:24px;float:left;margin-left:96px;margin-top:70px;cursor:pointer;" onclick="goSite(\'vaillant\');"><img src="'+img_blank+'" width="82" height="24"></div>'+
					'<div style="position:absolute;width:94px;height:95px;float:left;margin-left:199px;margin-top:1px;cursor:pointer;" onclick="goSite(201);"><img src="'+img_blank+'" width="94" height="95"></div>'+
					'<div style="position:absolute;width:80px;height:95px;float:left;margin-left:296px;margin-top:1px;cursor:pointer;" onclick="goSite(202);"><img src="'+img_blank+'" width="80" height="95"></div>'+
					'<div style="position:absolute;width:80px;height:95px;float:left;margin-left:377px;margin-top:1px;cursor:pointer;" onclick="goSite(203);"><img src="'+img_blank+'" width="80" height="95"></div>'+
					'<div style="position:absolute;width:70px;height:95px;float:left;margin-left:458px;margin-top:1px;cursor:pointer;" onclick="goSite(204);"><img src="'+img_blank+'" width="70" height="95"></div>'+
					'<div style="position:absolute;width:172px;height:95px;float:left;margin-left:530px;margin-top:1px;cursor:pointer;" onclick="goSite(205);"><img src="'+img_blank+'" width="172" height="95"></div>'+
					'<div style="position:absolute;width:125px;height:95px;float:left;margin-left:703px;margin-top:1px;cursor:pointer;" onclick="goSite(206);"><img src="'+img_blank+'" width="125" height="95"></div>'+
					'<div style="position:absolute;width:148px;height:95px;float:left;margin-left:829px;margin-top:1px;cursor:pointer;" onclick="goSite(207);"><img src="'+img_blank+'" width="148" height="95"></div>';
	
	document.getElementById("shop_logo").innerHTML = newNavigation;
}
