var anylinkmenu3={divclass:'anylinkmenucols', inlinestyle:'', linktarget:'_self'} //Third menu variable. Same precaution.
anylinkmenu3.cols={divclass:'column', inlinestyle:''} //menu.cols if defined creates columns of menu links segmented by keyword "efc"
anylinkmenu3.items=[
	["Property Search", "http://www.gistrend.com/Newrochelle"],
	["Permits and Approvals", "http://www.gistrend.com/Newrochelle/CommingSoon.aspx","efc"],
	["Radius Map", "http://www.gistrend.com/NewRochelle/GetRadius.aspx"],
	["Title Search", "http://www.gistrend.com/TitleSearch/Newrochelle","efc"],
	["Construction Professionals", "http://www.gistrend.com/Newrochelle/CommingSoon.aspx"],
	["<nobr>Multiple Dwelling Registration</nobr>", "http://www.gistrend.com/NewRochelle/Dwellings/Pages/Default.aspx"]
]
 
function GetNavURL(opt){

    var URL = "" ;
    
     switch (opt){
		case 1:
			URL = "http://www.gistrend.com/NewRochelle/" ;
			break;
		case 2:
			URL = "FAQ.aspx" ;
			break;
		case 3:
			URL = "http://www.newrochelleny.com/" ;
			break;
		}
		
     return URL;
}