function remplacerTexte(el, texte) {
	if (el != null) {
		effacerTexte(el);
		var nouveauNoeud = document.createTextNode(texte);
		el.appendChild(nouveauNoeud);
	}
}
function effacerTexte(el) {
	if (el != null) {
		if (el.childNodes) {
			for (var i=0; i<el.childNodes.length; i++) {
				var noeudFils = el.childNodes[i];
				el.removeChild(noeudFils);
			}
		}
	}
}

function changeVis01() {
	TxtHTML = "&quot;As a single-source provider, Harding Marketing offers one-stop shopping for all our clients' communication needs. Their challenges become our challenges; we always find a way to solve their problems. Plus, with our global presence, we are able to produce campaigns in any language.&quot;<br /><strong>&mdash;Mara Saviotti, Account Manager at Harding Marketing for 10 years</strong>";
	if (document.getElementById)
		{
			document.getElementById("txtzone").innerHTML = TxtHTML;
			document.getElementById("entete").style.backgroundImage='url(../services/cadretxt1.jpg)' ;
		}
	else if (document.all) 
		{
			document.all["txtzone"].innerHTML = TxtHTML;
			document.all["entete"].style.backgroundImage='url(../services/cadretxt1.jpg)' ;
		}
}
function changeVis02() {
	TxtHTML = "&quot;Any application developer can write code. But what lured me to Harding Marketing was that our application development team has a great knowledge base in marketing, too. We incorporate that marketing knowledge into the applications we develop.&quot;<br /><strong>&mdash;Andy Goar, Application Developer at Harding Marketing for one year</strong>";
	if (document.getElementById)
		{
			document.getElementById("txtzone").innerHTML = TxtHTML;
			document.getElementById("entete").style.backgroundImage='url(../services/cadretxt2.jpg)' ;
		}
	else if (document.all) 
		{
			document.all["txtzone"].innerHTML = TxtHTML;
			document.all["entete"].style.backgroundImage='url(../services/cadretxt2.jpg)' ;
		}
}
function changeVis03() {
	TxtHTML = "&quot;When a client says, 'I want it yesterday,' that's when I do my best work. I thrive under pressure, and that is the attitude throughout our group.&quot;<br /><strong>&mdash;Robin Steen, Desktop Publisher at Harding Marketing for 18 years</strong>";
	if (document.getElementById)
		{
			document.getElementById("txtzone").innerHTML = TxtHTML;
			document.getElementById("entete").style.backgroundImage='url(../services/cadretxt3.jpg)' ;
		}
	else if (document.all) 
		{
			document.all["txtzone"].innerHTML = TxtHTML;
			document.all["entete"].style.backgroundImage='url(../services/cadretxt3.jpg)' ;
		}
}
function changeVis04() {
	TxtHTML = "&quot;Art is about creative possibilities. That doesn't mean we're not process-driven&mdash;but we don't use process to the point where it squelches creativity. If you put a template into the wrong hands, you can wind up with 'cookie-cutter clutter.' That doesn't happen here.&quot;<br /><strong>&mdash;Jerry Tanner, Art Director/Creative Designer at Harding Marketing for 10 years</strong>";
	if (document.getElementById)
		{
			document.getElementById("txtzone").innerHTML = TxtHTML;
			document.getElementById("entete").style.backgroundImage='url(../services/cadretxt4.jpg)' ;
		}
	else if (document.all) 
		{
			document.all["txtzone"].innerHTML = TxtHTML;
			document.all["entete"].style.backgroundImage='url(../services/cadretxt4.jpg)' ;
		}
}
function changeVis05() {
	TxtHTML = "Clients come to Harding Marketing because we deliver comprehensive, strategic, high-quality marketing communications services&mdash;on time and at top value. Our clients expect a lot from us&mdash;and our in-house, globally dispersed staff is always striving to bring them concrete results in the form of increased business. That's what you should expect from us, too.";
	if (document.getElementById)
		{
			document.getElementById("txtzone").innerHTML = TxtHTML;
			document.getElementById("entete").style.backgroundImage='url(../services/cadretxt5.jpg)' ;
		}
	else if (document.all) 
		{
			document.all["txtzone"].innerHTML = TxtHTML;
			document.all["entete"].style.backgroundImage='url(../services/cadretxt5.jpg)' ;
		}
}
function changeVis06() {
	TxtHTML = "&quot;We're writers first and subject-matter experts second. We hire outstanding writers who are really smart. Our clients don't need us to tell them what their products are. They need us to persuade their customers to use their products.&quot;<br /><strong>&mdash;Ali Amagasu, Writer at Harding Marketing for nine years</strong>";
	if (document.getElementById)
		{
			document.getElementById("txtzone").innerHTML = TxtHTML;
			document.getElementById("entete").style.backgroundImage='url(../services/cadretxt6.jpg)' ;
		}
	else if (document.all) 
		{
			document.all["txtzone"].innerHTML = TxtHTML;
			document.all["entete"].style.backgroundImage='url(../services/cadretxt6.jpg)' ;
		}
}
function changeVis07() {
	TxtHTML = "&quot;One client needed a Flash presentation on a technical topic. It was a rush job. After we showed him the first two chapters, he was thrilled. Now, he requests us on all video projects. He says we make his life much easier.&quot;<br /><strong>&mdash;Sanjeev Sanghera, Web Developer at Harding Marketing for eight years</strong>";
	if (document.getElementById)
		{
			document.getElementById("txtzone").innerHTML = TxtHTML;
			document.getElementById("entete").style.backgroundImage='url(../services/cadretxt7.jpg)' ;
		}
	else if (document.all) 
		{
			document.all["txtzone"].innerHTML = TxtHTML;
			document.all["entete"].style.backgroundImage='url(../services/cadretxt7.jpg)' ;
		}
}
function changeVis08() {
	TxtHTML = "&quot;We're a hybrid agency. We incorporate both offline and online strategies. Many of our clients have been extremely pleased to learn that we can save them time and money by integrating online tools and processes into their overall campaigns.&quot;<br /><strong>&mdash;Amy Schmidt, Strategy Director at Harding Marketing for 12 years</strong>";
	if (document.getElementById)
		{
			document.getElementById("txtzone").innerHTML = TxtHTML;
			document.getElementById("entete").style.backgroundImage='url(../services/cadretxt8.jpg)' ;
		}
	else if (document.all) 
		{
			document.all["txtzone"].innerHTML = TxtHTML;
			document.all["entete"].style.backgroundImage='url(../services/cadretxt8.jpg)' ;
		}
}
function changeVis09() {
	TxtHTML = "<strong>An editor's beginnings:</strong> &quot;As a child, I proofread the backs of cereal boxes. I consider that a prerequisite to this career.&quot; <strong>Her mission:</strong> &quot;The editor's job is to make sure that someone who is not an engineer can understand precisely what someone who <em>is</em> an engineer has to say.&quot;<br /><strong>&mdash;Claire Norman, Editor at Harding Marketing for 15 years</strong>";
	if (document.getElementById)
		{
			document.getElementById("txtzone").innerHTML = TxtHTML;
			document.getElementById("entete").style.backgroundImage='url(../services/cadretxt9.jpg)' ;
		}
	else if (document.all) 
		{
			document.all["txtzone"].innerHTML = TxtHTML;
			document.all["entete"].style.backgroundImage='url(../services/cadretxt9.jpg)' ;
		}
}
function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}