about1 = new Image()
about1.src  = "graphics/about1.gif"
about2 = new Image()
about2.src  = "graphics/about2.gif"

location1 = new Image()
location1.src  = "graphics/location1.gif"
location2 = new Image()
location2.src  = "graphics/location2.gif"

tour1 = new Image()
tour1.src  = "graphics/tour1.gif"
tour2 = new Image()
tour2.src  = "graphics/tour2.gif"

services1 = new Image()
services1.src  = "graphics/services1.gif"
services2 = new Image()
services2.src  = "graphics/services2.gif"

jobs1 = new Image()
jobs1.src  = "graphics/jobs1.gif"
jobs2 = new Image()
jobs2.src  = "graphics/jobs2.gif"

contact1 = new Image()
contact1.src  = "graphics/contact1.gif"
contact2 = new Image()
contact2.src  = "graphics/contact2.gif"

nursing1 = new Image()
nursing1.src  = "graphics/nursing1.gif"
nursing2 = new Image()
nursing2.src  = "graphics/nursing2.gif"

rehab1 = new Image()
rehab1.src  = "graphics/rehab1.gif"
rehab2 = new Image()
rehab2.src  = "graphics/rehab2.gif"

balance1 = new Image()
balance1.src  = "graphics/balance1.gif"
balance2 = new Image()
balance2.src  = "graphics/balance2.gif"

arbors1 = new Image()
arbors1.src  = "graphics/arbors1.gif"
arbors2 = new Image()
arbors2.src  = "graphics/arbors2.gif"

special1 = new Image()
special1.src  = "graphics/special1.gif"
special2 = new Image()
special2.src  = "graphics/special2.gif"

amenities1 = new Image()
amenities1.src  = "graphics/amenities1.gif"
amenities2 = new Image()
amenities2.src  = "graphics/amenities2.gif"

function switchimage(imgDocID,imgObjName) 
{
	document[imgDocID].src = eval(imgObjName + ".src");
}






