	function ProductOpenNewWindow(sUrl, iWidth, iHeight){
		//If ModuleID and ModuleName are set, ModuleListID ist not used
		msgWindow=window.open('http://www.forbo-flooring.com/'+sUrl,"Forbo_Porduct","top=0,left=0,width=" + iWidth + ",height=" + iHeight + ",menubar=no,location=no,toolbar=no,status=yes,resizable=no,scrollbars=yes");
		msgWindow.focus();
	}


