//no spam email address var user; var domain; var suffix; function nospam(user,domain,suffix) { document.write('' + user + '@' + domain + '.' + suffix + ''); } function nospamsml(user,domain,suffix) { document.write('' + user + '@' + domain + '.' + suffix + ''); } //netscape css fix function WM_netscapeCssFix() { if (document.WM.WM_netscapeCssFix.initWindowWidth != window.innerWidth || document.WM.WM_netscapeCssFix.initWindowHeight != window.innerHeight) { document.location = document.location; } } function WM_netscapeCssFixCheckIn() { if ((navigator.appName == 'Netscape') && (parseInt(navigator.appVersion) == 4)) { if (typeof document.WM == 'undefined'){ document.WM = new Object; } if (typeof document.WM.WM_scaleFont == 'undefined') { document.WM.WM_netscapeCssFix = new Object; document.WM.WM_netscapeCssFix.initWindowWidth = window.innerWidth; document.WM.WM_netscapeCssFix.initWindowHeight = window.innerHeight; } window.onresize = WM_netscapeCssFix; } } WM_netscapeCssFixCheckIn() //prevents window from capture in frames if (top.location != self.location) { top.location = self.location } //popup windows for references function popupWindow(referenceHTML, w, h) { var winl = (screen.width - w) / 2; var wint = (screen.height - h) / 2; windowProperties = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars=yes,resizable' reference = window.open(referenceHTML, 'refName', windowProperties) if (parseInt(navigator.appVersion) >= 4) { reference.window.focus(); } } //popup windows for calculators function popupCalculator(mypage,myname,w,h,scroll) { var wi = screen.width - 100; var he = screen.height - 100; var winl = (screen.width - wi) / 2; var wint = ((screen.height - he) / 2) - 20; winprops = 'height='+he+',width='+wi+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable' win = window.open(mypage, myname, winprops) if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); } } function PrintThisPage() { var w = 700; var h = 450; var winl = (screen.width - w) / 2; var wint = (screen.height - h) / 2; var sOption = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars=yes,resizable' var sWinHTML = document.getElementById('contentarea').innerHTML; var winprint=window.open("","",sOption); winprint.document.open(); winprint.document.write('Real Choice Mortgages - Home Loans, Investment Loans, Finance - Real Choice Mortgages, Croydon, Melbourne, Australia'); winprint.document.write(''); winprint.document.write(''); winprint.document.write(''); winprint.document.write(''); winprint.document.write('
Real Choice Mortgages - 1300 555 645
'); winprint.document.write('enquiries@tonychartres.com.au

[close window]
'); winprint.document.write(sWinHTML); winprint.document.write(''); winprint.document.close(); winprint.focus(); }