<!-- Hide from old browsers
var NN3 = false;
what= new Image();
what.src = "../images/what_menu.jpg";
whaton = new Image();
whaton.src = "../images/what_menu_on.jpg";

order= new Image();
order.src = "../images/order_menu.jpg";
orderon = new Image();
orderon.src = "../images/order_menu_on.jpg";

home= new Image();
home.src = "../images/home_menu_on.jpg";
homeon = new Image();
homeon.src = "../images/home_menu_on.jpg";

his= new Image();
his.src = "../images/about_menu.jpg";
hison = new Image();
hison.src = "../images/about_menu_on.jpg";

faq= new Image();
faq.src = "../images/faq_menu.jpg";
faqon = new Image();
faqon.src = "../images/faq_menu_on.jpg";

install= new Image();
install.src = "../images/install_menu.jpg";
installon = new Image();
installon.src = "../images/install_menu_on.jpg";

links= new Image();
links.src = "../images/links_menu.jpg";
linkson = new Image();
linkson.src = "../images/links_menu_on.jpg";


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);
}
// -->
