<!-- hide from none JavaScript Browsers

home_on = new Image(129,24);
home_on.src = "images/home_on.gif";
home = new Image(129,24);
home.src = "images/nav_home.gif";

services_on = new Image(129,24);
services_on.src = "images/services_on.gif";
services = new Image(129,24);
services.src = "images/nav_services.gif";

online_on = new Image(129,24);
online_on.src = "images/online_on.gif";
online = new Image(129,24);
online.src = "images/nav_online.gif";

about_on = new Image(129,24);
about_on.src = "images/about_on.gif";
about = new Image(129,24);
about.src = "images/nav_about.gif";

search_on = new Image(129,24);
search_on.src = "images/search_on.gif";
search = new Image(129,24);
search.src = "images/nav_search.gif";

faq_on = new Image(129,24);
faq_on.src = "images/faq_on.gif";
faq = new Image(129,24);
faq.src = "images/nav_faq.gif";

help_on = new Image(129,24);
help_on.src = "images/help_on.gif";
help = new Image(129,24);
help.src = "images/nav_help.gif";

contact_on = new Image(129,24);
contact_on.src = "images/contact_on.gif";
contact = new Image(129,24);
contact.src = "images/nav_contact.gif";

privacy_on = new Image(129,28);
privacy_on.src = "images/privacy_on.gif";
privacy = new Image(129,28);
privacy.src = "images/nav_privacy.gif";

brokers_on = new Image(129,28);
brokers_on.src = "images/brokers_on.gif";
brokers = new Image(129,28);
brokers.src = "images/nav_brokers.gif";

employers_on = new Image(129,28);
employers_on.src = "images/employers_on.gif";
employers = new Image(129,28);
employers.src = "images/nav_employers.gif";

function imageChange(imageID,imageName) 
 {
  document.images[imageID].src = eval(imageName + ".src");
 }

// - stop hiding -->

