

var ToolBar_Supported = ToolBar_Supported;


if (ToolBar_Supported != null && ToolBar_Supported == true)
{


	//To Turn on/off Frame support, set Frame_Supported = true/false.

	Frame_Supported = true;



	add_new_menu("1","Home","../index.html","");

	
	add_new_menu("2","Products","","");
	add_new_menu_option("2","Rosters","../products/rosters/rosters.html","");
	add_new_menu_option("2","Niam+","../products/niam+/index.html","");
	add_new_menu_option("2","Marketing Services","../marketing/innovation/innovation.html","");

	
	add_new_menu("3","Resources","","");
	add_new_menu_option("3","Downloads","../resources/downloads/index.html","");
	add_new_menu_option("3","VievMap","../vievmap/index.html","");
	add_new_menu_option("3","Popular Links","../links/links.html","");
	add_new_menu_option("3","Viev's Inputs","http://www.viev.com/vievinputs/vievinputs.html","");

	
	add_new_menu("4","About Viev","../about/about_viev.html","");
	add_new_menu_option("4","About Viev","../about/about_viev.html","");
	add_new_menu_option("4","Partner Program","../partner_program/index.html","");
	add_new_menu_option("4","Viev's Mission Statement","../mission_statement/mission_statement.html","");
	add_new_menu_option("4","Marketing Philosophy","../marketing/vievs_marketing_philosophy.html","");
//	add_new_menu_option("4","Team","../team/index.html","");


	add_new_menu("5","Services","","");
	add_new_menu_option("5","Marketing Services","../marketing/innovation/innovation.html","");
//	add_new_menu_option("5","Design","../design/index.html","");
	add_new_menu_option("5","Member Login","http://www.viev.com/collaboration","");
	add_new_menu_option("5","HelpDesk","../helpdesk/index.php","");
	
	add_new_menu("6","Contact","../contact/contact.html","");
	add_new_menu_option("6","Contact Viev","../contact/contact.html","");



}
