var arr_srv_title = new Array();
var arr_srv_desc = new Array();

arr_srv_title['BrandRefresh']='BrandRefresh';
arr_srv_title['BrandReview']='BrandReview';
arr_srv_title['BrandCostout']='BrandCostout';
arr_srv_title['BrandStandards']='BrandStandards';
arr_srv_title['BrandDelivery']='BrandDelivery';
arr_srv_title['BrandEngagement']='BrandEngagement';
arr_srv_title['BrandToolkit']='BrandToolkit';
arr_srv_title['BrandSupport']='BrandSupport';
arr_srv_title['BrandDevelop']='BrandDevelop';
arr_srv_title['BrandStrategy']='BrandStrategy';

arr_srv_desc['BrandRefresh']='Refresh your business brand positioning, values and identity by building on your strengths and best practice to increase consistency and reduce costs.';
arr_srv_desc['BrandReview']='Undertake a strategic and visual review of business and brand positioning, and prepare a roadmap and budget for future change projects.';
arr_srv_desc['BrandCostout']='Reassessing your business and change projects to find new ways of achieving the same result - cutting your costs and increasing quality.';
arr_srv_desc['BrandStandards']='Central on-line systems to communicate your brand standards and manage site - specific information for your network of business locations.';
arr_srv_desc['BrandDelivery']='Managing the roll-out of brand change projects across your national or global network of business locations and customer contact points.';
arr_srv_desc['BrandEngagement']='Supporting internal change processes through brand engagement to improve employee understanding and increase brand consistency.';
arr_srv_desc['BrandToolkit']='Communication tools to engage your employees in your brand values, and all the tools and templates they need to deliver a consistent brand.';
arr_srv_desc['BrandSupport']='Extending your own teams with dedicated resource and expertise - helping you when project demands are high or your business is changing.';
arr_srv_desc['BrandDevelop']='Managing change projects from the initial briefing and visioning, to the development of concepts to pilot stage, and then preparing you for roll-out.';
arr_srv_desc['BrandStrategy']='Helping you develop strategic plans for the ongoing development and deployment of your brand assets.';

function service_tip(theObj) {
	if (document.all) {
		sName = theObj.innerText;
	}
	else {
		sName = theObj.textContent;
	}
	Tip(arr_srv_desc[sName], TITLE, arr_srv_title[sName], WIDTH, -200, TITLEBGCOLOR, '#969696', BGCOLOR, '#DDDDDD', BORDERCOLOR, '#636363', TITLEFONTCOLOR, 'white', FONTCOLOR, '#4D4D4D');	
}
