/* 
Christian Huebner Interiors Inc.
Designed and built by: Robert Fornesi
http://www.fornesi.com
*/
if (document.images) 
	{

		img07on=new Image();
		img07on.src="/graphics/thumbBath1On.jpg";
		img07off=new Image();
		img07off.src="/graphics/thumbBath1.jpg";
		
		img08on=new Image();
		img08on.src="/graphics/thumbBath2On.jpg";
		img08off=new Image();
		img08off.src="/graphics/thumbBath2.jpg";
		
		img09on=new Image();
		img09on.src="/graphics/thumbBath3On.jpg";
		img09off=new Image();
		img09off.src="/graphics/thumbBath3.jpg";
		
		img10on=new Image();
		img10on.src="/graphics/thumbBath4On.jpg";
		img10off=new Image();
		img10off.src="/graphics/thumbBath4.jpg";
		
		img11on=new Image();
		img11on.src="/graphics/thumbBath5On.jpg";
		img11off=new Image();
		img11off.src="/graphics/thumbBath5.jpg";
		
		img12on=new Image();
		img12on.src="/graphics/thumbBath6On.jpg";
		img12off=new Image();
		img12off.src="/graphics/thumbBath6.jpg";
		

	}
	
function imgOn(imgName) {
	if (document.images) {
		document[imgName].src=eval (imgName + "on.src");
	}
}

function imgOff(imgName) {
	if (document.images) {
		document[imgName].src=eval (imgName +"off.src");
	}	

}