{
pic1on = new Image(115,114);
pic1on.src = "http://www.eulfc.com/http://www.eulfc.com/images/link_home_on.gif";
pic2on = new Image(115,14);
pic2on.src = "http://www.eulfc.com/images/link_about_on.gif";
pic3on = new Image(115,14);
pic3on.src = "http://www.eulfc.com/images/link_fixtures_on.gif";
pic4on = new Image(115,14);
pic4on.src = "http://www.eulfc.com/images/link_league_on.gif";
pic5on = new Image(115,14);
pic5on.src = "http://www.eulfc.com/images/link_social_on.gif";
pic6on = new Image(115,14);
pic6on.src = "http://www.eulfc.com/images/link_tours_on.gif";
pic7on = new Image(115,14);
pic7on.src = "http://www.eulfc.com/images/link_gallery_on.gif";
pic8on = new Image(115,14);
pic8on.src = "http://www.eulfc.com/images/link_link_on.gif";
pic9on = new Image(115,14);
pic9on.src = "http://www.eulfc.com/images/link_contact_on.gif";
pic10on = new Image(115,14);
pic10on.src = "http://www.eulfc.com/images/link_join_on.gif";


pic1off = new Image(115,114);
pic1off.src = "http://www.eulfc.com/images/link_home_off.gif";
pic2off = new Image(115,14);
pic2off.src = "http://www.eulfc.com/images/link_about_off.gif";
pic3off = new Image(115,14);
pic3off.src = "http://www.eulfc.com/images/link_fixtures_off.gif";
pic4off = new Image(115,14);
pic4off.src = "http://www.eulfc.com/images/link_league_off.gif";
pic5off = new Image(115,14);
pic5off.src = "http://www.eulfc.com/images/link_social_off.gif";
pic6off = new Image(115,14);
pic6off.src = "http://www.eulfc.com/images/link_tours_off.gif";
pic7off = new Image(115,14);
pic7off.src = "http://www.eulfc.com/images/link_gallery_off.gif";
pic8off = new Image(115,14);
pic8off.src = "http://www.eulfc.com/images/link_link_off.gif";
pic9off = new Image(115,14);
pic9off.src = "http://www.eulfc.com/images/link_contact_off.gif";
pic10off = new Image(115,14);
pic10off.src = "http://www.eulfc.com/images/link_join_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;}

