baths = new Image();
baths.src = "i/hor_baths02.gif";

bedrooms = new Image();
bedrooms.src = "i/hor_bedrooms02.gif";

decks = new Image();
decks.src = "i/hor_decks02.gif";

exteriors = new Image();
exteriors.src = "i/hor_exteriors02.gif";

kitchens = new Image();
kitchens.src = "i/hor_kitchens02.gif";

livingrooms = new Image();
livingrooms.src = "i/hor_livingrooms02.gif";

offices = new Image();
offices.src = "i/hor_offices02.gif";

other = new Image();
other.src = "i/hor_other02.gif";

projects = new Image();
projects.src = "i/hor_projects02.gif";

theaters = new Image();
theaters.src = "i/hor_theaters02.gif";

function changeImages(image, source)
{document.images[image].src = source;}

function pop(url,title,w,h) 
{
	window.open(url,title,'toolbar=no,location=no,directories=no,status=yes,menubar=no,resizable=yes,copyhistory=no,scrollbars=no,width=' + w + ',height=' + h);
}