var newContent = ['<img src="images/kathy.jpg" height="190px" width="127px" class="bord_thn" alt="Kathy"/>','<ul class="background"><li><h4>Background</h4></li><li>Founded a Philadelphia</li><li class="sub">Catering Company; 1986</li><li>Knoedler Gallery,</li><li class="sub">NYC; 1985-1986</li><li>University of Vermont,</li><li class="sub">B.A. History of Art; 1984</li><li>Madiera School,</li><li class="sub">Greenway VA</li></ul>','<h3>KATHARINE PATTY WARDEN</h3><h4>Owner/Creative Director</h4><p>As the owner and creative director, Kathy has combined her passion for entertaining and the arts to create the unique design direction for TableArt. Kathy pioneered the company in 1990 and with her many successes and appreciative clients, has proven herself a creative force in the ever changing world of event design. </p>'];
			function changeContent(idstr) {
				var ids = idstr.split(',');
				for(var i = 0; i < ids.length; i++){
					document.getElementById(ids[i]).innerHTML = newContent[i];
				}
			}
var newContent1 = ['<img src="images/jamie.jpg" height="190px" width="127px" class="bord_thn" alt="Sarah"/>','<ul class="background"><li><h4>Background</h4></li><li>Hilton Stamford Hotel <br />& Executive Meeting Center</li><li>Boston University; B.S. <br /> Hospitality Administration</li><li>Villa Maria Academy <br />Malvern, Pennsylvania</li></ul','<h3>JAMIE ROMANSKY</h3><h4>Event Designer</h4><p>Jamie started in hotel sales and her extensive travel throughout North America, Europe and Australia further developed an interest in hospitality. She strives to foster great relationships and execute the visions of clients and partners. Drawing from her personal and professional experiences Jamie brings great attention to detail, organization and a passion for success to TableArt.</p>'];
			function changeContent1(idstr) {
				var ids = idstr.split(',');
				for(var i = 0; i < ids.length; i++){
					document.getElementById(ids[i]).innerHTML = newContent1[i];
				}
			}
			
var newContent2 = ['<img src="images/marnie.jpg" height="190px" width="127px" class="bord_thn" alt="Marnie"/>','<ul class="background"><li><h4>Background</h4></li><li>Robertson\'s Flowers,</li><li class="sub">Philadelphia, PA</li><li>Hearst Corporation,</li><li class="sub">New York, New York</li><li>Art Institute of Chicago</li><li>Art Institute of Boston</li><li>Garrison Forest School,</li><li class="sub">Baltimore, MD</li></ul','<h3>MARNIE CULLEN</h3><h4>Event Designer</h4><p>Marnie brings a wide variety of experiences to TableArt. She studied illustration and interior architecture before perusing a career as the promotional art director for Redbook magazine. Prior to coming to TableArt, she was an event designer as well as the visual stylist and window designer for Robertson\'s Flowers.  With energy and enthusiasm, she provides clients with innovative and imaginative solutions for any event setting.</p>'];
			function changeContent2(idstr) {
				var ids = idstr.split(',');
				for(var i = 0; i < ids.length; i++){
					document.getElementById(ids[i]).innerHTML = newContent2[i];
				}
			}
			
			
