	function ProductOpenNewWindow(sUrl, iWidth, iHeight){
		//If ModuleID and ModuleName are set, ModuleListID ist not used
		msgWindow=window.open(sUrl,"_blank","top=0,left=0,width=" + iWidth + ",height=" + iHeight + ",menubar=no,location=no,toolbar=no,directories=no,status=yes,resizable=no,scrollbars=yes");
	}

