/*

<!--

var message="";



function clickIE() {if (document.all) {(message);return false;}}

function clickNS(e) {if

(document.layers||(document.getElementById&&!document.all)) {

if (e.which==2||e.which==3) {(message);return false;}}}

if (document.layers)

{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}

else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}



document.oncontextmenu=new Function("return false")

// -->



<!--

var omitformtags=["input", "textarea", "select"]



omitformtags=omitformtags.join("|")



function disableselect(e){

if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)

return false

}



function reEnable(){

return true

}



if (typeof document.onselectstart!="undefined")

document.onselectstart=new Function ("return false")

else{

document.onmousedown=disableselect

document.onmouseup=reEnable

}

//-->

*/

<!--

function MM_openBrWindow(theURL,winName,features) { //v2.0

  window.open(theURL,winName,features);

}



function MM_jumpMenu(targ,selObj,restore){ //v3.0

  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");

  if (restore) selObj.selectedIndex=0;

}



function Chnbg(obj, Color) 

{ 

	obj.style.backgroundColor=Color

}

//-->



<!--

function submitit2(){



  if (document.mainnews.email.value.length<1) {

   alert('E-mail cannot be blank!');

   document.mainnews.email.focus();

   return false;

  }

  var mailpattern = new RegExp('^.+@.+\..{2,3}$','gi');

  txt = document.mainnews.email.value;

  if (txt.search(mailpattern)<0) {

   alert('Wrong E-mail format!!');

   document.mainnews.email.focus();

   return false;

  }



  return true;

}

//-->



function submititmember(){

  if (document.main.txtUsername.value.length<1) {

   alert('Username cannot be blank!');

   document.main.txtUsername.focus();

   return false;

  }

  

  

  if (document.main.txtPassword.value.length<1) {

   alert('Password cannot be blank!');

   document.main.txtPassword.focus();

   return false;

  }

  if (document.main.txtVerify_Password.value.length<1) {

   alert('Verify Password cannot be blank!');

   document.main.txtVerify_Password.focus();

   return false;

  }

  

  if (document.main.txtEmail.value.length<1) {

   alert('E-mail Address cannot be blank!');

   document.main.txtEmail.focus();

   return false;

  }

  var mailpattern = new RegExp('^.+@.+\..{2,3}$','gi');

  txt = document.main.txtEmail.value;

  if (txt.search(mailpattern)<0) {

   alert('Wrong E-mail format!!');

   document.main.txtEmail.focus();

   return false;

  }

  

  if (document.main.txtName.value.length<1) {

   alert('Name cannot be blank!');

   document.main.txtName.focus();

   return false;

  }

  /*if (document.main.txtLast_name.value.length<1) {

   alert('Last Name cannot be blank!');

   document.main.txtLast_name.focus();

   return false;

  }

  if (document.main.txtDate_of_Birth.value.length<1) {

   alert('Date of Birth cannot be blank!');

   document.main.txtDate_of_Birth.focus();

   return false;

  }*/

  

  if (document.main.txtBlock.value.length<1) {

   alert('House No./Block No. cannot be blank!');

   document.main.txtBlock.focus();

   return false;

  }  

  /*if (document.main.txtUnit.value.length<1) {

   alert('Unit No. cannot be blank!');

   document.main.txtUnit.focus();

   return false;

  }*/  

  

  if (document.main.txtAddress.value.length<1) {

   alert('Address cannot be blank!');

   document.main.txtAddress.focus();

   return false;

  }  

  if (document.main.txtCity.value.length<1) {

   alert('City cannot be blank!');

   document.main.txtCity.focus();

   return false;

  }

  /*

  if (document.main.txtPostal_code.value.length<1) {

   alert('Postal Code cannot be blank!');

   document.main.txtPostal_code.focus();

   return false;

  }

  if (document.main.txtProvince.value.length<1) {

   alert('Province cannot be blank!');

   document.main.txtProvince.focus();

   return false;

  }

  */

  if (document.main.txtCountry.value.length<1) {

   alert('Country cannot be blank!');

   document.main.txtCountry.focus();

   return false;

  }  

  /*

  if (document.main.txtPhone.value.length<1) {

   alert('Phone cannot be blank!');

   document.main.txtPhone.focus();

   return false;

  }*/

  /*

  if (document.main.txtFax.value.length<1) {

   alert('Fax cannot be blank!');

   document.main.txtFax.focus();

   return false;

  }

  if (document.main.txtHandphone.value.length<1) {

   alert('Handphone cannot be blank!');

   document.main.txtHandphone.focus();

   return false;

  }

  if (document.main.txtWebsite.value.length<1) {

   alert('Website cannot be blank!');

   document.main.txtWebsite.focus();

   return false;

  }

  */

  if (document.main.txtCurrent_Password.value.length<1) {

   alert('Current Password cannot be blank!');

   document.main.txtCurrent_Password.focus();

   return false;

  }

  if (document.main.security_code.value.length<1) {

   alert('Security Code cannot be blank!');

   document.main.security_code.focus();

   return false;

  }

  return true;

}



function submitit_order(){

  if (document.main.txtName.value.length<1) {

   alert('Patient\'s Name cannot be blank!');

   document.main.txtName.focus();

   return false;

  }

/*

  if (document.main.txtEmail.value.length<1) {

   alert('E-mail cannot be blank!');

   document.main.txtEmail.focus();

   return false;

  }

  var mailpattern = new RegExp('^.+@.+\..{2,3}$','gi');

  txt = document.main.txtEmail.value;

  if (txt.search(mailpattern)<0) {

   alert('Wrong E-mail format!!');

   document.main.txtEmail.focus();

   return false;

  }

*/

  if (document.main.txtAddress.value.length<1) {

   alert('Address cannot be blank!');

   document.main.txtAddress.focus();

   return false;

  }  

/*

  if (document.main.txtPayment.value.length<1) {

   alert('Payment cannot be blank!');

   document.main.txtPayment.focus();

   return false;

  }

  if (document.main.txtCredit_Card.value.length<1) {

   alert('Credit Card No. cannot be blank!');

   document.main.txtCredit_Card.focus();

   return false;

  }

  if (document.main.txtExpiry_Date.value.length<1) {

   alert('Expiry Date cannot be blank!');

   document.main.txtExpiry_Date.focus();

   return false;

  }

  if (document.main.txtSecurity.value.length<1) {

   alert('Security cannot be blank!');

   document.main.txtSecurity.focus();

   return false;

  }

*/

  if (document.main.security_code.value.length<1) {

   alert('Security Code cannot be blank!');

   document.main.security_code.focus();

   return false;

  }

  return true;

}



function submitit(){

  if (document.main.txtName.value.length<1) {

   alert('Name cannot be blank!');

   document.main.txtName.focus();

   return false;

  }

  if (document.main.txtEmail.value.length<1) {

   alert('E-mail cannot be blank!');

   document.main.txtEmail.focus();

   return false;

  }

  var mailpattern = new RegExp('^.+@.+\..{2,3}$','gi');

  txt = document.main.txtEmail.value;

  if (txt.search(mailpattern)<0) {

   alert('Wrong E-mail format!!');

   document.main.txtEmail.focus();

   return false;

  }

  if (document.main.txtAddress.value.length<1) {

   alert('Address cannot be blank!');

   document.main.txtAddress.focus();

   return false;

  }  

  if (document.main.txtCity.value.length<1) {

   alert('City cannot be blank!');

   document.main.txtCity.focus();

   return false;

  }

  if (document.main.txtPostal_code.value.length<1) {

   alert('Postal Code cannot be blank!');

   document.main.txtPostal_code.focus();

   return false;

  }

  if (document.main.txtProvince.value.length<1) {

   alert('Province cannot be blank!');

   document.main.txtProvince.focus();

   return false;

  }

  if (document.main.txtCountry.value.length<1) {

   alert('Country cannot be blank!');

   document.main.txtCountry.focus();

   return false;

  }  

  if (document.main.txtPhone.value.length<1) {

   alert('Phone cannot be blank!');

   document.main.txtPhone.focus();

   return false;

  }

  if (document.main.txtSubject_Type.value.length<1) {

   alert('Subject Type cannot be blank!');

   document.main.txtSubject_Type.focus();

   return false;

  }

  if (document.main.txtSubject.value.length<1) {

   alert('Subject cannot be blank!');

   document.main.txtSubject.focus();

   return false;

  }

  if (document.main.txtComments.value.length<1) {

   alert('Inquiry cannot be blank!');

   document.main.txtComments.focus();

   return false;

  }

  if (document.main.security_code.value.length<1) {

   alert('Security Code cannot be blank!');

   document.main.security_code.focus();

   return false;

  }

  return true;

}



function MM_preloadImages() { //v3.0

  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();

    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)

    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}

}



function MM_swapImgRestore() { //v3.0

  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;

}



function MM_findObj(n, d) { //v4.01

  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {

    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}

  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];

  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);

  if(!x && d.getElementById) x=d.getElementById(n); return x;

}



function MM_swapImage() { //v3.0

  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)

   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}

}



function submititshopping(){

  if (document.main1.txtFirst_name.value.length<1) {

   alert('First Name cannot be blank!');

   document.main1.txtFirst_name.focus();

   return false;

  }

  if (document.main1.txtLast_name.value.length<1) {

   alert('Last Name cannot be blank!');

   document.main1.txtLast_name.focus();

   return false;

  }

  if (document.main1.txtPhone.value.length<1) {

   alert('Contact Number cannot be blank!');

   document.main1.txtPhone.focus();

   return false;

  }

  return true;

}



function submititshopping2(){

  if (document.main2.txtFirst_name.value.length<1) {

   alert('First Name cannot be blank!');

   document.main2.txtFirst_name.focus();

   return false;

  }

  if (document.main2.txtLast_name.value.length<1) {

   alert('Last Name cannot be blank!');

   document.main2.txtLast_name.focus();

   return false;

  }

  if (document.main2.txtAddress.value.length<1) {

   alert('Address cannot be blank!');

   document.main2.txtAddress.focus();

   return false;

  }  

  if (document.main2.txtCity.value.length<1) {

   alert('City cannot be blank!');

   document.main2.txtCity.focus();

   return false;

  }

  if (document.main2.txtPostal_code.value.length<1) {

   alert('Postal Code cannot be blank!');

   document.main2.txtPostal_code.focus();

   return false;

  }

  /*if (document.main2.txtProvince.value.length<1) {

   alert('Province cannot be blank!');

   document.main2.txtProvince.focus();

   return false;

  }*/

  if (document.main2.txtCountry.value.length<1) {

   alert('Country cannot be blank!');

   document.main2.txtCountry.focus();

   return false;

  }  

  if (document.main2.txtPhone.value.length<1) {

   alert('Contact Number cannot be blank!');

   document.main2.txtPhone.focus();

   return false;

  }  

  if (document.main2.txtEmailShipping.value.length<1) {

   alert('E-mail cannot be blank!');

   document.main2.txtEmailShipping.focus();

   return false;

  }

  var mailpattern = new RegExp('^.+@.+\..{2,3}$','gi');

  txt = document.main2.txtEmailShipping.value;

  if (txt.search(mailpattern)<0) {

   alert('Wrong E-mail format!!');

   document.main2.txtEmailShipping.focus();

   return false;

  }
  return true;

}



function submititshopping3(){

  if(!document.main3.txtTerm.checked){

   alert('You must agree to the Pet Lovers web terms and condition!');

   document.main3.txtTerm.focus();

   return false;

  }  

  return true;

}
