// azm_common.js
//
// Javascript Document
//
// Copyright 2006 AZ Measurement
// All Rights Reserved

function globalnav()
{
	document.write("<div id=\"globalNav\">")
	document.write("  <a name=\"globalNav\" id=\"globalNav\"></a>")
	document.write("  <img alt=\"\" src=\"WebImages/gblnav_left.gif\" height=\"32\" width=\"4\" id=\"gnl\" />")
	document.write("  <img alt=\"\" src=\"WebImages/glbnav_right.gif\" height=\"32\" width=\"4\" id=\"gnr\" />")
	document.write("  <div id=\"globalLink\">")
	document.write("	<a href=\"index.html\" class=\"glink\">Home</a>")
	document.write("	<a href=\"products_home.html\" class=\"glink\">Products</a>")
	document.write("	<a href=\"solutions.html\" class=\"glink\">Solutions</a>")
	document.write("	<a href=\"industries.html\" class=\"glink\">Industries</a>")
	//document.write("	<a href=\"news.html\" class=\"glink\">Latest News</a>")
	//document.write("	<a href=\"faq.html\" class=\"glink\">FAQs</a>")
	document.write("	<a href=\"contact.html\" class=\"glink\">Contact Us</a>")
	document.write("  </div>")    // end <div id="globalLink">
	document.write("</div>")	  // end <div id="globalNav">
}

function product_index()
{
	document.write("<div id=\"prodIndex\">")
    document.write("  <p class=\"prodIndexHdr\">Measurement solutions<br />")
    document.write("    <a class=\"prodIndex\" href=\"products_dlsb.html\">")
	document.write("    <img src=\"WebImages/ArrowWedge_15x15.gif\" alt=\"\" width=\"15\" height=\"15\" border=\"0\" />&nbsp;Non-Contact Distance")
	document.write("    </a><br />")
    document.write("    <a class=\"prodIndex\" href=\"products_trum.html\">")
	document.write("    <img src=\"WebImages/ArrowWedge_15x15.gif\" alt=\"\" width=\"15\" height=\"15\" border=\"0\" />&nbsp;Belt Tension")
	document.write("    </a><br />")
    document.write("    <a class=\"prodIndex\" href=\"products_eddy.html\">")
	document.write("    <img src=\"WebImages/ArrowWedge_15x15.gif\" alt=\"\" width=\"15\" height=\"15\" border=\"0\" />&nbsp;Eddy-Current Thickness")
	document.write("    </a><br />")
    document.write("    <a class=\"prodIndex\" href=\"products_azmr.html\">")
	document.write("    <img src=\"WebImages/ArrowWedge_15x15.gif\" alt=\"\" width=\"15\" height=\"15\" border=\"0\" />&nbsp;Linear Resistance")
	document.write("    </a><br />")
    document.write("  </p>")
  	document.write("</div>")
}

function footer()
{
	document.write("<div id=\"footer\">")
	document.write("  <table width=\"97%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">")
	document.write("    <tr>")
	document.write("      <td width=\"55\">")
	document.write("        <div align=\"right\">")
	document.write("          <img src=\"WebImages/AZM_logo_49x19_footer.gif\" alt=\"\" width=\"49\" height=\"19\" align=\"absmiddle\" />")
	document.write("        </div>")
	document.write("      </td>")
	document.write("      <td width=\"325\">")
	document.write("        <div align=\"center\">")
	document.write("          &copy; 2006-2011 AZ Measurement, All Rights Reserved.<br />")
	document.write("          Cleveland, Ohio, USA&nbsp; +1 216-289-9190 tel")
	document.write("        </div>")
	document.write("      </td>")
	document.write("      <td>")
	document.write("        <div align=\"right\">")
	//document.write("          <a class=\"footerLink\" href=\"privacy.html\">Privacy Policy</a>")
	document.write("        </div>")
	document.write("      </td>")
	document.write("    </tr>")
	document.write("  </table>")
	document.write("</div>")
}
