<!--
   function OpConfirm(text, conf)
   {
		if (conf) {
		   return confirm(text);
		} else {
		   return 1;
		}
   }
//-->

