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("#000000", "white", "red");

	// Customize toolbar background color
	setToolbarBGColor("white");

	// display default ICP Banner
	setICPBanner("images/iwa.jpg","index.htm","IWA Web Site") ;
	
	// display MSCOM Banner
	//setMSBanner("images/iwa.jpg","index.htm","IWA Web Site") ;

	// display ADS
	//setAds("images/iwa.jpg","","") ;

	//***** Add Standard IWA menus *****
	//NewsMenu		
	addMSMenu("NewsMenu", "What's New?", "","latest.htm");
	addMSSubMenu("NewsMenu","General Info","info.htm");
	addMSSubMenu("NewsMenu","Wrestlers","wresbios.htm");
	addMSSubMenu("NewsMenu","PPV Events","ppv.htm");
	addMSSubMenuLine("NewsMenu");
	addMSSubMenu("NewsMenu","News and Rumors","rumors.htm");
	addMSSubMenu("NewsMenu","Columns","columns.htm");
	

	//WrestlerMenu
	addMSSubMenuLine("WrestlerMenu");
	addMSMenu("WrestlerMenu", "IWA Wrestlers", "","wresbios.htm");
	addMSSubMenu("WrestlerMenu","Champion List","champs.htm");
	addMSSubMenu("WrestlerMenu","Wrestler Bios","wresbios.htm");
	addMSSubMenu("WrestlerMenu","Roster","roster.htm");
	addMSSubMenu("WrestlerMenu","New Wrestlers","newwres.htm");
	addMSSubMenuLine("WrestlerMenu");
	addMSSubMenuLine("WrestlerMenu");
	


	//PhotoMenu
	addMSMenu("PhotoMenu", "Photos", "","photos.htm");					
	addMSSubMenu("PhotoMenu","Wrestlers","wresphotos.htm");
	addMSSubMenu("PhotoMenu","Backstage","backstage.htm");
	addMSSubMenu("PhotoMenu","Corporate","corppics.htm");
	addMSSubMenuLine("PhotoMenu");
	addMSSubMenu("PhotoMenu","Pay-Per-View","ppvpics.htm");
	addMSSubMenuLine("PhotoMenu");

	//ServicesMenu									
	addMSMenu("ServicesMenu", "IWA Services & Info");
	addMSSubMenu("ServicesMenu","IWA Email","email.htm");
	addMSSubMenu("ServicesMenu","New Talent Search","newtalent.htm");
	addMSSubMenuLine("ServicesMenu");
	addMSSubMenu("ServicesMenu","Contact Us","contact.htm");
	addMSSubMenu("ServicesMenu","Corporate Offices","corp.htm");
	addMSSubMenu("ServicesMenu","Company Info","compinfo.htm");
}
