function warranty() {
<!-- Begin
newWindow = window.open ("","Warranty","location=no, menubar=no, scrollbars=no, status=no, resizable=no, top=50,left=50,width=450,height=300");
newWindow.document.writeln('<html>');
newWindow.document.writeln('<head>');
newWindow.document.writeln('<title>Sensor Technology Ltd- Lifetime Warranty</title>');
newWindow.document.writeln('<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">');
newWindow.document.writeln('<link rel="stylesheet" href="/css/stlogo.css" type="text/css" media="screen">');
newWindow.document.writeln('</head>');
newWindow.document.writeln('<body>');
newWindow.document.writeln('<h1>Lifetime Warranty</h1>');
newWindow.document.writeln('<p>Sensor Technology Ltd&#39;s standard range of torque measuring products are warranted against manufacturing defects and component failure for two years from date of purchase, subject to fair wear and tear and return for the first year&#39;s free of charge annual re-calibration. This warranty is extended indefinitely if the equipment is returned to Sensor Technology, or its distributor, for annual re-calibration, when software and hardware updates, if required, will be carried out free of charge. Standard range means those products as described in the company&#39;s product data sheets.</p>');
newWindow.document.writeln('<p><a href="javascript:window.close();">Close Window</a></p>');
newWindow.document.writeln('</body></html>');
}
// End -->