defaultstatus = "Jennifer Graham";
//code.js

//-------------------------------------------------
//Row#1
//-------------------------------------------------

jgOff = new Image();
jgOff.src = "images/header.jpg";

/*
pOff = new Image();
pOff.src = "images/header.jpg";
*/

stories = new Image();
stories.src = "images/stories_on.jpg";

worlds = new Image();
worlds.src = "images/worlds_on.jpg";

contact = new Image();
contact.src = "images/contact_on.jpg";

bio = new Image();
bio.src = "images/bio_on.jpg";

home = new Image();
home.src = "images/home_on.jpg";

links = new Image();
links.src = "images/links_on.jpg";


/*
aboutOn = new Image();
aboutOn.src = "images/about-on.jpg";
aboutOff = new Image();
aboutOff.src = "images/about-off.jpg";

storiesOn = new Image();
storiesOn.src = "images/storiesOn.jpg";
storiesOff = new Image();
storiesOff.src = "images/header.jpg";

leOff = new Image();
leOn = new Image();
leOff.src = "http://theworkingroom.com/images/le_off.gif";
leOn.src = "http://theworkingroom.com/images/le_on.gif";
*/


//-------------------------------------------------

function imgOn(ImgId, thisImg) {
document.images[ImgId].src = eval(thisImg + ".src");
} //imgOn

function imgOff (ImgId, thisImg) {
document.images[ImgId].src = eval(thisImg + ".src");
} //imgOff