// JavaScript Document
//Function for jump menus

function MM_jumpMenu_ext(targ,selObj,restore)  {
  var exitLink = "http://www.find4close.com/external/?url="+selObj.options[selObj.selectedIndex].value;
  var newWindow = window.open(exitLink, '_blank', 'toolbar=1,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=800,height=450');
  newWindow.focus();
  return false;
  if (restore) selObj.selectedIndex=0;
  
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
 if (restore) selObj.selectedIndex=0; }
 

function Show_Stuff(Click_Menu, Click_Menu2)
{
var display2;
if (Click_Menu.style.display == "none")
{
Click_Menu.style.display = "";
Click_Menu2.style.display = "none";
}
else
{

Click_Menu.style.display = "none";
Click_Menu2.style.display = "";
}
}

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=460,height=900');");
}

//Member login buttons from Free to Payed Amember secured files
function goToURL_az() { window.location = "http://www.find4close.com/premium/arizona/pay_AZ_non.htm"; }
function goToURL_ca() { window.location = "http://www.find4close.com/premium/california/pay_CA_non.htm"; }
function goToURL_co() { window.location = "http://www.find4close.com/premium/colorado/pay_CO_non.htm"; }
function goToURL_fl() { window.location = "http://www.find4close.com/premium/florida/pay_FL_non.htm"; }
function goToURL_nv() { window.location = "http://www.find4close.com/premium/nevada/pay_NV_non.htm"; }
function goToURL_or() { window.location = "http://www.find4close.com/premium/oregon/pay_OR_non.htm"; }
function goToURL_tx() { window.location = "http://www.find4close.com/premium/texas/pay_TX_non.htm"; }
function goToURL_ut() { window.location = "http://www.find4close.com/premium/utah/pay_UT_non.htm"; }
function goToURL_wa() { window.location = "http://www.find4close.com/premium/washington/pay_WA_non.htm"; }
//Preforeclosure list entry buttons thoffice.info/Paypal_Success.asp?number=9&abbrv=State
function goToURL_list_az() { window.location = "http://www.thoffice.info/Index9.asp?system=9&abbr=AZ"; }
function goToURL_list_ca() { window.location = "http://www.thoffice.info/Index9.asp?system=9&abbr=CA"; }
function goToURL_list_co() { window.location = "http://www.thoffice.info/Index9.asp?system=9&abbr=CO"; }
function goToURL_list_fl() { window.location = "http://www.thoffice.info/Index9.asp?system=9&abbr=FL"; }
function goToURL_list_nv() { window.location = "http://www.thoffice.info/Index9.asp?system=9&abbr=NV"; }
function goToURL_list_or() { window.location = "http://www.thoffice.info/Index9.asp?system=9&abbr=OR"; }
function goToURL_list_tx() { window.location = "http://www.thoffice.info/Index9.asp?system=9&abbr=TX"; }
function goToURL_list_ut() { window.location = "http://www.thoffice.info/Index9.asp?system=9&abbr=UT"; }
function goToURL_list_wa() { window.location = "http://www.thoffice.info/Index9.asp?system=9&abbr=WA"; }
