$(document).ready(function() {
	
	if($("div.tx-detailproduktanzeige-pi1").children().length > 0) {
            $("#pagecontentproducts").css("display","none");
            $("h1.toppos").css("display","none");
          }
		  
	if($("div.srprofilefunc").length > 0) {
            $('div.replacebox').replaceWith($('div.srprofilefunc'));
          } 
		  
	$("#contactbutton").click(function () {
		$("div#outoverlay").css("height",$(document).height()).fadeIn(300, function () {
			$("div#overlay").fadeIn(100);
		});
		return false;
	}); 
	
	$("#overlayclose").click(function () {
		$("div#outoverlay").css("height",$(document).height()).fadeOut(300, function () {
			$("div#overlay").fadeOut(100);
		});
		return false;
	}); 	
})
