

function fncShowCalendardate_in(){
 var nn4 = (document.layers)? true:false;
 var ie4 = true; //(document.all)? true:false;
 if (nn4) {
  var wndTmp = window.open("CalendarSelect1.html?field=Dat1&form=Form1", "windowCldr","width=165,height=200,resizable=1,menubar=0,titlebar=0,toolbar=0,location=0,status=0,scrollbars=1");
 }
 else if (ie4) {
  var strResult = window.showModalDialog("calendarselect.html","","dialogWidth:149px; dialogHeight:164px; center:yes; status:no");
  if (strResult==null) return;self.document.Form1.Dat1.value = strResult;
   self.document.Form1.Dat1.focus();
  }
 }
function fncShowCalendardate_out(){
var nn4 = (document.layers)? true:false;
var ie4 = true; //(document.all)? true:false;
if (nn4) {
var wndTmp = window.open("CalendarSelect2.html?field=Dat2&form=Form2", "windowCldr","width=165,height=200,resizable=1,menubar=0,titlebar=0,toolbar=0,location=0,status=0,scrollbars=1");
}
else if (ie4) {
var strResult = window.showModalDialog("calendarselect.html","","dialogWidth:149px; dialogHeight:164px; center:yes; status:no");
if (strResult==null) return;self.document.Form1.Dat2.value = strResult;
self.document.Form1.Dat2.focus();
}}


