function drucken(uri)
{
	var dv=window.open("/print.php?uri="+escape(uri),"druck","width=600,height=800,left=50,top=50");
	dv.focus();
}


