function popup(navid, w, h) {
	window.open("popup.phtml?navid="+navid+"", 'DieMausklicker', "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width="+w+", height="+h+", left=0, top=0");
}
