function imagechange(imagePath,imageID,imageName) 
{
   document.images[imageID].src = imagePath + "buttons/" + imageName + ".gif";
}


function m_on(imagename)
{
	if (document.images)
	{
		document [imagename].src = eval(imagename + "_MO.src");
	}
}

function m_out(imagename)
{
	if (document.images)
	{
		document [imagename].src = eval(imagename + ".src");
	}
}


function popup(file,options,width,height)
{
	if ((width != 0 || width !=null) && (height != 0 || height !=  null))
		{
			options = options+",width="+width+",height="+height;
		}
		var textWindow=window.open(file,"TextWindow",options);
}

function HideShowOver(elem)
{
	elem.style.cursor='hand';
	elem.style.textDecoration='underline';
	elem.style.color='orange';
}

function HideShowOut(elem)
{
	elem.style.textDecoration='none';
	elem.style.color='#C6C3C6';
}

if (document.images)
{
	home = new Image();
	home.src = "/images/menu/off/home.jpg";
	home_MO = new Image();
	home_MO.src = "/images/menu/on/home.jpg";

	apply = new Image();
	apply.src = "/images/menu/off/apply.jpg";
	apply_MO = new Image();
	apply_MO.src = "/images/menu/on/apply.jpg";
	
	ask = new Image();
	ask.src = "/images/menu/off/ask.jpg";
	ask_MO = new Image();
	ask_MO.src = "/images/menu/on/ask.jpg";

	about = new Image();
	about.src = "/images/menu/off/about.jpg";
	about_MO = new Image();
	about_MO.src = "/images/menu/on/about.jpg";

	contact = new Image();
	contact.src = "/images/menu/off/contact.jpg";
	contact_MO = new Image();
	contact_MO.src = "/images/menu/on/contact.jpg";

	bedroom = new Image();
	bedroom.src = "/images/menu/off/bedroom.jpg";
	bedroom_MO = new Image();
	bedroom_MO.src = "/images/menu/on/bedroom.jpg";

	linkpage = new Image();
	linkpage.src = "/images/menu/off/links.jpg";
	linkpage_MO = new Image();
	linkpage_MO.src = "/images/menu/on/links.jpg";

	living = new Image();
	living.src = "/images/menu/off/living.jpg";
	living_MO = new Image();
	living_MO.src = "/images/menu/on/living.jpg";

	dining = new Image();
	dining.src = "/images/menu/off/dining.jpg";
	dining_MO = new Image();
	dining_MO.src = "/images/menu/on/dining.jpg";

	entertain = new Image();
	entertain.src = "/images/menu/off/entertain.jpg";
	entertain_MO = new Image();
	entertain_MO.src = "/images/menu/on/entertain.jpg";

	mattresses = new Image();
	mattresses.src = "/images/menu/off/mattresses.jpg";
	mattresses_MO = new Image();
	mattresses_MO.src = "/images/menu/on/mattresses.jpg";

	specials = new Image();
	specials.src = "/images/menu/off/specials.jpg";
	specials_MO = new Image();
	specials_MO.src = "/images/menu/on/specials.jpg";

	financing = new Image();
	financing.src = "/images/menu/off/financing.jpg";
	financing_MO = new Image();
	financing_MO.src = "/images/menu/on/financing.jpg";
	
}	