tc = new Image(0,1);
tc.src ="http://www.trackingcenter.de/statistic.php?id=6&screenwidth="+screen.width+"&screenheight="+screen.height+"&colordepth="+screen.colorDepth+"&referrer="+escape(document.referrer)+"&url="+escape(document.URL);

if ($('ContentWhite')){
	Event.observe(window,'load', function(event) {
		var contentLeftHeight = $('leftContent').getHeight() - 257;
		$('ContentWhite').style.height = contentLeftHeight+'px';
	});
}


/*Startup*/

Event.observe(window,'load',function() {
	if($('PartnerSlideshow'))
		new TandemSlideshow('PartnerSlideshow',{duration:7, transition_speed:.5,  overlap: .1, random:true}).start();

	if($('StartSlideshow'))
		new TandemSlideshow('StartSlideshow',{duration:7, transition_speed:1.5, overlap: 2, random:false}).start();

	if($('product_quick_navigation'))
		$('product_quick_navigation').show();
	}
);

function PartnerIn(Partner, img){
	$(Partner).src="images/Partner/"+img+"_c.png";
}

function PartnerOut(Partner, img){
	$(Partner).src="images/Partner/"+img+".png";
}

function emptyInput(inputElem) {
	inputElem.value = '';
}