<!--browserName=navigator.appName;
browserVer=parseInt(navigator.appVersion);
if(browserVer >=3)
        version="3";
else
        version="2";
if (version=="3")
{home_on=new Image;
home_on.src="./images/ntjmbymmenu_normhome.jpg";
home_off=new Image;
home_off.src="./images/ntjmbymmenu_normoff.jpg";
serv_on=new Image;
serv_on.src="./images/ntjmbymmenu_normserv.jpg";
serv_off=new Image;
serv_off.src="./images/ntjmbymmenu_normoff.jpg";
about_on=new Image;
about_on.src="./images/ntjmbymmenu_normabout.jpg";
about_off=new Image;
about_off.src="./images/ntjmbymmenu_normoff.jpg";
contact_on=new Image;
contact_on.src="./images/ntjmbymmenu_normcontact.jpg";
contact_off=new Image;
contact_off.src="./images/ntjmbymmenu_normoff.jpg";
folio_on=new Image;
folio_on.src="./images/ntjmbymmenu_normfolio.jpg";
folio_off=new Image;
folio_off.src="./images/ntjmbymmenu_normoff.jpg";
resources_on=new Image;
resources_on.src="./images/ntjmbymmenu_normresources.jpg";
resources_off=new Image;
resources_off.src="./images/ntjmbymmenu_normoff.jpg";
shop_on=new Image;
shop_on.src="./images/ntjmbymmenu_normshop.jpg";
shop_off=new Image;
shop_off.src="./images/ntjmbymmenu_normoff.jpg";
gallery_on=new Image;
gallery_on.src="./images/ntjmbymmenu_normgallery.jpg";
gallery_off=new Image;
gallery_off.src="./images/ntjmbymmenu_normoff.jpg";
news_on=new Image;
news_on.src="./images/ntjmbymmenu_normnews.jpg";
news_off=new Image;
news_off.src="./images/ntjmbymmenu_normoff.jpg";

}
function rollIn(imgName, picName)
{
        if (version=="3")
{
                document[imgName].src=eval(picName + "on.src");
        }
}
function rollOut(imgName, picName)
{
        if (version=="3")
        {
                document[imgName].src=eval(picName + "off.src");
        }
}
// -->


