function position() { var d = document.getElementById('tip'); d.style.visibility = 'visible'; d.style.left = event.screenX + 'px'; d.style.top = event.screenY + 'px'; } function hide() { document.getElementById('tip').style.visibility = 'hidden'; } var popupwin=null; var options=null; function openpopup(){ window.open("thanks_for_visiting.php","","width=400,height=350,scrollbars=yes,resizable=yes"); } function get_cookie(Name) { var search = Name + "="; var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search); if (offset != -1) { // if cookie exists offset += search.length; // set index of beginning of value end = document.cookie.indexOf(";", offset); // set index of end of cookie value if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } function getBrochure(url) { pdfImage = new Image(); pdfImage.src = "http://www.oreinc.com/index.php?view=pdf_brochure"; showcalc(url,''); return false; } function getRelay(url) { if (url == "http://www.inmanstories.com/movies/newplayer.cfm?name=car_relay") { pdfImage = new Image(); pdfImage.src = "http://www.oreinc.com/index.php?view=relay_movie"; } if (url == "http://www.rebt.com/flashmovie.asp") { pdfImage = new Image(); pdfImage.src = "http://www.oreinc.com/index.php?view=relay_flash"; } if (url == "https://relay.rebt.com/site/14624") { pdfImage = new Image(); pdfImage.src = "http://www.oreinc.com/index.php?view=relay_site"; } showmovie(url,''); return false; } function getPDF(url) { if (url == "http://www.oreinc.com/oreinc_forms/oreinc_flatfee.pdf") { pdfImage = new Image(); pdfImage.src = "http://www.oreinc.com/index.php?view=pdf_flatfee"; } if (url == "http://www.oreinc.com/oreinc_forms/oreinc_fullservice.pdf") { pdfImage = new Image(); pdfImage.src = "http://www.oreinc.com/index.php?view=pdf_fullservice"; } if (url == "http://www.oreinc.com/oreinc_forms/oreinc_land.pdf") { pdfImage = new Image(); pdfImage.src = "http://www.oreinc.com/index.php?view=pdf_land"; } if (url == "http://www.oreinc.com/oreinc_forms/oreinc_flatfee_features.pdf") { pdfImage = new Image(); pdfImage.src = "http://www.oreinc.com/index.php?view=pdf_flatfee_features"; } if (url == "http://www.oreinc.com/oreinc_forms/oreinc_fullservice_features.pdf") { pdfImage = new Image(); pdfImage.src = "http://www.oreinc.com/index.php?view=pdf_fullservice_features"; } if (url == "http://www.oreinc.com/oreinc_forms/oreinc_land_features.pdf") { pdfImage = new Image(); pdfImage.src = "http://www.oreinc.com/index.php?view=pdf_land_features"; } showcalc(url,''); return false; } function showcalc(url,options) { options="width=610,height=600,scrollbars=yes,resizable=yes"; popupwin = window.open(url,"popupwin",options); popupwin.focus(); return false; } function popup(url,options) { options="width=610,height=500,scrollbars=yes,resizable=yes"; popupwin = window.open(url,"popupwin",options); popupwin.focus(); return false; } function showmovie(url,options) { options="width=800,height=600,scrollbars=yes,resizable=yes"; popupwin = window.open(url,"popupwin",options); popupwin.focus(); return false; } function generatedocs(url,options) { options="width=1000,height=600,scrollbars=yes,resizable=yes"; popupwin = window.open(url,"popupwin",options); popupwin.focus(); return false; } function mapit(url,options) { options="width=440,height=460,scrollbars=yes,resizable=yes"; popupwin = window.open(url,"popupwin",options); popupwin.focus(); return false; } function BookmarkMe() { pdfImage = new Image() pdfImage.src = "http://www.oreinc.com/index.php?view=bookmark&context="; if (window.sidebar) { // firefox window.sidebar.addPanel("Flat Fee MLS - Online Real Estate, Inc.", "http://www.oreinc.com/index.php?view=&context=bookmark",""); } else if( document.all ) { //MSIE window.external.AddFavorite("http://www.oreinc.com/index.php?view=&context=bookmark","Flat Fee MLS - Online Real Estate, Inc."); } else { alert("Please add this Bookmark manually."); } } function BookmarkOffer(url) { pdfImage = new Image() pdfImage.src = "http://www.oreinc.com/index.php?view=bookmark&context="; if (window.sidebar) { // firefox window.sidebar.addPanel("Special Offer - Online Real Estate, Inc.", url,""); } else if( document.all ) { //MSIE window.external.AddFavorite(url,"Special Offer - Online Real Estate, Inc."); } else { alert("Please add this Bookmark manually."); } } function loadNoPictureAvailable(badImg) { badImg.src = "images/spacer.gif" badImg.width = 0; badImg.height = 0; } window.onerror = null;