
function printIt(){
	this.print();
}

function Druckversion(url)
  {
    var name = "Druckversion";
    var features = "scrollbars=yes,status=yes,width=500,height=500,left=0,top=0";
    window.open(url,name,features);
  }
 function getNewUrl()
  {
    
	top.window.location.reload(true);
  }
   
 function aLogout(){
 	$.post(
	"/al/produkte/login.php?id=0",
	"id:0", function(message){
	if(message.length >= 0){
		 getNewUrl();
		
		}else{
			getNewUrl();
		}
	});
 }
