if (parent.frames.length > 0) top.location=self.location; // ensure we're not in someone's frame ! function getCookieVal (offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr)); } function GetCookie (name) { var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; var i = 0; while (i < clen) { var j = i + alen; if (document.cookie.substring(i, j) == arg) return getCookieVal (j); i = document.cookie.indexOf(" ", i) + 1; if (i == 0) break; } return null; } function SetCookie (name, value) { var expdate = new Date(); expdate.setTime(expdate.getTime() + (24 * 60 * 60 * 1000 * 365)); var argv = SetCookie.arguments; var argc = SetCookie.arguments.length; var expires = (2 < argc) ? argv[2] : null; var path = (3 < argc) ? argv[3] : null; var domain = (4 < argc) ? argv[4] : null; var secure = (5 < argc) ? argv[5] : false; cookie = name + "=" + escape (value) + "; expires=" + expdate.toGMTString() + "; path=/" //+ "; domain=wetlook.com"// + "; secure"; //window.status="Cookie:"+cookie; //confirm(cookie); document.cookie=cookie; document.cookie.flush; } /* function toggleLayer2(whichLayer, whichlink) { var elem, vis, link; if (document.getElementById) { // this is the way the standards work elem = document.getElementById(whichLayer); link = document.getElementById(whichLink); } else { if (document.all) {// this is the way old msie versions work elem = document.all[whichLayer]; link = document.all[whichLink]; } else { if (document.layers) // this is the way nn4 works elem = document.layers[whichLayer]; } } vis = elem.style; // if the style.display value is blank we try to figure it out here if(vis.display==''&&elem.offsetWidth!=undefined&&elem.offsetHeight!=undefined) vis.display = (elem.offsetWidth!=0&&elem.offsetHeight!=0)?'block':'none'; if (vis.display=='' || vis.display=='block') { vis.display = 'none'; // link. } else { vis.display = 'block'; } vis.display = 'block'; } */ function toggleLayer(whichLayer, whichLink, text) { var elem, vis, link; if (document.getElementById) { // this is the way the standards work elem = document.getElementById(whichLayer); link = document.getElementById(whichLink); } else { if (document.all) {// this is the way old msie versions work elem = document.all[whichLayer]; link = document.all[whichLink]; } else { if (document.layers) // this is the way nn4 works elem = document.layers[whichLayer]; } } vis = elem.style; // if the style.display value is blank we try to figure it out here if(vis.display==''&&elem.offsetWidth!=undefined&&elem.offsetHeight!=undefined) vis.display = (elem.offsetWidth!=0&&elem.offsetHeight!=0)?'block':'none'; if (vis.display=='' || vis.display=='block') { vis.display = 'none'; link.innerHTML = "Show " + text; } else { vis.display = 'block'; link.innerHTML = "Hide " + text; } } function PageLayout1() { document.write("
\n"); document.write("| \n"); document.write(" | \n"); document.write(" | |||||||||
| \n"); document.write(" |
| \n");
document.write(" \n"); document.write(" | ||||||||
| \n");
document.write(" | \n");
document.write(" ||||||||||
| \n"); document.write(" | © Copyright 2010 Technologica Ltd. All rights reserved.\n");
if (showextras) {
document.write(" Website hosting and maintenance by Dr Nigel Brooks\n");
document.write(" Show Visitors\n");
document.write(" \n");
document.write(" \n");
document.write(" \n"); document.write(" xxxx\n"); document.write(" xxxx\n"); document.write(" xxxx\n"); document.write(" xxxx\n"); document.write(" xxxx\n"); document.write(" xxxx\n"); document.write(" xxxx\n"); document.write(" xxx\n"); document.write(" xxx\n"); document.write(" xxx\n"); document.write(" xxx\n"); document.write(" xxx\n"); document.write(" xxx\n"); document.write(" xxx\n"); document.write(" \n"); document.write(" \n"); } document.write(" | \n");
document.write(" \n"); document.write(" | ||||||||
Specifications
\n");
document.write(" - what it detects
\n");
document.write(" - what it measures
\n");
document.write(" - unique features
\n");
document.write(" - electrical and mechanical\n");
document.write("
Typical Applications
\n");
document.write(" Inventive Applications
\n");
document.write(" Micro-imaging
\n");
document.write(" Software
\n");
document.write(" Published References
\n");
document.write(" Terminology
\n");
document.write(" Ordering Information
\n");
document.write("
\n");
document.write("
< Back to Products\n"); }