
function quickfind_go(){var w=document.getElementById('quickfindword').value;var n=parseInt(w,10);if(n>0){pop('index.php?section=product&id='+n);document.getElementById('quickfindword').value='';document.getElementById('quickfindword').focus();}else if(w!==''){pop('index.php?section=search&word='+w);}}
function quickfind_checkenter(e){return true;}
function tooltip(txt){document.getElementById('tooltip').innerHTML=txt;document.getElementById('tooltip').style.display='inline';}
function nt(){tooltip("");document.getElementById('tooltip').style.display='none';}
function isie(){var agt=navigator.userAgent.toLowerCase();return(agt.indexOf("msie")!=-1);}
function ismoz(){var agt=navigator.userAgent.toLowerCase();var is_nav=((agt.indexOf('mozilla')!=-1)&&(agt.indexOf('spoofer')==-1)&&(agt.indexOf('compatible')==-1)&&(agt.indexOf('opera')==-1)&&(agt.indexOf('webtv')==-1));return is_nav;}
function kH(e){var pK=document.all?window.event.keyCode:e.which;if(pK==13){quickfind_go();}}
document.onkeypress=kH;if(document.layers){document.captureEvents(Event.KEYPRESS);}