clicked="";

imgNameOld="";

imgExists = false;

if (document.images) imgExists = true;

if (imgExists == true) {

	a=new Image ();
	a.src="../images/main/other_comm.gif";		//the normal image
	a1=new Image ();
	a1.src="../images/main/other_comm_roll.gif";		//the mouseover image
	
	
	b=new Image ();
	b.src="../images/main/work_order.gif";		//the normal image
	b1=new Image ();
	b1.src="../images/main/work_order_roll.gif";		//the mouseover image
	
	c=new Image ();
	c.src="../images/main/apply_lease.gif";		//the normal image
	c1=new Image ();
	c1.src="../images/main/apply_lease_roll.gif";		//the mouseover image
	
	d=new Image ();
	d.src="../images/main/amenities.gif";		//the normal image
	d1=new Image ();
	d1.src="../images/main/amenities_roll.gif";		//the mouseover image
	
	e=new Image ();
	e.src="../images/main/floorplans.gif";		//the normal image
	e1=new Image ();
	e1.src="../images/main/floorplans_roll.gif";		//the mouseover image
	
	f=new Image ();
	f.src="../images/main/attractions.gif";		//the normal image
	f1=new Image ();
	f1.src="../images/main/attractions_roll.gif";		//the mouseover image
	
	g=new Image ();
	g.src="../images/main/directions.gif";		//the normal image
	g1=new Image ();
	g1.src="../images/main/directions_roll.gif";		//the mouseover image

	h=new Image ();
	h.src="../images/main/contact.gif";		//the normal image
	h1=new Image ();
	h1.src="../images/main/contact_roll.gif";		//the mouseover image
	
	i=new Image ();
	i.src="../images/flr_plans/1bed.gif";		//the normal image
	i1=new Image ();
	i1.src="../images/flr_plans/1bed_roll.gif";		//the mouseover image
	
	j=new Image ();
	j.src="../images/flr_plans/2bed.gif";		//the normal image
	j1=new Image ();
	j1.src="../images/flr_plans/2bed_roll.gif";		//the mouseover image
	
	k=new Image ();
	k.src="../images/flr_plans/3bed.gif";		//the normal image
	k1=new Image ();
	k1.src="../images/flr_plans/3bed_roll.gif";		//the mouseover image
	
	l=new Image ();
	l.src="../images/flr_plans/townhouse.gif";		//the normal image
	l1=new Image ();
	l1.src="../images/flr_plans/townhouse_roll.gif";		//the mouseover image

	m=new Image ();
	m.src="../images/flr_plans/loft.gif";		//the normal image
	m1=new Image ();
	m1.src="../images/flr_plans/loft_roll.gif";		//the mouseover image
	
	}

function navOver(imgName) {

	if (imgExists == true) {		
	
		imgOver = eval(imgName + "1.src");
		
		document[imgName].src = imgOver;
		
	}		
	
}

function navOut(imgName) {

    if (imgExists == true) {
	
		imgOff = eval(imgName + ".src");
		
		document[imgName].src = imgOff;	
		
	}
	
}

function navClick(imgName) {

  // removed functionality

}
