function drucken(contentid)
	{
	window1=window.open("./content.php?action=drucken&choice="+contentid,"Detail","width=650,height=450,left=100,top=100,scrollbars=YES");
	window1.focus();
	
	}
	
	
	function drucken2(contentid)
	{
	window1=window.open("./cms_seite.php?action=drucken&choice="+contentid,"Detail","width=650,height=450,left=100,top=100,scrollbars=YES");
	window1.focus();
	
	}
