/*Turn all swap's off*/

function swapOff(){

			changeswap('swapper', swap00);
			   	   
			document.getElementById("swap01").className = "swapOff";
			document.getElementById("swap02").className = "swapOff";
			document.getElementById("swap03").className = "swapOff";
			document.getElementById("swap04").className = "swapOff";
}               


/*swap links*/

function swap(num){
                
			if (num=="100"){
			swapOff();
			document.getElementById("swap01").className = "swapOn";
			changeswap('swapper', swap01);
			}
			
			else if (num=="200"){
			swapOff();
			document.getElementById("swap02").className = "swapOn"; changeswap('swapper', swap02);
			changeswap('swapper', swap02);
			}
			
			else if (num=="300"){
			swapOff();
			document.getElementById("swap03").className = "swapOn"; changeswap('swapper', swap03);
			changeswap('swapper', swap03);
			}
			
			else if (num=="400"){
			swapOff();
			document.getElementById("swap04").className = "swapOn"; changeswap('swapper', swap04);
			changeswap('swapper', swap04);
			}
}

	function changeswap(id,shtml) {
	if (document.getElementById || document.all) {
	var el = document.getElementById? document.getElementById(id): document.all[id];
	if (el && typeof el.innerHTML != "undefined") el.innerHTML = shtml;
	}
}


var swap00 = 'Empty';

var swap01 = '<h1>DIANE GORDY</h1><p>As principal and design director of the award-winning Diane Gordy Interiors, Diane Gordy, M Arch, has for 30 years practiced as a leading interior designer, new construction planner and manager, and renovation consultant conceiving and executing built environments from inception to installation in over 500 light commercial and residential design projects throughout the Eastern Seaboard, Southern California and abroad. Luxury renovation, green design, designing for life-changes, and universal design all fall within the realm of her capabilities.</p>';

var swap02 = '<h1>DIANE GORDY (continued)</h1><p>A trusted voice on achieving confident personalized elegance informed by comfort and livability, Gordy stresses originality rather than trend, creating timeless designs shaped by innovation and grounded in experience. Her rooms are defined by clear architectural definition, subtle contrasts, and a touch of the unexpected. Gordy´s life has been shaped by her early embrace and consistent devotion to the discipline. Gifted with a meticulous eye for detail, an artist´s understanding of light, and impeccable color memory, she possesses an uncommon sensitivity for beautiful objects and a natural instinct for scale.</p>';

var swap03 = '<h1>MORE ABOUT DIANE</h1><p>Her intuitive response to interiors is shaped by the foundation of her design and architectural training and her informed knowledge of and experience with all elements of construction. Gordy’s passion for lifelong learning - she holds an undergraduate degree in Fine Art from American University and a Master of Architecture degree from the Catholic University of America - as well as extensive world travels and avid reading provide inspiration and inform designs that exceed expectation while honoring and articulating client lifestyle.</p>';

var swap04 = '<h1>MORE ABOUT DIANE (continued)</h1><p>A former Chair of the Maryland State Board of Interior Designers and former chair of the Maryland Coalition of Interior Designers, Gordy was an active leader in the Washington Metro Chapter of the American Society of Interior Designers (ASID) as a Legislative Liaison and Government and Public Affairs team leader, and has served ASID National on the International Advisory Council.</p>';
