// JavaScript Document
window.addEvent('domready', function(){
 if ($defined($('enqFrm'))) {
  new FormValidator.Tips('enqFrm');
 }
});