function partners(N) { newWindow = window.open(N, 'popD','toolbar=no,menubar=no,resizable=yes,scrollbars=yes,status=no,location=no,width=900,height=550'); } function printable(N) { newWindow = window.open(N, 'popD','toolbar=no,menubar=no,resizable=yes,scrollbars=yes,status=no,location=no,width=450,height=550'); } function preload() { this.length = preload.arguments.length; for (var i = 0; i < this.length; i++) { this[i+1] = new Image(); this[i+1].src = preload.arguments[i]; } } if (document.images) { var imgs = new preload( "images/nav/searchrates-off.gif", "images/nav/searchrates-on.gif" ) } function swap(imgName) { if (document.images) { var test = document.images[imgName].src; if (test.indexOf("off")!=-1) { document.images[imgName].src = "images/nav/"+imgName+"-on.gif"; } else { document.images[imgName].src = "images/nav/"+imgName+"-off.gif"; } } } function swap2(imgName) { if (document.images) { var test = document.images[imgName].src; if (test.indexOf("off")!=-1) { document.images[imgName].src = "images-home/"+imgName+"-on.gif"; } else { document.images[imgName].src = "images-home/"+imgName+"-off.gif"; } } } function otherrates() { invoice=parent.open("http://www.mortgageloan.com/loans4less/rates.shtml","A_Window","toolbar=yes,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480"); return } function financial() { invoice=parent.open("http://www.cnbc.com/","A_Window","toolbar=yes,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480"); return } function appraisalnet() { invoice=parent.open("http://www.appraisal-net.com/","A_Window","toolbar=yes,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480"); return } function creditreports() { invoice=parent.open("http://www2.creditreport-net.com/?maid=1892/","A_Window","toolbar=yes,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=640,height=480"); return }