{
pic1on = new Image(205,9);
pic1on.src = "images/link_home_on.gif";
pic2on = new Image(205,9);
pic2on.src = "images/link_about_on.gif";
pic3on = new Image(205,9);
pic3on.src = "images/link_gardens_on.gif";
pic4on = new Image(205,9);
pic4on.src = "images/link_art_on.gif";
pic5on = new Image(205,9);
pic5on.src = "images/link_questions_on.gif";
pic6on = new Image(205,9);
pic6on.src = "images/link_comments_on.gif";
pic7on = new Image(205,9);
pic7on.src = "images/link_contact_on.gif";
pic8on = new Image(205,9);
pic8on.src = "images/link_spaces_on.gif";
pic9on = new Image(205,9);
pic9on.src = "images/link_planting_on.gif";
pic10on = new Image(205,9);
pic10on.src = "images/link_ba_on.gif";

pic1off = new Image(205,9);
pic1off.src = "images/link_home_off.gif";
pic2off = new Image(205,9);
pic2off.src = "images/link_about_off.gif";
pic3off = new Image(205,9);
pic3off.src = "images/link_gardens_off.gif";
pic4off = new Image(205,9);
pic4off.src = "images/link_art_off.gif";
pic5off = new Image(205,9);
pic5off.src = "images/link_questions_off.gif";
pic6off = new Image(205,9);
pic6off.src = "images/link_comments_off.gif";
pic7off = new Image(205,9);
pic7off.src = "images/link_contact_off.gif";
pic8off = new Image(205,9);
pic8off.src = "images/link_spaces_off.gif";
pic9off = new Image(205,9);
pic9off.src = "images/link_planting_off.gif";
pic10off = new Image(205,9);
pic10off.src = "images/link_ba_off.gif";


}

function lightup(imgName) {imgOn = eval(imgName + "on.src"); document[imgName].src = imgOn;}
function turnoff(imgName) {imgOff = eval(imgName + "off.src"); document[imgName].src = imgOff;}
