// Javascript Script-   function changeLeftContent(left_menu_id)        {						var objDivID="left_side";			var divId="left_side_text";			var pagetext="";						left_menu_id=parseInt(left_menu_id);			 			switch (left_menu_id){				case 1:				pagetext="<h2>Sales</h2><p>Achieve them with our array of professional services that range from strategic planning to training and coaching. When your approach to sales focuses on understanding your client's needs and how you can add value to their business, your sales will grow.<br><a href='sales.html'><strong>Learn more</strong></a></p>";				break;				case 2:				pagetext="<h2>Leads</h2><p>Find them with the help of our seasoned sales team, who can research and build a database, warm up prospects and even book appointments for you. Armed with our creative presentation materials, you'll be ready to grow.<br><a href='sales_lead.html'><strong>Learn more</strong></a></p>";				break;				case 3:				pagetext="<h2>Customers</h2><p>Get them by building your brand and creating unique selling propositions with help from our marketing professionals. We'll show you how the trust and reputation you have built can convert occasional customers into loyal, raving fans.<br><a href='marketing_branding.html'><strong>Learn more</strong></a></p>";				break;				case 4:				pagetext="<h2>Attention</h2><p>Attract it with the help of our marketing and public relations experts. We'll get your message out there, whether you're seeking widespread media attention, or the listening ear of your current client base. Become remarkable; stand out above your competitors.<br><a href='marketing_materials.html'><strong>Learn more</strong></a></p>";				break;				case 5:				pagetext="<h2>Profit</h2><p>Earn it with contract sales and marketing managers who know how to get the job done. With the help of our Client Relationship Management (CRM) experts, you'll realize incremental sales at higher margins.<br><a href='sales_customer.html'><strong>Learn more</strong></a></p>";				break;				default : 				 pagetext="<div class='left_menu'><ul><li><a href='#' onclick=changeLeftContent(1) ><img src='images/left_arrow.gif'  alt=''/>Sales?</a></li><li><a href='#' onclick=changeLeftContent(2)><img src='images/left_arrow.gif'  alt=''/>Leads?</a></li><li><a href='#' onclick=changeLeftContent(3) ><img src='images/left_arrow.gif'  alt=''/>Clients?</a></li><li><a href='#' onclick=changeLeftContent(4) ><img src='images/left_arrow.gif'  alt=''/>Attention?</a></li><li><a href='#' onclick=changeLeftContent(5)><img src='images/left_arrow.gif'  alt=''/>Profit?</a></li></ul></div>";				}						 document.getElementById(divId).innerHTML=pagetext;						 document.getElementById(objDivID).className = 'content_left left_bk_'+ left_menu_id;			 createCookie('left_menu_choose',left_menu_id,1)			 			         }				function createCookie(name,value,days) {	if (days) {		var date = new Date();		date.setTime(date.getTime()+(days*24*60*60*1000));		var expires = "; expires="+date.toGMTString();	}	else var expires = "";	document.cookie = name+"="+value+expires+"; path=/";}function readCookie(name) {	var nameEQ = name + "=";	var ca = document.cookie.split(';');	for(var i=0;i < ca.length;i++) {		var c = ca[i];		while (c.charAt(0)==' ') c = c.substring(1,c.length);		if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);	}	return null;}function eraseCookie(name) {	createCookie(name,"",-1);}function printadd(a,b,c,d){  emailE=a+b+'@'+c+d;  document.write(  '<A HREF="mailto:' + emailE + '">'     + emailE + '</a>')}function print_address(a,b,c,d){  emailE=a+b+'@'+c+d;  document.write(emailE);}