<!-- hide script from old browsers

{


//Chrome Navbar

home_on = new Image();
home_on.src = "http://southfloridahobbies.com/jpgs/chrome_home_on.jpg";

home_off = new Image();
home_off.src = "http://southfloridahobbies.com/jpgs/chrome_home_off.jpg";


about_on = new Image();
about_on.src = "http://southfloridahobbies.com/jpgs/chrome_about_on.jpg";

about_off = new Image();
about_off.src = "http://southfloridahobbies.com/jpgs/chrome_about_off.jpg";


contact_on = new Image();
contact_on.src = "http://southfloridahobbies.com/jpgs/chrome_contact_on.jpg";

contact_off = new Image();
contact_off.src = "http://southfloridahobbies.com/jpgs/chrome_contact_off.jpg";


directions_on = new Image();
directions_on.src = "http://southfloridahobbies.com/jpgs/chrome_directions_on.jpg";

directions_off = new Image();
directions_off.src = "http://southfloridahobbies.com/jpgs/chrome_directions_off.jpg";

//Orange Nav Bar

ohome_on = new Image();
ohome_on.src = "http://southfloridahobbies.com/jpgs/HomePage-on.jpg";

ohome_off = new Image();
ohome_off.src = "http://southfloridahobbies.com/jpgs/HomePage-off.jpg";


oabout_on = new Image();
oabout_on.src = "http://southfloridahobbies.com/jpgs/AboutUs-on.jpg";

oabout_off = new Image();
oabout_off.src = "http://southfloridahobbies.com/jpgs/AboutUs-off.jpg";


ocontact_on = new Image();
ocontact_on.src = "http://southfloridahobbies.com/jpgs/ContactInfo-on.jpg";

ocontact_off = new Image();
ocontact_off.src = "http://southfloridahobbies.com/jpgs/ContactInfo-off.jpg";


odirections_on = new Image();
odirections_on.src = "http://southfloridahobbies.com/jpgs/Directions-on.jpg";

odirections_off = new Image();
odirections_off.src = "http://southfloridahobbies.com/jpgs/Directions-off.jpg";

}

function Rollover(imageID,imageName) {


{
document.images[imageID].src = eval(imageName + ".src");
}

}

// end hiding script from old browsers -->
