// button functions
function showonlyone1(thechosenone, divVal) {
	showonlyone(thechosenone);
	selectImage(divVal);
	//alert(arrowVal);
}

function showonlyone(thechosenone) {

	var newboxes = document.getElementsByTagName("div");
		for(var x=0; x<newboxes.length; x++) {
                  name = newboxes[x].getAttribute("name");
                  if (name == 'newboxes1') {
                        if (newboxes[x].id == thechosenone) {
                        newboxes[x].style.display = 'block';
						
                  }
                  else {
                        newboxes[x].style.display = 'none';
                  }
            }
      }
//alert("showonlyone" + thechosenone);	  
return;		 
}

function selectVerticalTab(selVal)
{
	showonlyone('newboxes1');
	selectImage(selVal);
	//alert("selectVerticalTab" + selVal);
	return;
}

function selectVerticalTab2(selVal)
{
	//alert("selectVerticalTab2" + selVal);
	showonlyone('newboxes1');
	selectImage2(selVal);
	
	return;
}

function selecthorizTab()
{
	var urlquery=location.href.split("#");
	if(urlquery.length==1)
		urlquery[1]="tab-1";
	var urlParamVal =  urlquery[1].split("+");
	var aVal1 = urlParamVal[0]+"a";
	var buttonVal ;
	var falgVal=1 ;

	if (urlParamVal.length==1)
	{
		aVal1 = "tab-1a";
		buttonVal = "noButton";
		falgVal = 2;
	}
	else
	{
		buttonVal = urlParamVal[1];
	}
	 //aVal1= "aVal3";
	 //buttonVal = "buttonB1";
	//document.getElementById(aVal1).click();
	if(navigator.appName == "Microsoft Internet Explorer")
	{
		document.getElementById(aVal1).click();
		//window.location.href = window.location.href + "+tab="+urlParam;
		//setTimeout(function() { document.getElementById(aVal1).focus(); },15);
	}
	else
	{
		window.location.href = document.getElementById(aVal1).href ;
		//window.location.href = window.location.href + "+tab="+urlParam;
		document.getElementById(aVal1).focus();
	}
	//alert(buttonVal);
	if(falgVal==1)
	{	//alert("inside flag");
		selectVerticalTab(buttonVal);}
	//alert("before focus"+document.getElementById(aVal1));

}



function selectImage(divVal)
	{	
	
	//alert("selectImage" + divVal);
	var divSubVal = divVal.substring(0,divVal.length-1);
	//var arrowSubVal = arrowVal.substring(0,arrowVal.length-1);
	
	//alert(arrowVal);
	var divVal123 = document.getElementsByTagName("div");
	//alert(divVal123.length);
	var divSubintVal1 = 1;
	for(var x=1; x<divVal123.length; x++) 
		{
        
		name = divVal123[x].getAttribute("name");
			//alert(name);
		var concatVal=divSubVal.concat(x);
		
			if (name!=null)
			{
			
			if(name.indexOf(divSubVal) == 0 ) 
				{
				var divSubVal1 = divSubVal.concat(divSubintVal1);
				//document.getElementById(divSubVal1).style.backgroundImage="url(images/btn_off_contentvert.gif)"; 	
				var ovVal1 = divSubVal+divSubintVal1;
				var ovValli = ovVal1+"li";
				document.getElementById(ovValli).style.backgroundImage="url(images/btn_off_contentvert.gif)"; 

				document.getElementById(ovVal1).style.color = "#606f61";
				document.getElementById(ovVal1).style.backgroundColor = "#acdda7";	
				divSubintVal1++;
		  		}
			}
				  
	  	}
   
//	document.getElementById(divVal).style.backgroundImage="url(images/btn_on_contentvert.gif)"; 
	var ovValli = divVal+"li";
	document.getElementById(ovValli).style.backgroundImage="url(images/btn_on_contentvert.gif)"; 
	var ovVal = divSubVal+divVal.substring(divVal.length-1,divVal.length);
	document.getElementById(ovVal).style.color = "#fffcfd";
	document.getElementById(ovVal).style.backgroundColor = "#69c35f";
	return;
	}
	
function selectImage2(name)
	{	
	//alert("selectImage2" + name);
	var divSubVal = name;
   
	document.getElementById(name).style.backgroundImage="url(images/btn_on_contentvert.gif)"; 
	var ovVal =name+"a";
	//alert(ovVal);
	document.getElementById(ovVal).style.color = "#fffcfd";
	document.getElementById(ovVal).style.backgroundColor = "#69c35f";
	return;
	}	


function contentButton1(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = "Button1"
}

function contentButton2(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = "Button2"
}

function contentButton3(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = "Button3"
}


function abtusovrvwButton1(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
				"<b> Allstate Roadside Services</b> emerged from the acquisition by Allstate Corporation of "+
				"the Partnership Marketing Group (PMG) in 2008, integrating them with Allstate Motor Club, "+
				"one of the nation&rsquo;s top motor clubs with 50 years of roadside expertise. "+
				"<br/><br/>PMG &rsquo;s 43 year heritage brought a rich portfolio of offerings, such as "+
				"Signature Motor Club, as well as legal benefits plans and membership-based affinity offerings. "+
				"Unifying these two highly recognized and well established roadside assistance providers "+
				"enables Allstate Roadside Services to serve a wide array of industries, including one of "+
				"the fastest growing segments in the marketplace: wholesale auto partners. "+
				"We are proud to be the provider of choice for millions of drivers throughout the U.S., "+
				"Puerto Rico, and Canada every year.";
}

function abtusovrvwButton2(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
				"<h2> Putting Customers First </h2><br/>"+
				" The Allstate Roadside Services commitment is supported by more than 1300 professionals. "+
				" We attract the best and brightest in the roadside arena through our industry-focused training "+
				" methodologies, opportunities for advancement, and personal recognition programs. "+
				" <br/><br/>Strong proponents of professional growth, we emphasize relationship development throughout "+
				" our organization, and pride ourselves on the positive relationships we foster with each other, "+
				" our clients, and their customers - every day.";
}

function abtusovrvwButton3(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
			"<h2>Extending Brands with Turn-key Programs</h2><br/>"+
			" Our partnership focus helps us create customized solutions "+
			" for numerous corporate clients with tens of millions of customers. "+
			" <br/><br/>We offer our partners innovative ways to build brand equity and increase "+
			" customer loyalty through our differentiated service levels and exclusive program options. "+
			" We proudly serve leading companies across a broad spectrum of industries, including vehicle "+
			" manufacturers (OEMs), fleet and vehicle rental corporations, mobile/GPS providers, insurance "+
			" companies, association and affinity groups, auto clubs, and credit card providers. ";
}

function abtusovrvwButton4(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2> Building a Better World </h2><br/>"+
		" Along with our parent company, The Allstate Corporation, we help communities across America through the Allstate Foundation, our volunteer activities and our corporate and employee giving campaigns. "+
		"<br/><br/> By participating in these causes, Allstate Roadside Services demonstrates our values of compassion, integrity, and stewardship."+
		"<br/><br/> To learn more about our community service programs,<br/> visit: www.allstate.com/foundation.";
}

function abtusphilButton1(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2> At Allstate Roadside Services, we live by a simple principle: <i>It&rsquo;s personal. </i></h2><br/>"+
		" The success of our partners and the satisfaction of the customers they serve is a mission we take personally at Allstate Roadside Services."+
		"<br/><br/> From our first conversation with you, until the moment we deliver your customized solution, our associates have a personal stake in the process. We make it our business to understand your business and your brand. We explore your needs and internalize your goals. Then we align our people, our processes, and our technology to drive your success.";

}

function abtusphilButton2(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2> When it Comes to Your Customers, <br/>We&rsquo;re Making Service Personal Again </h2><br/>"+
		" Our highly trained customer service representatives are empowered to provide assistance in new ways."+
		"<br/><br/> Our towing network team is highly motivated to deliver a best-in-class customer experience with every service call."+
		"<br/><br/> And only Allstate Roadside Services can impart the peace-of-mind our <b>Single-Call Solution </b>provides.";

}

function abtusphilButton3(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2> Our Personal Approach is Reflected in the Nature of Our Commitments </h2><br/>"+
		" When you partner with us, you receive a personal relationship manager backed by a Six Sigma certified implementation team solely dedicated to your company&rsquo;s success."+
		"<br/><br/> We&rsquo;ve developed sophisticated processes that allow you to rapidly launch a tailored roadside assistance program. And we&rsquo;ve made significant investments in the right technologies to allow us to synchronize with the platforms and systems you use today - and plan to use in the future.";

}

function abtusphilButton4(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2> Going the Extra Mile </h2><br/>"+
		"Our ability to go above and beyond to provide white-glove service levels at competitive prices differentiates us in the marketplace. As does our commitment to lower costs for our partners."+
		"<br/><br/> It&rsquo;s about taking extra measures to ensure your success. Because when you partner with Allstate Roadside Services, your success is personal to us.";

}


function nwEvButton1(var1,var2)
{
	showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = "<iframe src='news_items.html' style='width: 345px; height: 205px;overflow-x: hidden;' scrolling='yes' marginwidth='0' marginheight='0' frameborder='0' vspace='0' hspace='0'>";
}

function nwEvButton2(var1,var2)
{
	showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2> Working Hand-in-Hand With You </h2><br/>"+
		"Allstate Roadside Services proudly supports the organizations and events that advance our partners&rsquo; businesses and promote "+
		"the industry.  Highlights include:<br/>"+
		"<ul class='ulClass'>"+
		"<li>National Automobile Dealers Association (NADA)</li>"+
		"<li>American Bankers Insurance Association (ABIA)</li>"+
		"<li>Direct Marketing Association (DMA)</li>"+
		"<li>Chicago Association of Direct Marketing (CADM)</li>"+
"<li>The Consumer Electronics Show (CES)</li>"+
"<li>The Specialty Equipment Market Association (SEMA) Show</li>"+
"<li>The American Towman Expo</li>"+
"<li>The Professional Wrecker Association of<br/>"+
"Florida's (PWOF) International Tow Show.</li></ui>";

}
function popup(){
 var width  = 670;
 var height = 420;
 var left   = (screen.width  - width)/2;
 var top    = (screen.height - height)/2;
 var params = 'width='+width+', height='+height;
 params += ', top='+top+', left='+left;
 params += ', directories=no';
 params += ', location=no';
 params += ', menubar=no';
 params += ', resizable=no';
 params += ', scrollbars=no';
 params += ', status=no';
 params += ', toolbar=no';

var redirectURL = document.location.protocol + "//" + document.location.host + "/videos/mobileAppDemo/mobileApp.html";
 newwin=window.open(redirectURL,'windowname5', params);
 newwin.focus();
}


function nwEvButton3(var1,var2)
{
	showonlyone1(var1,var2);
   document.getElementById("newboxes1").innerHTML = 
"<h2> Bringing You the Latest in Roadside Technology </h2><br/>"+
"<a href=javascript:popup();>Allstate Motor Club Mobile App</a><br/><br/>";
}


function roadsideOvButton1()
{
	document.getElementById("newboxes1").innerHTML = 
		"<h2>Allstate Roadside Services is Your Dedicated Partner for Roadside Service Solutions Custom-Built for Your Business. </h2><br/>"+
		" From the moment your customers contact us for assistance, until they&rsquo;re safely underway, we coordinate our call center representatives, towing network, and state-of-the-art technologies to deliver a best-in-class experience."+
		"<br/><br> With service to over 22 million customers, and with 2.8 million dispatches completed last year alone, we&rsquo;re leading the way in roadside assistance...find out what we can do for you!";
}


function roadside24Button1(var1,var2)
{
		showonlyone1(var1,var2);
	document.getElementById("newboxes1").innerHTML = 
		"<h2>Supporting Your Customers 24/7 </h2><br/>"+
		" For fifty years, we&rsquo;ve been providing around-the-clock emergency roadside assistance solutions for a broad spectrum of businesses. "+
		"<br/><br/> Our programs range from basic to comprehensive. At the heart of each one lies a crucial element: how we come through for your customer when your customer needs help. "+
		"<br/><br/> Providing the best emergency service the industry has to offer drives everything we do, from our call centers through our towing network to the technology that powers them. ";
}

function roadside24Button2(var1,var2)
{
		showonlyone1(var1,var2);
	document.getElementById("newboxes1").innerHTML = 
		"<h2>One Call Does It All </h2><br/>"+
		"When the call comes in for emergency service, your customer experiences our <b>Single-Call Solution</b>. "+
		"<br/><br/> Our CSRs immediately determine if your customer is in a safe location. Then, we stay on the line until the right assistance is sourced, all questions are answered, and the service provider gives an estimated time of arrival. Your customer knows the right kind of help is on the way. "+
		"<br/><br/> And we don&rsquo;t stop there - we reach out to every customer to make sure the service provider arrived on time with the right equipment on hand! ";
}

function roadside24Button3(var1,var2)
{
		showonlyone1(var1,var2);
	document.getElementById("newboxes1").innerHTML = 
		"<h2>Consumer Satisfaction is Top Priority </h2><br/>"+
		"To ensure the overall customer experience stays on track, we personally field any customer call-backs. "+
		"<br/><br/> We also ask all consumers to rate their overall experience, which allows us to continually improve our service, thank customers for the opportunity to serve them, and immediately offer goodwill measures in the rare instances they&rsquo;re required. ";
}
function roadside24Button4(var1,var2)
{
	showonlyone1(var1,var2);
	document.getElementById("newboxes1").innerHTML = 
	"<h2>Allstate Roadside Services' Available Offerings:</h2><br/>"+
		"<ul class='ulClass'>"+
		"  <li>Towing</li>"+
		"  <li>Roadside Assistance:"+
		"<br/>    -  Tire Change"+
		"<br/>    -  Battery Boost"+
		"<br/>    -  Lock Out Assistance"+
		"<br/>    -  Fuel Delivery"+
		"<br/>    -  Extrication/ Winching"+
		"<br/>    -  Accident &amp; Recovery</li></ui>";
}

function roadsideccButton1(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Industry-Leading, Six Sigma Quality <br/>Sets Us Apart </h2><br/>"+
		"When your customers contact our call center, they know they&rsquo;re in good hands. We understand that our customer care is a direct reflection of you, so we&rsquo;ve pulled out all the stops to make our call centers the best in the industry. "+
		"<br/><br/> Six Sigma process improvements continuously streamline service delivery. Our hiring standards and training protocols are second to none - making sure our representatives are efficient, knowledgeable, and friendly. Combine that with sophisticated technology, and you can rest assured our call centers represent your brand with distinction. ";
}

function roadsideccButton2(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Tailor-made Programs - From the Basics to <br/>Bells and Whistles  </h2><br/>"+
		"From simple dispatch to white glove service levels, we work with you to develop the call handling you require. Based on your input we design messaging that represents your business and resonates with your customers. "+
		"<br/><br/> Need a comprehensive service program? We'll cover your specifications, from product features and benefits, to technical advice, even selling and retention strategies. Need an outsource-partner to cover the basics? Hear our cost-effective ideas. Our scalability lets you choose the call center features that make the most sense for you. ";
}

function roadsideccButton3(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Our CSRs are Raising the Bar </h2><br/>"+
		"Our hiring standards are selective and training is completely customized. We set the industry benchmark in quality assurance, from competency testing to call monitoring to coaching and feedback. "+
		"<br/><br/> For automobile manufacturers, we learn your vehicles inside and out, and we cultivate relationships with your dealer networks. We start the claims process for insurance companies. We notify fleet drivers when maintenance is needed. We organize ourselves around delivering superior service for you and your customers. ";
}

function roadsideccButton4(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Proprietary Technology - Flexible and <br/>Forward-Looking  </h2><br/>"+
		"Behind the scenes, our proprietary technologies save time by integrating information from multiple databases in order to rapidly route your customer&rsquo;s call to the right associate in the right place. "+
		"<br/><br/>Critical information about your customer is already populated on our screens, saving time when your customer needs help fast. At the same time, our scoring application rates available service providers against your company requirements to help us get the right assistance where it&rsquo;s needed, quickly.  ";
}

function roadsideccButton5(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Integrating with Your Devices and Platforms </h2><br/>"+
		"Our ability to work with any telematics system truly puts you in the driver&rsquo;s seat. By integrating with your telematics devices and services, we can pinpoint your customer&rsquo;s location allowing us to zero in on the closest help. "+
		"<br/><br/>If diagnostics are available, we can read them remotely and expedite solutions. And we can offer all of the safety and convenience features in demand today, such as navigation and concierge services.  ";
}

function roadsideccButton6(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Flexibility and Agility</h2><br/>"+
		"Our call centers are fully equipped to meet your program needs. They&rsquo;re designed to  &ldquo;flex&rdquo; in response to unexpected spikes. If calls need to be routed to another site, our cross-trained CSRs can ramp up in minutes with the right data already in place. "+
		"<br/><br/> Whether you desire dedicated or shared service, we can support your call volume and call types with the highest degree of efficiency, for every call on every shift. And we maintain 100% redundancy at all facilities to provide uninterrupted service. ";
}


function roadsidetoButton1(var1,var2)
{		
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Answering the Call</h2><br/>"+
		"Quickly putting the right provider in the right place makes the right impression on your customers. From coast-to-coast, Allstate Roadside Services covers you with a nationwide towing network of outstanding service providers. "+
		"<br/><br/> Our progressive software models match real-time data with your requirements, giving customers the  &ldquo;made-to-order&rdquo; roadside experience your brand demands. Every year we take over 2.8 million dispatch calls, and our training, equipment, and technology makes every one of them best-in-class.  Plus we deliver what we promise and are proud to say we&rsquo;ve met all of our contractual metrics for over 5 consecutive years! ";
}

function roadsidetoButton2(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Towing Network Technology - Covering New Ground</h2><br/>"+
		"Working closely with your business, we define your ''ideal provider'' profile. When your customer calls, our predictive software model matches your requirements against dozens of variables, then intelligently suggests providers that are precisely right. "+
		"<br/><br/> Using historical and real-time data, we can prioritize by zip code, service type, partner parameters, customer expectations, and more in less than one second. And reports are run after every service call to assess quality, and allow providers to continuously refine performance.  ";
}

function roadsidetoButton3(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Leveraging GPS Technology</h2><br/>"+
		"Our device-agnostic telematics infrastructure leverages your GPS-enabled devices to swiftly transmit locations to our providers, saving time and headaches. Our direct to-vehicle dispatch process further accelerates service. "+
		"<br/><br/> Web-assisted mobile devices are the ultimate way to dispatch roadside assistance, and let us communicate with service providers via email, text message, or phone. Our leading-edge systems work 24/7 with one goal in mind: to hear your customers say, <i>''That was fast!''</i>";
}

function roadsidetoButton4(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Partner-driven Training Programs </h2><br/>"+
		"Collaborating with you, we develop tailored training materials designed to educate service providers about your unique product line. "+
		"<br/><br/> We customize instruction down to vehicle make and model, including towing instructions, jumpstart and lockout procedures, tire change protocols, and more. We offer web-based training, accessible any time of day or night. And we furnish our providers with quick reference guides to keep on hand in their vehicles. Competency testing and certification is continuous, and outstanding service is regularly recognized and rewarded. ";
}

function roadsidetoButton5(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Strict Standards Ensure Top Quality </h2><br/>"+
		"With over 9,500 providers and 50,000 vehicles in our proprietary network, and 35,000 providers in our extended network, we cover the country. "+
		"<br/><br/> Eight field managers oversee the system 24/7. Our providers commit to defined service areas, and maintain customer satisfaction levels above 99%. Trucks must display a company name and be equipped in keeping with your requirements. Our time-saving, pay-by-dispatch system, along with continuous training and great benefits attract the cream of the crop.";
}

function roadsideteButton1(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Telematics - Enhancing the Customer Experience </h2><br/>"+
		"At Allstate Roadside Services, we&rsquo;re leveraging the growing market of location-based services using the latest telematics technology. "+
		"<br/><br/> Our <b>Assistance on the Go</b>&#8482; platform offers a device-agnostic architecture that gives our call centers the ability to integrate calls and data coming in from a mobile phone, after-market navigation device, or installed navigation device. Our representatives know where your customer is during a roadside emergency, even if your customer isn&#39;t sure. And by tapping into vehicle diagnostic data, we can see what&#39;s wrong, and send the right help faster.";
}
function roadsideteButton2(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Working with Today&rsquo;s Favorite Devices</h2><br/>"+
		"Because more and more mobile phones are offering location-based services, <b>Assistance on the Go</b>&#8482; makes it easy to integrate customized interactive applications ( &#34;apps&#34;) across all mobile phone platforms and with all devices through its RoadSmart&#8482; application. "+
		"<br/><br/> Your customers get the safety and convenience features they demand. The touch of a button can connect customers with highly trained representatives who will steer them through unfamiliar areas, analyze diagnostics, or take charge in urgent roadside situations. ";
}
function roadsideteButton3(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Assisted Navigation Services</h2><br/>"+
		"For consumers today, reaching a destination has never been easier! "+
		"<br/><br/> In addition to using personal navigation devices, your customers can connect with our customer service representatives for live turn-by-turn directions. Plus, we can send real-time traffic data, construction re-routes, weather reports, and current points-of-interest directly to their cell phones.";
}

function roadsideteButton4(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Info-tainment in an Instant</h2><br/>"+
		"We work with your technology to put the world within reach. If information can be researched, sourced, or uncovered, our <b>Assistance on the Go</b>&#8482; platform can deliver it directly to your customer. "+
		"<br/><br/>We&#39;ll turn a vehicle into a mobile office, the web on wheels or your customer&#39;s personal concierge service. We can even keep you connected with customers by delivering communications to their mobile device - all starting with a push of a button.";
}

function customovButton1()
{
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Your Business, Your Customers, Your Way</h2><br/>"+
		"Take advantage of flexible customer service, adaptable processes, and advanced technology to tailor your mix of roadside services to perfectly fit your business requirements."+
		"<br/><br/> Extend your brand experience, expand your service, enhance safety and security, manage cost, or create a completely new product or benefit."+
		"<br/><br/> Allstate Roadside Services is your most innovative choice for turning needs into consumer satisfaction and business success.";
}

function customvoButton1(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Choose the Only Roadside Services Solution That Lives Your Brand</h2><br/>"+
		"You can choose from a broad array of service levels. Our ability to become immersed in your brand is so complete, we become an extension of you."+
		"<br/><br/> We learn every detail of your vehicles and can answer service questions over the phone. And every point of contact can be honed to deliver your exclusive brand experience plus economical service based upon our extraordinary scale and scope.";
}

function customvoButton2(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>A Full Range of Options to Bring Your <br/>Brand to Life</h2><br/>"+
		"From the way our call center answers the phone to how our service provider responds, Allstate Roadside Services reflects your unique brand. We can usually arrange that cars be towed directly to your dealers to assure your customers' quality of service, though legal restrictions may apply."+
		"<br/><br/> Levels range from highly personal, luxury service to unparalleled cost efficiency. Where you fall along this continuum is completely up to you; our offerings adapt to your specifications.";
}

function customvoButton3(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>The Ultimate Convenience</h2><br/>"+
		" To accommodate your customers&rsquo; busy schedules, we can provide scheduled towing that goes far beyond what is expected and is unique for the industry."+
		"<br/><br/> Customers can call to have their car picked up for any reason, even regular maintenance. For example, we can arrange to pick up your customer&rsquo;s car from their home or office, perform the necessary service, and even return it the same day.";
}

function customvoButton4(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Your Brand, Our Representatives</h2><br/>"+
		"Our customer service representatives are trained to be a representative for your brand. The experience for your customers can be customized so they&rsquo;ll never know that they are talking to us and not you!"+
		"<br/><br/> And resources are deep and broad. Multiple call centers allow calls to be rerouted during heavy call volume and redundant systems ensure that every call is answered quickly so that service can be dispatched immediately.";
}

function customvoButton5(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>A Complete Picture of the Situation</h2><br/>"+
		"Telematics communication equipment in your vehicles provides your dedicated customer service representatives<br/>"+
		" with the ability to download diagnostic data directly from your customer&rsquo;s vehicle."+
		"<br/><br/> In-auto telematics also help CSRs pinpoint the motorist&rsquo;s exact location for accurate arrival time estimates. Combined with diagnostics information, service providers can arrive promptly and be certain they have the correct equipment to solve the problem.";
}
function customvoButton6(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Spread the Word </h2><br/>"+
		"Allstate Roadside Services&rsquo; marketing group can develop materials for you that exactly fit your unique service offerings and brand standards. The service is turn-key, and you can retain complete creative control."+
		"<br/><br/>Service guides, mailers, point-of-sale materials, exhibitions and events...virtually anything can be developed quickly and efficiently by creative resources who have expertise in roadside services. And we can even extend your brand experience by marketing roadside services under your name after warranty.";
}

function custommgButton1(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Expand Your Service, Enrich Your Brand</h2><br/>"+
		" The wireless industry is the critical link between stranded motorists and the help they need. Roadside service is a natural addition to your service mix, and with it you can increase revenue and improve retention."+
		"<br/><br/> Allstate Roadside Services provides an opportunity to be there when customers need help, and it can serve as a platform for a broader range of concierge and emergency services that create a deeper commitment to your brand.";
}

function custommgButton2(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>The Call for Help</h2><br/>"+
		"When your customers are in need of assistance with a disabled vehicle, one call will expedite qualified help to be quickly on its way."+
		"<br/><br/> Our towing network covers 100% of your customers, no one is more than ten miles from service, and providers are dispatched according to the parameters you establish - helping you maintain cost while optimizing service.";

}
function custommgButton3(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Your Brand, Our Representatives</h2><br/>"+
		"Our customer service representatives are trained to be a representative for your brand. The call-in experience for your customers can be customized so that your brand and messaging is always front and center with your customers!"+
		"<br/><br/> And resources are deep and broad, so regardless of how heavy call volume may be, calls are answered quickly and service is dispatched immediately.";

}

function custommgButton4(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>From an Uncertain Location to Exact Coordinates</h2><br/>"+
		"Offerings are determined by you; you can tier products, or choose to reward your best customers with enhanced levels of service to improve satisfaction and retention."+
		"<br/><br/> You can even choose to develop your own unique, smart phone branded application with its own icon for fast connectivity, instant CSR access to the motorist&rsquo;s pre-populated information, and the exact location of the motorist, ensuring prompt arrival of service.";

}
function custommgButton5(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>A Complete Creative Resource</h2><br/>"+
		"Our comprehensive Marketing Services group is available to create communications that educate your customers, connect with your dealers, and inform your sales force about the features and benefits of your roadside services program."+
		"<br/><br/> In-store promotions, point-of-sale materials, statement stuffers, service guides, associate training guides - virtually anything can be developed by our creative staff with their extensive expertise in marketing roadside services.";


}

function customfrButton1(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Keep Your Fleet on the Road</h2><br/>"+
		"Gain economies of scale, the advantage of technology, and an incomparable roadside experience. As a fleet operator or a rental company you can aggressively manage cost, minimize downtime, optimize maintenance, and improve driver satisfaction."+
		"<br/><br/> Allstate Roadside Services delivers an expansive call center resource, proactive maintenance capability, and extensive towing network to lower your costs and to deliver service so exceptional that your customers will want to rent from you again and again.";

}

function customfrButton2(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Reactive, Proactive - or Both</h2><br/>"+
		"Whether your fleet is commercial or rental, service levels range from highly personal, luxury service to extremely cost effective. CSRs are trained to handle calls to the standards you establish."+
		"<br/><br/> For vehicles equipped with GPS and telematics, we can handle everything from a remote door unlock to identifying vehicles needing maintenance or even helping track a stolen vehicle.";

}
function customfrButton3(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Better Insight</h2><br/>"+
		"Telematics equipment in your vehicles provides your dedicated customer service representatives with the ability to download diagnostic data directly from the vehicle."+
		"<br/><br/> In-auto telematics also help CSRs pinpoint the driver&rsquo;s exact location for accurate arrival time estimates. Combined with diagnostic information, service providers can arrive promptly and be certain they have the correct equipment to tow or repair the vehicle so your driver or customer is quickly back on their way.";

}

function customfrButton4(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Dedicated to You, Dedicated to Your Business</h2><br/>"+
		"Our CSRs have some of the longest tenure in the industry because we are committed to their careers and success. In turn, they are committed to you and your business."+
		"<br/><br/> We work with you side-by-side to develop a call center solution that fits your business requirements perfectly. And the level of training CSRs receive on your specific business is completely at your discretion.";

}

function customfrButton5(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>From Here to There and Back Again</h2><br/>"+
		"To replace a disabled rental car, to balance your fleet, or to ensure you have vehicles in the places they need to be, we schedule efficient, affordable two-way towing solutions."+ 
		"<br/><br/> Your rental customers are quickly back on their way with a replacement vehicle, and they are left with a positive attitude and the knowledge that you have done everything possible to quickly correct the situation.";

}
function customssButton1(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Enhance Your Business</h2><br/>"+
		"A wide range of corporations use Allstate Roadside Services for custom services and quality: <br/>"+
		"<br/><ul class='ulClass'>   <li>Insurance companies looking for greater efficiency</li>"+
		"   <li>Brokers and resellers choosing to focus on core competencies</li>"+
		"   <li>Roadside service providers wanting to outsource</li>"+
		"   <li>Corporations looking for a unique employee benefit</li>"+
		"</ul><br/>You can choose to engage a full solution or limit your partnership to specific services like call center, roadside assistance, or secondary towing.";

}

function customssButton2(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Your Customers, Your Service</h2><br/>"+
		" When your customers call, we make it as though they're contacting you. They receive the level of service you specify given the parameters you provide."+
		"<br/><br/> Highly trained CSRs dispatch service providers from our network of towers. These providers are selected using real-time data that scores past performance, proximity to the breakdown site, training levels, and who has the right equipment for the service required.";
}
function customssButton3(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Timely, Efficient, and Resourceful</h2><br/>"+
		"Allstate Roadside Services can simplify your vehicle recovery process and greatly enhance your operational efficiency. Optional services include accident cleanup and primary towing to and from a storage facility, residence, dealership, or other location."+
		"<br/><br/> We can expedite the process of releasing vehicles from storage with the right documentation and direct payment of fees. And our same-day towing service minimizes storage costs.";
}
function customssButton4(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>One and You&rsquo;re Done</h2><br/>"+
		"Just one call to Allstate Roadside Services and the repair process is launched. It&rsquo;s hassle free for customers and cost effective for you."+
		"<br/><br/> Calls reporting accidents are automatically routed to our dedicated accident response team for priority dispatch. Dynamic proprietary software dramatically reduces the time spent collecting data. GPS technology pinpoints the site of the incident, and CSRs can communicate through a range of mobile platforms.";
}
function customssButton5(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Your Look, Your Message</h2><br/>"+
		"Our award-winning experts can create an integrated marketing program under the banner of your brand."+
		"<br/><br/> We&rsquo;ll clearly convey your message using the channels you choose - from in-vehicle communication like key fobs and stickers, so drivers know who to call in case of emergency to service guides and benefit booklets."+
		"<br/><br/> We make it fast and easy to communicate the value of your roadside program using clear language and compelling graphics.";

}

function customasButton1(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Add Another Reason to Always be a Member</h2><br/>"+
		" Expand member benefits and increase retention by adding all the advantages of a full motor club to your organization. This value-added service can enhance the worth of your organization, plus it can help you sustain growth and generate revenue through fee income."+
		"<br/><br/> Allstate Roadside Services will help you market the services to your membership, and the motor club you provide can be fully customized with your brand name and personality.";
}

function customasButton2(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>We&rsquo;re There for Your Members - Day and Night</h2><br/>"+
		"Anytime your members call for Roadside Assistance, we reflect your organization in the way we communicate to them. "+
		"<br/><br> From the 24/7 call center answering the phone to the service provider responding to the event, levels of service can range from highly personalized to cost efficient. The choice is yours; our service adapts fully to your specifications and customer expectations.";
}

function customasButton3(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>More Than Just Towing</h2><br/>"+
		"In addition to essential 24/7 emergency roadside services, you can choose to add any or all of a series of additional services such as:"+
		"<br/><br/><ul class='ulClass'>"+
		"   <li>Lock out service</li>"+
		"   <li>Vehicle history reporting</li>"+
		"   <li>Theft/hit and run protection</li>"+
		"   <li>Concierge services</li>"+
		"   <li>Theft/hit and run rewards</li>" +
        "   <li>Trip interruption reimbursement</li></ul><br/>"+"	...and more!";

}

function customasButton4(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Engage Your Members with <br>Multiple Touch Points</h2><br/>"+
		"You can choose to offer your members a wide range of valuable savings and discounts at hotels and motels, car rental agencies, shopping; even movies and dining!"+
		"<br/><br/> These offers are all organized and provided by Allstate Roadside Services, and you can choose to include them in regular member mailings, newsletters, email blasts, or however you regularly communicate with your members.";

}

function customasButton5(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Your Brand, Your Association, Your Message</h2><br/>"+
		"Our award-winning marketing group can create an integrated marketing program under the banner of your brand to drive membership and retention. We&rsquo;re experts in generating response, and we have years of experience successfully marketing roadside services to large organizations."+
		"<br/><br/> You can rely on us to clearly convey your message and generate product excitement using the channels you choose - from direct response to general advertising and even paid programming for television.";
}

function advancedovButton1()
{
		document.getElementById("newboxes1").innerHTML = 
		"<h2>In Pursuit of the Future</h2><br/>"+
		"People and process are pillars of our organization, and in combination with cutting-edge, web-based technology these three attributes truly set Allstate Roadside Services apart."+
		"<br/><br/> Being a Fortune 50 company has allowed us to invest substantially in the future of the industry, and we have expertise other corporations simply can&rsquo;t afford. The result is flexible and scalable platforms, fast and seamless integration, ongoing innovation, and feature-rich programs that enhance your competitive edge.";
}
function advancedteButton1(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Expanding Technology. Advancing Assistance.</h2><br/>"+
		"Advanced technologies give us new opportunities to accelerate roadside assistance and extend the value of your corporate identity through an enhanced service experience."+
		"<br/><br/>Our <b>Assistance on the Go</b>&#8482; platform takes advantage of drivers&#39; mobile technology to automatically provide key customer data and other valued services to assist drivers in roadside emergencies. We integrate this platform with our RoadSmart&#8482; application to offer consumers a network of travel information and additional menus that help us quickly analyze critical situations.";
}

function advancedteButton2(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Delivering Greater Insight</h2><br/>"+
		"More and more auto manufacturers and aftermarket companies are meeting the growing consumer and business demand for vehicles equipped with data-based communication for an extra margin of safety. "+
		"<br/><br/> Allstate Roadside Services can integrate with any telematic service making it possible to summon help with the touch of a button, to diagnose roadside problems, and pinpoint a driver&rsquo;s exact location. We can even make it possible to perform remote vehicle access like unlocking doors.";
}
function advancedteButton3(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Finding Your Way, No Matter Where You Are</h2><br/>"+
		" Our live CSRs can help drivers by phone as they negotiate real-time traffic conditions or search for nearby service facilities, entertainment, restaurants, and stores."+
		"<br/><br/> When drivers choose a destination or alternate route, our CSRs can actually download the location to the vehicle&rsquo;s GPS so the navigation system can provide turn-by-turn directions.";
}
function advancedteButton4(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Greater Precision for Faster Service</h2><br/>"+
		"A vehicle&rsquo;s onboard computer and telemetric system can interface directly with our CSRs&rsquo; customer service system.  This makes it possible for CSRs to read onboard data before dispatching service. "+
		"<br/><br/> With this information they can tell a service provider exactly what&rsquo;s wrong with the vehicle, as well as communicate precisely where the disabled car is located.";
}
function advancedteButton5(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>RoadSmart<span style='font-size: 9px;'><sup>TM</sup></span> is the Next Generation</h2><br/>"+
		"The typical mobile handset is your music, email, and web browser, and it can even be used as a GPS device."+
		"<br/><br/> Allstate Roadside Services also makes it possible for mobile users to utilize their phone for a rich roadside service experience entirely branded with your corporate identity."+
		"<br/><br/> Our RoadSmart application allows key customer data and GPS coordinates to be automatically provided to the CSR from a driver&rsquo;s mobile device, regardless of the vehicle in which the caller is riding.";
}
function advancedteButton6(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Pinpoint Accuracy for Faster Service</h2><br/>"+
		"Our investment in the latest technology enables Allstate Roadside Services&rsquo; CSRs to quickly pinpoint a disabled vehicle&rsquo;s exact location using the satellite triangulation capabilities of any GPS device."+
		"<br/><br/> With this information, our CSRs can direct our service providers to the motorist&rsquo;s location and provide more accurate arrival time estimates. As is often the case, this is especially beneficial when the customer is stalled in an unfamiliar location.";
}

function advancedccButton1(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>The Point Where Voice and Data Merge </h2><br/>"+
		"To create a best-in-class roadside assistance experience, Allstate Roadside Services leverages call center technologies that successfully marry voice and telematics data at the CSR&rsquo;s desktop. "+
		"<br/><br/> Our CSRs have immediate access to data from multiple sources. The best provider is chosen based on metrics you provide. Our CSRs can read GPS coordinates to pinpoint vehicles for faster service delivery. And they can even help troubleshoot problems by reading a vehicle&rsquo;s diagnostic data.";
}
function advancedccButton2(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Ensuring the First Person is the Right Person</h2><br/>"+
		"To quickly direct calls to the CSR who is best equipped to provide knowledgeable service and to minimize wait times,<br/>"+
		" we use a variety of best-in-class strategies and technologies."+
		"<br/><br/> Sophisticated Interactive Voice Response (IVR) helps to balance call volume among our call centers and handles <br/>high-demand events like bad weather affecting one region or another. It also ensures that calls are properly routed to minimize misdirected calls and to shorten hold times.";
}
function advancedccButton3(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Master Membership Application (MMA)</h2><br/>"+
		"Our scalable CSR interface can be easily personalized to your specific requirements. MMA makes relevant information and scripts easily accessible to help our CSRs assess a situation and to get your customers the help they need."+
		"<br/><br/> The interface is fully customizable, and it can integrate data from any platform as well as with any third party provider.";
}
function advancedccButton4(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>MMA is Supported by a Full Suite of Applications:</h2><br/>"+
		"<ul class='ulClass'>"+
		"  <li><b>Computer Telephony Integration</b> (CTI) enables our CSRs to move quickly from gathering information to solving problems.</li>"+
		"  <li><b>Call Flow Application </b> (CFA) makes it possible for MMA to handle multiple partners with different business rules.</li>"+
		"  <li><b>Geographic Information Systems</b> (GIS) enables our CSRs to precisely locate a vehicle not equipped with GPS by simply using landmarks. </li></ul>";
}
function advancedccButton5(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Real-Time Algorithmic Scoring (RAS)</h2><br/>"+
		" RAS is a predictive model technology that uses trend analysis and predictive analytics to optimize the selection of service providers. They are chosen based on their proximity, equipment, training, past performance, cost, and other metrics you provide."+
		"<br/><br/>These metrics can be adjusted to meet your corporate objectives. Choose the most efficient provider to control cost, or select those with the training and specialized equipment needed to deliver a rich brand experience.";
}

function advancedseButton1(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Leave Nothing to Chance </h2><br/>"+
		" Allstate Roadside Services fully embraces crisis management, business continuity, and disaster recovery planning."+
		"<br/><br/> We&rsquo;re committed to Six Sigma quality, built-in redundancy, and the latest multi-tiered technology with logical and physical separation between each layer. We also maintain strict procedures and have implemented advanced measures to prevent unauthorized access to our customers&rsquo; information.";
}
function advancedseButton2(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Available 24/7 in Any Conditions</h2><br/>"+
		"For adverse weather or catastrophes, highly localized alerts are sent which can range from 'Phase 1', unusual delays, to 'Phase 4', a national emergency when only United States government and emergency rescue vehicles are allowed on the road."+
		"<br/><br/> Calls can be easily rerouted to any one of our geographically distributed call centers to either handle significant traffic loads during a crisis or to cover a facility that may be disrupted because of weather or a catastrophe.";
}
function advancedseButton3(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Systems Deliver 24/7, Every Day of the Year</h2><br/>"+
		" Allstate Roadside Services demands and delivers the high availability of our mission critical systems.  All core components are closely monitored and supported 24/7."+
		"<br/><br/> Should an event occur, we are prepared to address any partial to full system failure and be totally up and running within 24 hours. Plans are continually tested, and we work to improve our recovery designs to ensure minimal downtime from any kind of disaster.";
}
function marketovButton1()
{
	document.getElementById("newboxes1").innerHTML = 
		"<h2>Your Success Is Our Success</h2><br/>"+
		"As recipients of respected <i>Echo</i> and <i>Tempo</i> awards, our marketing team approaches every communication challenge from an integrated, multi-channel point of view."+
		"<br/><br/> Our goal is always to create messages and develop materials that bring your brand to life in fresh and exciting ways, using industry best practices to drive your customer loyalty.";
}
function marketcaButton1(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Tap Into the Expertise Of Our Carefully Assembled Team</h2><br/>"+
		"With decades of experience in the roadside services arena our experts can:"+
		"<br/><br/> <ul class='ulClass'><li>Articulate your value proposition as it relates to the customized roadside services program you are either planning or already have in place</li>"+
"<li>Interpret any primary research or analytics to gain a fuller understanding of the market, customers and prospects </li>"+
"<li>Develop progressive strategies that leverage your brand&rsquo;s strengths to drive profit</li></ul>";
}
function marketcaButton2(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Ideas that are Innovative, Intriguing, and Engaging</h2><br/>"+
		"The brightest ideas are those that have the power to drive your customers to act - increasing response and improving retention. Whether you are:"+
		"<br/><ul class='ulClass'><li>Selling direct or through a dealer sales force</li>"+
		"<li>Business to Business or Direct to Consumer</li>"+
		"<li>Acquiring new or retaining existing users of subscription-based services</li> "+
		"<li>Simply providing communications, like user handbooks</li></ul><br/>"+
		"<b>...we can execute your strategy in ways that command attention.</b>";
}

function marketcaButton3(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Executing a Speed-to-Market Strategy to Drive Demand.</h2><br/>"+
		" Our philosophy enables a process that supports both a turnkey and fully customized program. Talented and strategic, our professionals can execute efficiently with results that surpass industry standards."+
		"<br/><br/> An extensive experience in messaging allows us to seamlessly align your communications with your brand across a wide range of delivery vehicles. Regardless of the media, we deliver intriguing and meaningful communications for profitable growth.";
}
function marketmcButton1()
{

		document.getElementById("newboxes1").innerHTML = 
		"<h2>Staying On Message, No Matter Where Your Message Might Be</h2><br/>"+
		"The media channels available to your business are abundant and expanding every day. To drive response and sustain your customer commitment, our capabilities encompass:"+
		"<br/><br/>   <ul class='ulClass'><li>Direct Mail & Telemarketing</li>"+
		"<li>Web/Interactive Promotion</li>"+
		"   <li>Print Communication</li>"+
		"   <li>Conference & Event Planning</li>"+
		"   <li>Branded Customer Fulfillment</li>"+
		"   <li>Point-of-Sale Materials & Display</li></ul><br/>"+
		" Please <a href='contact_us.html'>contact us</a> to see our portfolio and let us show you what we can build for you. ";
}

function legalovButton1()
{
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Provide Your Employees with the Benefit Of Solid Legal Advice</h2><br/>"+
		" Signature LegalCare<span style='font-size: 9px'><sup>&#174;</sup></span> is a group legal plan that pays or reimburses your employee&rsquo;s legal fees as a voluntary employee benefit. We have over 25 years of experience and are one of the nation&rsquo;s largest providers of legal care services."+
		"<br/><br/> Signature LegalCare will prove to be an invaluable employee benefit that will help you attract and retain the people you need to assure your ongoing business success.";
}
function legalasButton1(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Reliable Advice Providing Peace of Mind</h2><br/>"+
		" As members of the plan, your employees can choose to <br/>"+
		" work with any attorney they choose. Or, they can select an experienced participating attorney from our national network."+
		"<br/><br/> Our attorneys all meet or exceed our strict standards. They have malpractice insurance, they&rsquo;re in good standing with the bar, and we do annual reviews to ensure they continue to maintain the high standards on which we pride ourselves.";
}
function legalasButton2(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Available, Affordable, and Flexible</h2><br/>"+
		"Our network attorneys agree to provide services at a negotiated rate, and, in many cases, employees who use the services of a participating attorney will find that the legal fees for their situation are completely covered."+
		"<br/><br/> Fees for attorneys outside of the network are reimbursed to a maximum amount, giving members the flexibility they deserve.";
}

function legalbsButton1(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Benefits Could Prove to Be Invaluable</h2><br/>"+
		"Network attorneys will provide services to help employees with real everyday needs such as handling real estate, wills and trusts, document review and preparation, consumer protection, and even matrimonial matters and debt collection defense."+
		"<br/><br/> In addition, employees have access to advice by telephone allowing them to confirm whether they have a legal issue or obtain answers to simple questions - without having to take time away from work.";
}
function legalbsButton2(var1,var2)
{
		showonlyone1(var1,var2);
		document.getElementById("newboxes1").innerHTML = 
		"<h2>Key Available Services May Include:</h2><br/>"+
		"<ul class='ulClass'><li>Preparing and updating Wills, Trusts, and Powers of Attorney</li>"+
		"<li>Negotiating home purchase and other real estate matters</li> "+
		"<li>Handling fees for divorce and other matrimonial matters</li>"+
		"<li>Creating a family through adoption</li>"+
		"<li>Assisting with consumer protection issues</li>"+
		"<li>Assisting with debt collection defense</li>"+
		"<li>Managing property and affairs through guardianship and conservatorship</li></ul>"+
		"<br/><a class='popUpClass' href='contact_us.html'>Click here</a> to obtain a comprehensive legal plan proposal tailored to your organization.";

}
