
<!--browserName=navigator.appName;
browserVer=parseInt(navigator.appVersion);
if(browserVer >=3)
        version="3";
else
        version="2";
if (version=="3")
{
cars_on=new Image;
cars_on.src="http://europics.net/nav/cars_hl.gif";
cars_off=new Image;
cars_off.src="http://europics.net/nav/cars.gif";

models_on=new Image;
models_on.src="http://europics.net/nav/models_hl.gif";
models_off=new Image;
models_off.src="http://europics.net/nav/models.gif";

wallpaper_on=new Image;
wallpaper_on.src="http://europics.net/nav/wallpaper_hl.gif";
wallpaper_off=new Image;
wallpaper_off.src="http://europics.net/nav/wallpaper.gif";

eventimages_on=new Image;
eventimages_on.src="http://europics.net/nav/eventimages_hl.gif";
eventimages_off=new Image;
eventimages_off.src="http://europics.net/nav/eventimages.gif";

photographers_on=new Image;
photographers_on.src="http://europics.net/nav/photographers_hl.gif";
photographers_off=new Image;
photographers_off.src="http://europics.net/nav/photographers.gif";

order_on=new Image;
order_on.src="http://europics.net/nav/order_hl.gif";
order_off=new Image;
order_off.src="http://europics.net/nav/order.gif";

signup_on=new Image;
signup_on.src="http://europics.net/nav/signup_hl.gif";
signup_off=new Image;
signup_off.src="http://europics.net/nav/signup.gif";

contact_on=new Image;
contact_on.src="http://europics.net/nav/contact_hl.gif";
contact_off=new Image;
contact_off.src="http://europics.net/nav/contact.gif";

}
function rollIn(imgName)
{
        if (version=="3")
        {
                document[imgName].src=eval(imgName + "on.src");
        }
}

function rollOut(imgName)

{
        if (version=="3")

        {
                document[imgName].src=eval(imgName + "off.src");
        }
}





