// Pop Up Find on this page Javascript copyright Stephen Chapman, Felgall Pty Ltd permission is granted to use this javascript provided that the code and comments are not altered
function locatorWin() {var lwin = window.open('locwin.htm','SearchThisPage','height=70,width=230,toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no'); lwin.moveTo(0,0); lwin.focus();}
