// JavaScript for nav.php
// apversion = 1.1.081019
function OpenWin(URL1) {
	temp_url=URL1.substr(URL1.indexOf("?"));
	parent.location.href="index.php"+temp_url;
}
/*function fenster(id) {
	var win=window.open("cms_artikel/inc/popup.php?id="+id, "Neues_Fenster", "left=200,top=10,height=580,width=680,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=yes");
	if(win!=null) win.focus();
}*/
