var attribWithoutAll="location=no,menubar=no,toolbar=no,status=no";
attribWithoutAll+=",resizable=yes,scrollbars=yes,width=530,height=530";
	
var subwindow=0;

function pfad(x){
	if (x == 1){
		
	}
}

function ClosePopUp(){
	if (!subwindow) return;
	if (subwindow.closed) return;
	subwindow.close();
}
		
function Popup(target){
	ClosePopUp()
	subwindow=window.open(target,"Neue Mail verfassen",attribWithoutAll);
	subwindow.moveTo(10,50)
}

function switchMenu(obj,img,srv){
	var current = document.getElementById(obj).style.display != "none";

	document.getElementById(obj).style.display = current ? "none" : "";
	document.getElementById(img).src = "http://"+srv+"/img" + (current ? "/expand.gif" : "/collapse.gif");
}

function zPrint(oTgt){
	oTgt.focus();
	oTgt.print();
}
