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("#10219C", "white", "#ffb400");

	// Customize toolbar background color
	setToolbarBGColor("white");

	// display default ICP Banner
	setICPBanner("../img/logoTILESA.gif","../index.html","Inicio TILESA") ;

	// display MSCOM Banner
	//setMSBanner("../oferta/img/AMPLIA.gif","","") ;

	// display ADS
	setAds("../img/oferta.gif","../oferta/ofertas.html","Ofertas y Ultimas Noticias") ;

	//Quienes Somos		
	addMSMenu("QMenu", "Quiénes Somos", "Quienes Somos","../quienes/index.html");
	

	//Contacta
	addMSMenu("Contactmenu", "Contactar", "Contactar","../contactar/index.html");
	
	//TILESA									
	addMSMenu("Iniciomenu", "Inicio TILESA", "","../index.html");
	}
