// 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('http://www.oldrepublictitle.com/orstarslink/RateCalculator/AGQueryRatesMN.asp','findit','height=500,width=650,toolbar=yes,directories=no,status=no,menubar=no,scrollbars=no,resizable=no'); lwin.moveTo(400,300); lwin.focus();}
