
<!--
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 can not 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 can not be blank!');
   document.main.txtUsername.focus();
   return false;
  }
  if (document.main.txtPassword.value.length<1) {
   alert('Password can not be blank!');
   document.main.txtPassword.focus();
   return false;
  }
  if (document.main.txtFirst_name.value.length<1) {
   alert('Your Name can not be blank!');
   document.main.txtFirst_name.focus();
   return false;
  }
  if (document.main.txtCompany.value.length<1) {
   alert('Company Name can not be blank!');
   document.main.txtCompany.focus();
   return false;
  }/*
  if (document.main.txtDate_of_Birth.value.length<1) {
   alert('Date of Birth can not be blank!');
   document.main.txtDate_of_Birth.focus();
   return false;
  }*/
  if (document.main.txtEmail.value.length<1) {
   alert('E-mail can not 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 can not be blank!');
   document.main.txtAddress.focus();
   return false;
  }  
  if (document.main.txtCity.value.length<1) {
   alert('City can not be blank!');
   document.main.txtCity.focus();
   return false;
  }
  if (document.main.txtPostal_code.value.length<1) {
   alert('Postal Code can not be blank!');
   document.main.txtPostal_code.focus();
   return false;
  }
  if (document.main.txtProvince.value.length<1) {
   alert('Province can not be blank!');
   document.main.txtProvince.focus();
   return false;
  }
  if (document.main.txtCountry.value.length<1) {
   alert('Country can not be blank!');
   document.main.txtCountry.focus();
   return false;
  }  
  if (document.main.txtPhone.value.length<1) {
   alert('Phone can not be blank!');
   document.main.txtPhone.focus();
   return false;
  }
  /*
  if (document.main.txtFax.value.length<1) {
   alert('Fax can not be blank!');
   document.main.txtFax.focus();
   return false;
  }
  if (document.main.txtHandphone.value.length<1) {
   alert('Handphone can not be blank!');
   document.main.txtHandphone.focus();
   return false;
  }
  if (document.main.txtWebsite.value.length<1) {
   alert('Website can not be blank!');
   document.main.txtWebsite.focus();
   return false;
  }
  */
  if (document.main.security_code.value.length<1) {
   alert('Security Code can not be blank!');
   document.main.security_code.focus();
   return false;
  }
  return true;
}

function submitit(){
  if (document.main.txtName.value.length<1) {
   alert('Name can not be blank!');
   document.main.txtName.focus();
   return false;
  }
  if (document.main.txtEmail.value.length<1) {
   alert('E-mail can not 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 can not be blank!');
   document.main.txtAddress.focus();
   return false;
  }  
  if (document.main.txtCity.value.length<1) {
   alert('City can not be blank!');
   document.main.txtCity.focus();
   return false;
  }
  if (document.main.txtPostal_code.value.length<1) {
   alert('Postal Code can not be blank!');
   document.main.txtPostal_code.focus();
   return false;
  }
  if (document.main.txtProvince.value.length<1) {
   alert('Province can not be blank!');
   document.main.txtProvince.focus();
   return false;
  }
  if (document.main.txtCountry.value.length<1) {
   alert('Country can not be blank!');
   document.main.txtCountry.focus();
   return false;
  }  
  if (document.main.txtPhone.value.length<1) {
   alert('Phone can not be blank!');
   document.main.txtPhone.focus();
   return false;
  }
  if (document.main.txtSubject_Type.value.length<1) {
   alert('Subject Type can not be blank!');
   document.main.txtSubject_Type.focus();
   return false;
  }
  if (document.main.txtSubject.value.length<1) {
   alert('Subject can not be blank!');
   document.main.txtSubject.focus();
   return false;
  }
  if (document.main.txtComments.value.length<1) {
   alert('Inquiry can not be blank!');
   document.main.txtComments.focus();
   return false;
  }
  if (document.main.security_code.value.length<1) {
   alert('Security Code can not 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];}
}

var arVersion = navigator.appVersion.split("MSIE")
var version = parseFloat(arVersion[1])

if ((version >= 5.5) && (document.body.filters)) 
{
   for(var i=0; i<document.images.length; i++)
   {
      var img = document.images[i]
      var imgName = img.src.toUpperCase()
      if (imgName.substring(imgName.length-3, imgName.length) == "PNG")
      {
         var imgID = (img.id) ? "id='" + img.id + "' " : ""
         var imgClass = (img.className) ? "class='" + img.className + "' " : ""
         var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "
         var imgStyle = "display:inline-block;" + img.style.cssText 
         if (img.align == "left") imgStyle = "float:left;" + imgStyle
         if (img.align == "right") imgStyle = "float:right;" + imgStyle
         if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle
         var strNewHTML = "<span " + imgID + imgClass + imgTitle
         + " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";"
         + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
         + "(src=\'" + img.src + "\', sizingMethod='scale');\"></span>" 
         img.outerHTML = strNewHTML
         i = i-1
      }
   }
}
