

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","../../vievsite/index.html","");
	
	add_new_menu("2","Products","vievworld.html","");
	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","","","");
	
	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","","","");
	
	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","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","","","");
	
	add_new_menu("5","Contact","../../contact/contact.html","");
	add_new_menu_option("5","Contact Viev","../../contact/contact.html","");
//	add_new_menu_option("5","","","");


}
