var emailfilter=/^\w+[\+\.\w-]*@([\w-]+\.)*\w+[\w-]*\.([a-z]{2,4}|\d+)$/i;function restoreme(formfield){if(formfield.value==""){formfield.value=formfield.defaultValue;}}
function clearme(formfield){if(formfield.defaultValue==formfield.value){formfield.value="";}
formfield.setAttribute("class","input-border");}
function checkmail(e){var g='';if(e.name.value.length<3||e.name.value=="name"||e.name.value=="your name"){document.getElementById("input_name").setAttribute("class","error-border");g='name';}
else{document.getElementById("input_name").setAttribute("class","input-border");}
var returnval=emailfilter.test(e.email.value);if(returnval==false){document.getElementById("input_email").setAttribute("class","error-border");g='email';}
else{document.getElementById("input_email").setAttribute("class","input-border");}
if(e.message.value.length<5||e.message.value=="message"||e.message.value=="your message"){document.getElementById("input_message").setAttribute("class","error-border");g='message';}
else{document.getElementById("input_message").setAttribute("class","input-border");}
if(g==''){return true;}
else{alert('One or more entries are incomplete. Please check your responses and try again.');return false;}}
function querySt(ji){hu=window.location.search.substring(1);gy=hu.split("&");for(i=0;i<gy.length;i++){ft=gy[i].split("=");if(ft[0]==ji){return ft[1];}}}
function changeLink(){var TheTitle=encodeURIComponent(document.title);var TheURL=encodeURIComponent(document.location);document.getElementById('linkedin_link').href='http://www.linkedin.com/shareArticle?mini=true&ro=false&summary=&source=&url='+TheURL+'&title='+TheTitle;document.getElementById('facebook_link').href='http://www.facebook.com/sharer.php?u='+TheURL+'&t='+TheTitle;document.getElementById('digg_link').href='http://digg.com/submit?phase=2&partner=&url='+TheURL+'&title='+TheTitle;document.getElementById('google_link').href='http://www.google.com/bookmarks/mark?op=add&bkmk='+TheURL+'&title='+TheTitle;document.getElementById('delicious_link').href='http://del.icio.us/post?v=4&partner=&noui&url='+TheURL+'&title='+TheTitle;document.getElementById('twitter_link').href='http://twitter.com/home?status='+TheURL;var emailform=querySt("success");if(emailform=='true'){alert('Thank you! We will respond to your message shortly.');}
else if(emailform=='false'){alert("We're sorry, but we could not submit your inquiry because Javascript has been turned off. Please turn on Javascript and try again, or send us an e-mail at sales@element26.net.");}}
