// Visual Interdev Script Marker 
//<SCRIPT>
var ToolBar_Supported = ToolBar_Supported ;
if (ToolBar_Supported != null && ToolBar_Supported == true)
{
	//To Turn on/off Instrumentation set DoInstrumentation = true/false.
	DoInstrumentation= false;

	// Customize default My menu color - bgColor, fontColor, mouseoverColor
	setDefaultMyMenuColor("#000000", "white", "red");

	// Customize toolbar background color
	setToolbarBGColor("white");

	// display My Banner
	setMyBanner("http://www.therichardsons.org/images/logo.gif","http://www.therichardsons.org","theRichardsons.org Home") ;
	
	// display ADD Banner
	//setAddBanner("http://www.therichardsons.org/images/add.gif","","") ;
	
	//***** Add Standard Richardsons.org menus *****
	//Family Menu		
	addMyMenu("Our Family", "Our Family", "","http://www.therichardsons.org/ourfamily.html");
	addMySubMenu("Our Family","Our Family Tree","http://www.therichardsons.org/familytree.html");
	addMySubMenu("Our Family","Family Events Calendar","http://www.therichardsons.org/familyevents.html");
    addMySubMenu("Our Family","Family Database","http://www.therichardsons.org/familytree/surnames.htm");
	//Personal Pages
	addMyMenu("Personal Pages", "Personal Pages", "","");
	addMySubMenu("Personal Pages","James D. Richardson Sr","http://www.therichardsons.org/jdr");
	addMySubMenu("Personal Pages","James D. Richardson Jr","http://www.therichardsons.org/jimrich");
	addMySubMenu("Personal Pages","James D. Richardson III","http://www.therichardsons.org/babyjim");
        addMySubMenu("Personal Pages","Jazlyn Marie Del Rio","http://www.therichardsons.org/jazlyn");
	addMySubMenu("Personal Pages","Scott Thomas Richardson","http://www.therichardsons.org/babyscott");        
    
	//Research
	addMyMenu("Richardson Research", "Richardson Research", "","http://www.therichardsons.org/research/");					
	addMySubMenu("Richardson Research","Researchers Index","http://www.therichardsons.org/research/reindex.html");
	addMySubMenu("Richardson Research","Links","http://www.therichardsons.org/research/links.html");
    addMySubMenu("Richardson Research","Forum","http://www.therichardsons.org/research/forum.html");
    addMySubMenu("Richardson Research","Sumissions","http://www.therichardsons.org/research/submit.html");
        
	//addMySubMenu("MembersMenu","Family Message Board<BR>&nbsp;(Login Required)","http://www.therichardsons.org/message.html");

	//SearchMenu
	//addMyMenu("SearchMenu", "Search", "","http://www.therichardsons.org/search.html");					
	//addMySubMenu("SearchMenu","Search our Site","http://www.therichardsons.org/searchsite.html");
	//addMySubMenu("SearchMenu","Search for a Relative","http://www.therichardsons.org/relative.html");
	//addMySubMenu("SearchMenu","Search the Web","http://www.therichardsons.org/search/websearch.html");
	
	//RichardsonsMenu									
	addMyMenu("RichardsonsMenu", "theRichardsons.org ", "","http://www.therichardsons.org/");
	addMySubMenu("RichardsonsMenu","theRichardsons.org Home","http://www.therichardsons.org");
	//addMySubMenu("RichardsonsMenu","Site Map","http://www.therichardsons.org/map.html");
	addMySubMenu("RichardsonsMenu","Contact Us","http://www.therichardsons.org/contacts.html");
    //addMySubMenuLine("RichardsonsMenu");
	//addMySubMenu("RichardsonsMenu","Privacy Policy","http://www.therichardsons.org/privacy.html");
	addMySubMenu("RichardsonsMenu","©Copyrights and<BR>&nbsp;Disclaimer","http://www.therichardsons.org/copy.html");

	//Lock MyMenu so that ICP can't add make changes to it
	//Lock("addMyMenu");
}
// Visual Interdev Script Marker </SCRIPT>
