
mm_home = new Image; mm_home.src = "images/mm_home.gif";
mm_homeon = new Image; mm_homeon.src = "images/mm_home_on.gif";
mm_services = new Image; mm_services.src = "images/mm_services.gif";
mm_serviceson = new Image; mm_serviceson.src = "images/mm_services_on.gif";
mm_viewpoints = new Image; mm_viewpoints.src = "images/mm_viewpoints.gif";
mm_viewpointson = new Image; mm_viewpointson.src = "images/mm_viewpoints_on.gif";
mm_aboutus = new Image; mm_aboutus.src = "images/mm_aboutus.gif";
mm_aboutuson = new Image; mm_aboutuson.src = "images/mm_aboutus_on.gif";
mm_clients = new Image; mm_clients.src = "images/mm_clients.gif";
mm_clientson = new Image; mm_clientson.src = "images/mm_clients_on.gif";
mm_contact = new Image; mm_contact.src = "images/mm_contact.gif";
mm_contacton = new Image; mm_contacton.src = "images/mm_contact_on.gif";
mm_news = new Image; mm_news.src = "images/mm_news.gif";
mm_newson = new Image; mm_newson.src = "images/mm_news_on.gif";
mm_contact = new Image; mm_contact.src = "images/mm_contact.gif";
mm_contacton = new Image; mm_contacton.src = "images/mm_contact_on.gif";


// Mouseover functions

function mouseover(button)
{
if (document.images) {
document[button].src = eval(button + "on.src");
 }
}



function mousegone(button)
{
if (document.images) {
document[button].src = eval(button + ".src");
 }
}