// Pop Up Find on this page Javascript
// copyright 28th January 2003, by 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','findit','height=165,width=400,toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,location=no'); lwin.moveTo(465,0); lwin.focus();}

