jQuery(document).ready(function($) {
	if ($(document).height() <= $(window).height())
		$(".topLink").hide();
		
	if (pageId == "21")
		document.title = $(".ce_text > h1").get(0).innerHTML + " - LSK Logistik & Service Kruse GmbH";
});
