<!--

function openServices() {
	document.getElementById('leftServices').style.visibility='hidden';
}

function openClients() {
	document.getElementById('middleClient').style.visibility='hidden';
	document.getElementById('rightClient').style.visibility='hidden';
}


function chooseService(n) {
	var textBank = new Array() 
	textBank[0] = 'Marketing Planning<br />Strategic Planning<br />Business Planning<br />Cause-Related Marketing<br />Relationship Marketing<br />Market Research<br />Interactive Strategy';
	textBank[1] = 'Branding and Identity<br />Advertising and Design<br />Writing and Technical Writing<br />Web Design<br />Direct Marketing<br />Photography and Illustration<br />Print Production<br />Video/Broadcast Production';
	textBank[2] = 'Public Relations<br />Media Relations<br />Media Planning and Buying<br />Corporate Community<br />&nbsp;&nbsp;&nbsp;&nbsp;Engagement<br />Event Planning<br />Business-to-Business<br />&nbsp;&nbsp;&nbsp;&nbsp;Engagement&nbsp;Communications<br />Crisis Communications';


	//var j = 0
	//var p = textBank.length;
	//var preBuffer = new Array()
	//for (i = 0; i < p; i++){
	//	preBuffer[i] = new Image()
	//	preBuffer[i].src = textBank[i]
	//
	//}

	//var whichText = Math.round(Math.random()*(p-1));
	document.getElementById('leftServices').style.visibility = 'visible';
	document.getElementById('leftServices').innerHTML = textBank[n];

}


function chooseClient(n) {
	var textBank = new Array() 
	textBank[0] = '<h3>Clients</h3><em>click for testimonials</em><ul><li>Thompson Creative</li><li><a href=\"#\" onClick=\"showTestimonial(0,1);\" title=\"Weber Shandwick Worldwide\">Weber Shandwick Worldwide</a></li></ul>';
	textBank[1] = '<h3>Clients</h3><em>click for testimonials</em><ul><li>Green Giant</li><li>Kellogg\'s</li><li>Liggett Vector Brands&nbsp;[<a href=\"#\" onClick=\"showTestimonial(1,2);\" title=\"Liggett Vector Brands\">1</a>]&nbsp;|&nbsp;[<a href=\"#\" onClick=\"showTestimonial(1,3);\" title=\"Liggett Vector Brands\">2</a>]</li><li>McDonald\'s </li><li><a href=\"#\" onClick=\"showTestimonial(1,5)\" title=\"Philip Morris (USA and International)\">Philip Morris (USA and International)</a></li><li>Pillsbury</li><li>R.J. Reynolds Tobacco Company</li><li>Tetra (Aquatics Division of United Pet Group, Inc.)</li><li>Uniroyal Tires</li></ul>';
	textBank[2] = '<h3>Clients</h3><em>click for testimonials</em><ul><li>Duke University</li><li>Greensboro Day School</li><li>Guilford College</li></ul>';
	textBank[3] = '<h3>Clients</h3><em>click for testimonials</em><ul><li>Take Your Dog to Work Day (Pet Sitters International)</li><li>ACC Women’s Basketball Tournament</li></ul>';
	textBank[4] = '<h3>Clients</h3><em>click for testimonials</em><ul><li>Greensboro Economic Development Alliance</li><li>NC Department of Commerce (Business and Industry Division)</li></ul>';
	textBank[5] = '<h3>Clients</h3><em>click for testimonials</em><ul><li>Chordoma Foundation</li><li>ConvaTec</li><li>Duke Comprehensive Cancer Center</li><li>Duke University Health System</li><li>Friends for an Earlier Breast Cancer Test</li><li><a href=\"#\" onClick=\"showTestimonial(5,5)\" title=\"Kaley Orthodontics\">Kaley Orthodontics</a></li><li>Merz Pharmaceuticals</li><li><a href=\"#\" onClick=\"showTestimonial(5,7)\" title=\"National Board of Certified Counselors\">National Board of Certified Counselors</a></li></ul>';
	textBank[6] = '<h3>Clients</h3><em>click for testimonials</em><ul><li>American Home Furnishings Alliance</li><li>Century Furniture</li><li>Champion Products</li><li>Craftique Furniture</li><li>Hickory Chair Company&nbsp;[<a href=\"#\" onClick=\"showTestimonial(6,4)\" title=\"Hickory Chair Company\">1</a>]&nbsp;|&nbsp;[<a href=\"#\" onClick=\"showTestimonial(6,5)\" title=\"Hickory Chair Company\">2</a>]</li><li>International Casual Furnishings Association</li><li>Klaussner Furniture</li><li>Lees Carpets</li><li>Pulaski Furniture</li></ul>';
	textBank[7] = '<h3>Clients</h3><em>click for testimonials</em><ul><li>Hagan Davis Mangum Barrett Langley and Hale PLLC</li></ul>';
	textBank[8] = '<h3>Clients</h3><em>click for testimonials</em><ul><li>Goodwill Industries of Northwest North Carolina</li></ul>';
	textBank[9] = '<h3>Clients</h3><em>click for testimonials</em><ul><li>Beacon Management</li><li>Birch Management</li><li><a href=\"#\" onClick=\"showTestimonial(9,2)\" title=\"Concrete Express\">Concrete Express</a></li><li><a href=\"#\" onClick=\"showTestimonial(9,3)\" title=\"NAI Piedmont Triad\">NAI Piedmont Triad</a></li><li>Wellington Advisors</li></ul>';
	textBank[10] = '<h3>Clients</h3><em>click for testimonials</em><ul><li>American Home Ensembles</li><li><a href=\"#\" onClick=\"showTestimonial(10,1)\" title=\"Burlington Sportswear\">Burlington Sportswear</a></li></ul>';
	textBank[11] = '<h3>Clients</h3><ul><li>Hanes Lineberry Funeral Services</li></ul>';
	textBank[12] = '<h3>Clients</h3><ul><li>Tryon Palace Historic Sites &amp; Gardens</li></ul>';
	textBank[13] = '<h3>Clients</h3><ul><li>Robbie Perkins for City Council</li><li>Yvonne Johnson for Mayor</li><li>Lindsay Davis for Superior Court Judge</li><li>Pricey Harrison for NC House</li></ul>';

	document.getElementById('rightClient').style.visibility = 'hidden';
	document.getElementById('middleClient').style.visibility = 'visible';
	document.getElementById('middleClient').innerHTML = textBank[n];

}

// <br /><br /><strong></strong><br /><em></em><br /><em></em>

function showTestimonial(n,x) {
	var textQuote = new Array() 
	textQuote[0]=new Array()
	textQuote[0][0] = '';
	textQuote[0][1] = '\"For a recent client event in the Triad, Ross Harris provided everything we could have possibly asked for - smart strategic counsel, impeccable organization, unparalleled contacts and an ability to troubleshoot challenges as they arose. We were thrilled with the results.\"<br /><br /><strong>Punnie Donohue</strong><br /><em>SVP</em><br /><em>Weber Shandwick Worldwide</em>';
	textQuote[1]=new Array()
	textQuote[1][0] = '';
	textQuote[1][1] = '';
	textQuote[1][2] = '\"I have worked with Ross Harris on many projects – including both new product launches as well as new business ideas for existing brands.  Without exception, Ross and her team brought new ideas and concepts to the table and were able to execute the plans needed from start to finish.\"<br /><br /><strong>Steve Shipe</strong><br /><em>VP - Sales & Marketing Services</em><br /><em>Liggett Vector Brands, Inc.</em>';
	textQuote[1][3] = '\"I had the pleasure to work with Ross Harris for 4 years while I was Director, New Products at Liggett Vector Brands.  Ross was my counterpart at the advertising agency where she led a large team and ran our business.<br /><br />In my 25 years in Marketing, I believe that Ross Harris is the best strategic and collaborative partner in the field. The first thing each morning, Ross would call me so we could touch base to review our respective status on current projects. One of Ross\'s strengths is that she is a great listener. She quickly identifies key issues and opportunities.  Ross also has a natural ability to energize agency teams so that they enthusiastically complete new assignments.<br /><br />I would highly recommend Ross Harris if you are looking for a strong strategic and creative business partner.  I hope to have the opportunity to work with Ross again one day soon.\"<br /><br /><strong>Susan Reich</strong><br /><em>Director, Brand Equity</em><br /><em>Cafe Bom Dia International</em>';
	textQuote[1][4] = '';
	textQuote[1][5] = '\"I have known Ross Harris for over two decades, having served as her supervisor on her first day at The Leo Burnett Company.  I continued to have the pleasure of working with her during her successful career at the agency, including working directly together on one of the agency\'s major accounts, The Philip Morris Company. Our friendship continued after she returned to her native North Carolina and my family counts Ross among those friends that we will cherish forever.<br /><br />Ross is a person of exceptional intelligence and integrity.  She earned a reputation both at the agency and among her clients for applying her considerable intelligence and her untiring energy for the benefit of those clients.  Importantly, her collaborative way of working with people led to better results and happier team members. Ross was known for being open and honest with her clients, always providing counsel as if their businesses were her own.<br /><br />If you\'re looking for a person who is bright, hard-working, extremely dedicated to her clients, and enjoyable to work with all at the same time, look no further than Ross.  Your first impressions of her after you meet her are not wrong.   Go with that first impression!\"<br /><br /><strong>Jack Hanrahan</strong><br /><em>Former EVP, The Leo Burnett Company</em><br /><em>President, Hanrahan Media Services</em>';
	textQuote[1][6] = '';
	textQuote[1][7] = '';
	textQuote[1][8] = '';
	textQuote[2]=new Array()
	textQuote[2][0] = '';
	textQuote[2][1] = '';
	textQuote[2][2] = '';
	textQuote[3]=new Array()
	textQuote[3][0] = '';
	textQuote[3][1] = '';
	textQuote[4]=new Array()
	textQuote[4][0] = '';
	textQuote[4][1] = '';
	textQuote[5]=new Array()
	textQuote[5][0] = '';
	textQuote[5][1] = '';
	textQuote[5][2] = '';
	textQuote[5][3] = '';
	textQuote[5][4] = '';
	textQuote[5][5] = '\"It is a pleasure to work with The Harris Partners.  The enthusiasm and desire to understand the needs and wants of each individual client makes each project very personalized and special.  The Harris Partners are detailed in the planning process, and their commitment to \'follow-through\' allows a client to know that the work that has been promised is delivered.  It was a pleasure to work with them on a project and as the opportunities present themselves, I am certain that we will call on their assistance again.\"<br /><br /><strong>Martha H. Kaley</strong><br /><em>Office Manager</em><br /><em>Kaley Orthodontics</em>';
	textQuote[5][6] = '';
	textQuote[5][7] = '\"When NBCC realized it needed help shaping its communication and marketing strategy, we turned to Ross. Her assistance was competent and comprehensive. Her greatest overall contribution to our efforts was her quick assessment of our situation and needs followed by skilled guidance on how we should proceed in the early phase of our marketing and publicity upgrade. Without her contributions, we\'d still be floundering.\"<br /><br /><strong>Ted Iliff</strong><br /><em>Executive Vice President</em><br /><em>National Board for Certified Counselors</em>';
	textQuote[6]=new Array()
	textQuote[6][0] = '';
	textQuote[6][1] = '';
	textQuote[6][2] = '';
	textQuote[6][3] = '';
	textQuote[6][4] = '\"Ross helped us launch an important new collection for our company at the April 2008 International Furniture Market. Despite the tight timetable everything went exceptionally well. The press releases were on point and on time. Ross quickly distilled our vast number of ideas into a concise and compelling strategy that clearly emphasized the most relevant attributes of our offering. Ross challenged us to continue to expound all of our thoughts and deftly selected key excerpts to focus on for the interest of our different constituencies. The result was a successful Launch that has added new revenue to our company. We learned a lot as a result of our association and will be able to implement those lessons in the future.\"<br /><br /><strong>F. Jay Reardon</strong><br /><em>President</em><br /><em>Hickory Chair Company</em>';
	textQuote[6][5] = '\"I have so enjoyed working with Ross on the launch of the Suzanne Kasler Collection for Hickory Chair. She brings a unique and sophisticated perspective to the Hickory Chair brand, while gracefully staying true to their image of modest quality. What a great fit for all of us!\"<br /><br /><strong>Janie Wilburn</strong><br />Marketing Director<em></em><br /><em>Suzanne Kasler</em>';
	textQuote[6][6] = '';
	textQuote[6][7] = '';
	textQuote[6][8] = '';
	textQuote[6][9] = '';
	textQuote[7]=new Array()
	textQuote[7][0] = '';
	textQuote[8]=new Array()
	textQuote[8][0] = '';
	textQuote[9]=new Array()
	textQuote[9][0] = '';
	textQuote[9][1] = '';
	textQuote[9][2] = '\"Before I launched my business, I chose The Harris Partners to develop my corporate identity, and to help me develop a launch plan that made sense for our industry and clients.  I also chose The Harris Partners for Ross\' veteran experience, talent and sheer energy to make things happen.  I got the horsepower and resources of a large agency many times their size in a collegial environment and within a rate schedule that made sense to me.  To me that\'s a Partnership that has value.\"<br /><br /><strong>Will Griswold</strong><br /><em>CEO</em><br /><em>Concrete Express</em>';
	textQuote[9][3] = '\"Ross is filled with creative energy and North Carolina common sense.  Professional, practical, and client loyal – she and her partners have yielded superior, cost effective results for our company.\"<br /><br /><strong>Robbie Perkins</strong><br /><em>President and CEO</em><br /><em>NAI Piedmont Triad</em>';
	textQuote[9][4] = '';
	textQuote[10]=new Array()
	textQuote[10][0] = '';
	textQuote[10][1] = '\"Working with Ross is always rewarding. She brings both creativity and diligence to the table. That\'s not a common combination of traits – it sets her apart.\"<br /><br /><strong>Kim Leipham Freedman</strong><br /><em>Former VP, Burlington Industries</em><br /><em>Co-Owner, Freedman Associates</em>';
	

	document.getElementById('rightClient').style.visibility = 'visible';
	document.getElementById('rightClient').innerHTML = textQuote[n][x];
}

function eraseTestimonial() {
	document.getElementById('rightClient').style.visibility = 'hidden';
}

//-->

