JSFX.Rollover("home", "images/buttons/Home_button2.gif");
JSFX.Rollover("downloads", "images/buttons/Downloads_button2.gif");
JSFX.Rollover("mods", "images/buttons/Mods_button2.gif");
JSFX.Rollover("bcf", "images/buttons/BCF_button2.gif");
JSFX.Rollover("homedome", "images/buttons/HomeDome_button2.gif");
JSFX.Rollover("obslist", "images/buttons/Observlist_button2.gif");
JSFX.Rollover("shed", "images/buttons/Johnshed_button2.gif");
JSFX.Rollover("birchgrove", "images/buttons/Birch_Grove_button2.gif");
JSFX.Rollover("yardmaster", "images/buttons/Yardmaster_button2.gif");
JSFX.Rollover("littlewoods", "images/buttons/Littlewoods_button2.gif");
JSFX.Rollover("screwfix", "images/buttons/Screwfix_button2.gif");
JSFX.Rollover("viking", "images/buttons/Viking_button2.gif");
JSFX.Rollover("silicagel", "images/buttons/Silicagel_button2.gif");
JSFX.Rollover("draper", "images/buttons/Draper_button2.gif");
JSFX.Rollover("meade", "images/buttons/Meade_button2.gif");
JSFX.Rollover("mapug", "images/buttons/MAPUG_button2.gif");
JSFX.Rollover("email", "images/buttons/Email_button2.gif");
JSFX.Rollover("search", "images/buttons/Search_button2.gif");
JSFX.Rollover("start", "images/buttons/start_nav_button2.jpg");
JSFX.Rollover("back", "images/buttons/back_nav_button2.jpg");
JSFX.Rollover("next", "images/buttons/next_nav_button2.jpg");

function goToURL(form)
{
 var myindex=form.dropdownmenu.selectedIndex
 if(!myindex=="")
 {
  window.location.href=form.dropdownmenu.options[myindex].value;
 }
}

