function printview()
{
	window.open('/drucken.php?printpath='+document.location.href,'Printview','top=30,left=100,height=600,width=690,scrollbars=yes,toolbars=no,resizable=yes')
}

function openPopup(url)
{
	window.open('/bild.php?pic='+url,'viewer','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=200,height=200');
}
