var NN3 = false;

home=new Image();
home.src = "/images/nav/home.gif";
homeon = new Image();
homeon.src = "/images/nav/home_on.gif";

services=new Image();
services.src = "/images/nav/services.gif";
serviceson = new Image();
serviceson.src = "/images/nav/services_on.gif";

faq=new Image();
faq.src = "/images/nav/faq.gif";
faqon = new Image();
faqon.src = "/images/nav/faq_on.gif";

testimon=new Image();
testimon.src = "/images/nav/testimonials.gif";
testimonon = new Image();
testimonon.src = "/images/nav/testimonials_on.gif";

staff=new Image();
staff.src = "/images/nav/staff.gif";
staffon = new Image();
staffon.src = "/images/nav/staff_on.gif";

office_info=new Image();
office_info.src = "/images/nav/office_info.gif";
office_infoon = new Image();
office_infoon.src = "/images/nav/office_info_on.gif";

contact=new Image();
contact.src = "/images/nav/contact.gif";
contacton = new Image();
contacton.src = "/images/nav/contact_on.gif";



function on3(name)	{
				document[name].src = eval(name + "on.src");
}
function off3(name)	{
				document[name].src = eval(name + ".src");
}
NN3 = true;function on(name)	{
				if (NN3) on3(name);
}
function off(name)	{
				if (NN3) off3(name);
}

