<!--

if (document.images) {
	doorson = new Image();
	doorson.src = "images/format/awd_sel_doors_down.gif";
	doorsoff = new Image();
	doorsoff.src = "images/format/awd_sel_doors_up.gif";
	windowson = new Image();
	windowson.src = "images/format/awd_sel_windows_down.gif";
	windowsoff = new Image();
	windowsoff.src = "images/format/awd_sel_windows_up.gif";
	garageon = new Image();
	garageon.src = "images/format/awd_sel_garage_down.gif";
	garageoff = new Image();
	garageoff.src = "images/format/awd_sel_garage_up.gif";
	accessorieson = new Image();
	accessorieson.src = "images/format/awd_sel_accessories_down.gif";
	accessoriesoff = new Image();
	accessoriesoff.src = "images/format/awd_sel_accessories_up.gif";
	galleryon = new Image();
	galleryon.src = "images/format/awd_sel_gallery_down.gif";
	galleryoff = new Image();
	galleryoff.src = "images/format/awd_sel_gallery_up.gif";
	gohomeon = new Image();
	gohomeon.src = "images/format/awd_sel_home_down.gif";
	gohomeoff = new Image();
	gohomeoff.src = "images/format/awd_sel_home_up.gif";
	infoon = new Image();
	infoon.src = "images/format/awd_sel_info_down.gif";
	infooff = new Image();
	infooff.src = "images/format/awd_sel_info_up.gif";
	showroomon = new Image();
	showroomon.src = "images/format/awd_sel_showroom_down.gif";
	showroomoff = new Image();
	showroomoff.src = "images/format/awd_sel_showroom_up.gif";
	emailon = new Image();
	emailon.src = "images/format/awd_sel_email_down.gif";
	emailoff = new Image();
	emailoff.src = "images/format/awd_sel_email_up.gif";
	gdoorson = new Image();
	gdoorson.src = "images/format/awd_sel_gallery_doors_down_lt.gif";
	gdoorsoff = new Image();
	gdoorsoff.src = "images/format/awd_sel_gallery_doors_up.gif";
	gwindowson = new Image();
	gwindowson.src = "images/format/awd_sel_gallery_windows_down_lt.gif";
	gwindowsoff = new Image();
	gwindowsoff.src = "images/format/awd_sel_gallery_windows_up.gif";
	ggarageon = new Image();
	ggarageon.src = "images/format/awd_sel_gallery_garage_down_lt.gif";
	ggarageoff = new Image();
	ggarageoff.src = "images/format/awd_sel_gallery_garage_up.gif";
	gaccessorieson = new Image();
	gaccessorieson.src = "images/format/awd_sel_gallery_accessories_down_lt.gif";
	gaccessoriesoff = new Image();
	gaccessoriesoff.src = "images/format/awd_sel_gallery_accessories_up.gif";
	gsidingon = new Image();
	gsidingon.src = "images/format/awd_sel_gallery_siding_down_lt.gif";
	gsidingoff = new Image();
	gsidingoff.src = "images/format/awd_sel_gallery_siding_up.gif";
	galleryon = new Image();
	galleryon.src = "images/format/awd_sel_gallery_down.gif";
	galleryoff = new Image();
	galleryoff.src = "images/format/awd_sel_gallery_up.gif";

}


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");
	}
}

//-->
