
document.write('<script language=javascript>')
function pagemail() {
  mail_str = "mailto:?subject= " + document.title;
  mail_str += "&body= The link below contains information of interest regarding: " + document.title + ".%0D " + location.href; 
  location.href = mail_str;
}
document.write('</script>')
document.write('<form name=test>')
document.write('</form>')
document.write('<table class=footer border=0 cellpadding=0 cellspacing=0 width=770 align=center>')
document.write('<td align=center class=footer><DIV height=18 align=center>Copyright© 2005 TopVue Defense, Inc. All Rights Reserved.</DIV></td>')
document.write('<td class=footer></td><td class=footer style="text-align:right"><a href="index.htm">Home</a> | <a href="contact.htm">Contact Us</a> | <a href="javascript:pagemail();">Email This Page</a> | <a href="sitemap.htm">Site Map</a> | <a href="#doc_top">Top<img src="images/toparrow.gif" border=0></a></td>')
document.write('</tr></table>')

