function mailpage()
{
  mail_str = "mailto:?subject= Aerotech's Datasheet: " + document.title;
  mail_str += "&body= I recommend this product  -- " + document.title;
  mail_str += ". You should check this out at, " + location.href; 
  location.href = mail_str;
}
function PrintThisPage() 
{ 
   var sOption="toolbar=yes,location=no,directories=yes,menubar=yes,"; 
       sOption+="scrollbars=yes,width=750,height=600,left=100,top=25"; 

   var sWinHTML = document.getElementById('contentstart').innerHTML; 
   
   var winprint=window.open("","",sOption); 
       winprint.document.open(); 
       winprint.document.write('<html><LINK href=/printpage.css rel=Stylesheet><body onload="iNavigate.AfterLoad();">'); 
       winprint.document.write(sWinHTML);          
       winprint.document.write('</body></html>'); 
       winprint.document.close(); 
       winprint.focus(); 
}


function PrintPage(divId) {
   w=window.open('','newwin')
   w.document.write('<LINK href=/printpage.css rel=Stylesheet><SCRIPT LANGUAGE="JavaScript" SRC="/allscripts.js"></SCRIPT><body onLoad="window.print()">'+document.getElementById(divId).innerHTML+'</body>');
   w.document.close();
}



global=true;
function clearIt(textObj) {
  if (global) {
    textObj.value="";
    global=false;
  }
}

global2=true;
function clearIt2(textObj) {
  if (global2) {
    textObj.value="";
    global2=false;
  }
}

global3=true;
function clearIt3(textObj) {
  if (global3) {
    textObj.value="";
    global3=false;
  }
}



<!--
function OpenPP() {
		   var myWin = window.open("/products/drawings/browconfig.html", "PrivacyPolicy",  "status=no,scrollbars=no,menubar=no,resizable=no,location=no,width=500,height=400,left=200,top=250","PrivacyPolicy")
		      }	

