function returnDocument(){

var file_name = document.location.href;
var end = (file_name.indexOf("?") == -1) ? file_name.length : file_name.indexOf("?");
var final_file = file_name.substring(file_name.lastIndexOf("/")+1, end);
//return file_name.substring(file_name.lastIndexOf("/")+1, end);

if ((final_file == "index.htm")) {
   document.getElementById("picIndexOn").style.display = '';
   document.getElementById("picIndex").style.display = 'none';
   document.getElementById("menuIndexOn").style.display = '';
}

if ((final_file == "homesearch.htm") || (final_file == "homesrch.htm") || (final_file == "vip.htm") || (final_file == "register.htm") || (final_file == "email_updates.htm") || (final_file == "developments.htm") || (final_file == "openhouse.htm") || (final_file == "login.htm") || (final_file == "dbtypes.htm") || (final_file == "LA") || (final_file == "catalog")) {
   document.getElementById("picHomesearchOn").style.display = '';
   document.getElementById("picHomesearch").style.display = 'none';
   document.getElementById("menuHomesearchOn").style.display = '';
}

if ((final_file == "community.htm")) {
   document.getElementById("picCommunitiesOn").style.display = '';
   document.getElementById("picCommunities").style.display = 'none';
   document.getElementById("menuCommunitiesOn").style.display = '';
}

if ((final_file == "services.htm") || (final_file == "protection.htm") || (final_file == "commitment.htm") || (final_file == "relocate.htm") || (final_file == "security.htm") || (final_file == "security_faq.htm") || (final_file == "mortgage.htm") || (final_file == "calcs.htm") || (final_file == "platinum.htm") || (final_file == "cma.htm") || (final_file == "select_service.htm") || (final_file == "resources.htm") || (final_file == "hintips.htm") || (final_file == "goldstar.htm") || (final_file == "era_answers.htm") || (final_file == "directaccess.htm") || (final_file == "txtera.htm") || (final_file == "moving_into_area.htm") || (final_file == "moving_out_area.htm") || (final_file == "corporate_reo.htm") || (final_file == "reap_program.htm")) {
   document.getElementById("picServicesOn").style.display = '';
   document.getElementById("picServices").style.display = 'none';
   document.getElementById("menuServicesOn").style.display = '';
}

if ((final_file == "agents.htm") || (final_file == "career.htm") || (final_file == "career_joinus.htm") || (final_file == "career_steps.htm") || (final_file == "career_faq.htm") || (final_file == "career_development.htm")) {
   document.getElementById("picAgentsOn").style.display = '';
   document.getElementById("picAgents").style.display = 'none';
   document.getElementById("menuAgentsOn").style.display = '';
}

if ((final_file == "offices.htm") || (final_file == "profile.htm") || (final_file == "press_releases.htm")) {
   document.getElementById("picOfficesOn").style.display = '';
   document.getElementById("picOffices").style.display = 'none';
   document.getElementById("menuOfficesOn").style.display = '';
}

if ((final_file == "contact.htm") || (final_file == "contact.buy.htm") ||  (final_file == "contact.sell.htm") || (final_file == "contact.relocate.htm") || (final_file == "contact.career.htm") || (final_file == "contact.buy.htm") || (final_file == "sitemap.htm")) {
   document.getElementById("picContactOn").style.display = '';
   document.getElementById("picContact").style.display = 'none';
   document.getElementById("menuContactOn").style.display = '';
}

if ((final_file == "subpage.htm")) {
   document.getElementById("picAgentsOn").style.display = '';
   document.getElementById("picAgents").style.display = 'none';
   document.getElementById("menuAgentsOn").style.display = '';
}

}
