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 MS menu color - bgColor, fontColor, mouseoverColor
	setDefaultMSMenuColor("white", "maroon", "blue");

	//***** Add Standard Microsoft.com menus *****
	//AudioMenu		
	addMSMenu("AudioMenu", "<IMG SRC=images/clips.gif BORDER=0 HEIGHT=13 WIDTH=116>", "", "realaudio/home.htm");
	addMSSubMenu("AudioMenu","Daily Radio Programs","realaudio/home.htm");
	addMSSubMenu("AudioMenu","Video Clips","realaudio/video.htm");
	addMSSubMenu("AudioMenu","Church Services","services/index.htm");

	

	//PhotoMenu
	addMSMenu("PhotoMenu", "<IMG SRC=images/photos.gif BORDER=0 HEIGHT=12 WIDTH=88>", "","photopage.htm");
	addMSSubMenu("PhotoMenu","Russian Vehicles","pics/russianvehicles.htm");
	addMSSubMenu("PhotoMenu","Possible U.N. Vehicles","pics/index.htm");
	addMSSubMenu("PhotoMenu","German Soldier Interview","pics/holloman.htm");
	addMSSubMenu("PhotoMenu","U.N. Bus Photos","whiteunbus.htm");
	addMSSubMenu("PhotoMenu","U.N. Vehicles in America","unvehpict/home.htm");
	addMSSubMenu("PhotoMenu","P.O.W. Camp in America","powpict/home.htm");
	addMSSubMenu("PhotoMenu","Our Church Building","services/index.htm");



	//LiteratureMenu
	addMSMenu("LiteratureMenu", "<IMG SRC=images/lit.gif BORDER=0 HEIGHT=13 WIDTH=100>", "","literaturelist.html");					
	addMSSubMenu("LiteratureMenu","Restoring Knowledge","restknowledge/index.htm");
	addMSSubMenu("LiteratureMenu","Past Magazines","pastissues.htm");
	addMSSubMenu("LiteratureMenu","Correspondence Courses","literaturelist.html#2");
	addMSSubMenu("LiteratureMenu","Books","literaturelist.html#3");



	//OrderMenu									
	addMSMenu("OrderMenu", "<IMG SRC=images/order.gif BORDER=0 HEIGHT=11 WIDTH=105>", "","order/home.htm");
	addMSSubMenu("OrderMenu","Secure Online Ordering","https://www.ds-secure.net/newswatc/secureorder.htm");
	addMSSubMenu("OrderMenu","Mail and Phone","order/home.htm");
	addMSSubMenu("OrderMenu","Send Feedback","forms/index.htm");
	addMSSubMenu("OrderMenu","Email Mailing list","mailinglist/index.htm");
	
}

