<!--



function printPage() {
  if (window.print) window.print()
  else
    alert("Sorry, aber Ihr Browser unterst&uuml;zt nicht das direkte Drucken von HTML-Seiten!");
}



function printModellPage(welches) {
	wid = 640;
	hig = 480;
	jetzt = new Date();
	foto = 	window.open( welches, jetzt.getTime(), "height=" + hig + ",width=" + wid + ",scrollbars=yes,hotkeys=yes,locationbar=no,menubar=no,resizable=yes,status=no,scrolling=yes,innerwidth=" + wid + ",innerheight=" + hig + ",marginwidth=0,marginheight=0,screenX=0,screenY=0" )
}



//-->
