var page="http://www.forsalebyownercanada.com/nofollow/since.htm"; var temp; function REF_WINDOW(page){ temp=window.open(page,'REF','toolbar=yes,location=yes,directories=no,status=no,menubar=yes,resizable=yes,copyhistory=yes,scrollbars=yes,width=800,height=400'); FOCUSMOVE(temp); } function REF_WINDOWFP(page){ temp=window.open(page,'REF','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=no,width=700,height=600'); FOCUSMOVE(temp); } function MORT_CAL(page){ temp=window.open(page,'MortCal','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=no,width=246,height=329'); FOCUSMOVE(temp); } function FOCUSMOVE(object){ object.focus(); object.moveTo(2,2); } function Close(){ this.window.close(); } function BACK(){ history.go(-1) } function FLOOR_PLAN(page,FloorPlan){ temp=window.open(page,FloorPlan,'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=640,height=480'); FOCUSMOVE(temp); } function LEASE(page){ temp=window.open(page,'LEASE','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=no,width=700,height=416'); FOCUSMOVE(temp); } /*********************************************** * Disable "Enter" key in Form script- By Nurul Fadilah(nurul@REMOVETHISvolmedia.com) * This notice must stay intact for use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ function handleEnter (field, event) { var keyCode = event.keyCode ? event.keyCode : event.which ? event.which : event.charCode; if (keyCode == 13) { var i; for (i = 0; i < field.form.elements.length; i++) if (field == field.form.elements[i]) break; i = (i + 1) % field.form.elements.length; field.form.elements[i].focus(); return false; } else return true; }