/**/ function ws(arg,arg2) {
if(arg2!=null)
 arg+=' (opens in a new window)';
window.status=(arg==null)?' ':arg;
}

/**/ function init() {
if(/msie/i.test(navigator.userAgent))
 for(var i=0;i<lnkContainer.rows[0].cells.length;++i)
  lnkContainer.rows[0].cells[i].children[0].hideFocus=true;
if(/msie 5/i.test(navigator.userAgent))
 document.styleSheets[0].addRule('#cForm #submitBtn','cursor:hand;')
}

/**/ function ckf() {
var pc = true;
with(document.cForm)
{ // if(!(/\S/.test(nam.value))||!(/\S/.test(eml.value))||!(/\S/.test(sbj.value))||!(/\S/.test(msg.value)))
  if(!(/\S/.test(nam.value))||!(/\S/.test(msg.value)))
   pc=false; } // end with;
return(pc);
}
