function disclaimer() {
<!-- Begin
newWindow = window.open ("","Disclaimer","location=no, menubar=no, scrollbars=no, status=no, resizable=no, top=50,left=50,width=450,height=550");
newWindow.document.writeln('<html>');
newWindow.document.writeln('<head>');
newWindow.document.writeln('<title>Sensor Technology Ltd- Disclaimer</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>Disclaimer</h1>');
newWindow.document.writeln('<p>Sensor Technology Ltd does not give any warranty or other assurance as to the operation, quality or functionality of the site.  Access to the site may be interrupted, restricted or delayed for any reason. Sensor Technology Ltd also does not give any warranty or other assurance as to content of the material appearing on the site, its accuracy, completeness, timelessness or fitness for any particular purpose.</p>');
newWindow.document.writeln('<p>To the full extent permissible by law, Sensor Technology Ltd disclaims all responsibility for any damages or losses &#40;including, without limitation, financial loss, damages for loss in business projects, loss of profits or other consequential losses&#41; arising in contract, tort or otherwise from the use of or inability to use the Site or any material appearing on Sensor Technology Ltd&#39;s site or from any action or decision taken as a result of using the Site or any such material.</p>');
newWindow.document.writeln('<p>Sensor Technology Ltd&#39;s site contains links to external sites. Sensor Technology Ltd is not responsible for and has no control over the content of such sites. Information on Sensor Technology Ltd, or available via hypertext link from Sensor Technology Ltd&#39;s site, is made available without responsibility on the part of Sensor Technology Ltd. Sensor Technology Ltd disclaims all responsibility and liability &#40;including for negligence&#41; in relation to information on or accessible from Sensor Technology Ltd&#39;s site.</p>');
newWindow.document.writeln('<p><a href="javascript:window.close();">Close Window</a></p>');
newWindow.document.writeln('</body></html>');
}
// End -->