/************* pagetop() **************/

function pagetop() {

	window.scrollTo(0,0);

} // pagetop


/************* printMe() **************/

function printMe() {
	
	if (location.search!="") url=location.href+"&type=98";
	else url=location.href+"?type=98"; 
	
	druckiezuckie = window.open(url,"Druckansicht","");
	druckiezuckie.focus();
	    
}  // printme
