{
pic1on = new Image(115,114);
pic1on.src = "images/link_home_on.gif";
pic2on = new Image(115,14);
pic2on.src = "images/link_about_on.gif";
pic3on = new Image(115,14);
pic3on.src = "images/link_philosophy_on.gif";
pic4on = new Image(115,14);
pic4on.src = "images/link_services_on.gif";
pic5on = new Image(115,14);
pic5on.src = "images/link_players_on.gif";
pic6on = new Image(115,14);
pic6on.src = "images/link_clubs_on.gif";
pic7on = new Image(115,14);
pic7on.src = "images/link_comments_on.gif";
pic8on = new Image(115,14);
pic8on.src = "images/link_contact_on.gif";


pic1off = new Image(115,114);
pic1off.src = "images/link_home_off.gif";
pic2off = new Image(115,14);
pic2off.src = "images/link_about_off.gif";
pic3off = new Image(115,14);
pic3off.src = "images/link_philosophy_off.gif";
pic4off = new Image(115,14);
pic4off.src = "images/link_services_off.gif";
pic5off = new Image(115,14);
pic5off.src = "images/link_players_off.gif";
pic6off = new Image(115,14);
pic6off.src = "images/link_clubs_off.gif";
pic7off = new Image(115,14);
pic7off.src = "images/link_comments_off.gif";
pic8off = new Image(115,14);
pic8off.src = "images/link_contact_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;}

