<!--
if (top.frames.length > 1) {
    top.location="http://www.relibrary.com/main_page.asp";
}


//=======================================================
function go_nav(){

	if (document.navselect.sys.options[0].selected) parent.location.href = "14mtg1.htm";
	if (document.navselect.sys.options[1].selected) parent.location.href = "realtors";
	if (document.navselect.sys.options[2].selected) parent.location.href = "1main1.htm";
	if (document.navselect.sys.options[3].selected) parent.location.href = "3main1.htm";
	if (document.navselect.sys.options[4].selected) parent.location.href = "13main1.htm";
	if (document.navselect.sys.options[5].selected) parent.location.href = "top_ten.htm";
	if (document.navselect.sys.options[6].selected) parent.location.href = "chat.htm";
	if (document.navselect.sys.options[7].selected) parent.location.href = "real_estate_news_frame1.htm";
	if (document.navselect.sys.options[8].selected) parent.location.href = "real_estate_news_frame2.htm";
	if (document.navselect.sys.options[9].selected) parent.location.href = "real_estate_news_frame3.htm";

}
//=======================================================
//=======================================================

// Sets variable url equal to option selected.

function go_realtors(form)
   {
   var myurl=document.stateselect.state.selectedIndex;
   url = document.stateselect.state.options[myurl].value;

   parent.location.href = 'http://www.relibrary.com/realtors/bystate.asp?state=' + url;
	}
//======================================================
//=======================================================

// Sets variable url equal to option selected.

function go_lenders(form)
   {
   var myurl=document.stateselect.state.selectedIndex;
   url = document.stateselect.state.options[myurl].value;

   parent.location.href = 'http://www.relibrary.com/lenders/' + url + '.asp';
	}
//======================================================

// -->