function openPrintView(modId, navId) {
	popUpWin = open("printView.php?modId="+modId+"&navId="+navId,"UfstellerGalerie", "scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=yes,width=400,height=500,left=100,top=100,screenX=0,screenY=0");
}

function doPassVar(args)
{	

	if (parent.frames["html"]) {
		parent.frames["html"].location = "content.php" + "?navId=" + args + "&modus=frameset";  // Seite laden
	} else {
		window.location = "content.php?navId=" + args; // + "&parentId=" <? plot(getVar("parentId", 0)); ?>; // Seite laden
	}

}

function popup(u,n,w,h) {

	popUpWin = open(u, n, "scrollbars=no,toolbar=no,location=no,status=no,menubar=no,resizable=no,width="+w+",height="+h+",left=50,top=50,screenX=0,screenY=0");
}

function popupMorgenmarkt() {
	popUpWin = open("ext/morgenmarkt/morgenmarkt.php", "Morgenmarkt", "scrollbars=no,toolbar=no,location=no,status=no,menubar=no,resizable=no,width=700,height=600,left=50,top=50,screenX=0,screenY=0");
}

function loadContent(cont,url) {
		curContent = url;
		new Ajax(url, {
			method: 'get',
			evalScripts : 'true', 
			update: $(cont)	
		}).request();
													
	}