
<!--browserName=navigator.appName;
browserVer=parseInt(navigator.appVersion);
if(browserVer >=3)
        version="3";
else
        version="2";
if (version=="3")
{

events_on=new Image;
events_on.src="http://eurosunday.net/nav/events_hl.gif";
events_off=new Image;
events_off.src="http://eurosunday.net/nav/events.gif";

whattoexpect_on=new Image;
whattoexpect_on.src="http://eurosunday.net/nav/monthlyevent_hl.gif";
whattoexpect_off=new Image;
whattoexpect_off.src="http://eurosunday.net/nav/monthlyevent.gif";

images_on=new Image;
images_on.src="http://eurosunday.net/nav/images_hl.gif";
images_off=new Image;
images_off.src="http://eurosunday.net/nav/images.gif";

localcalendar_on=new Image;
localcalendar_on.src="http://eurosunday.net/nav/localcalendar_hl.gif";
localcalendar_off=new Image;
localcalendar_off.src="http://eurosunday.net/nav/localcalendar.gif";

regionalevents_on=new Image;
regionalevents_on.src="http://eurosunday.net/nav/regionalevents_hl.gif";
regionalevents_off=new Image;
regionalevents_off.src="http://eurosunday.net/nav/regionalevents.gif";

onlinestore_on=new Image;
onlinestore_on.src="http://eurosunday.net/nav/store_hl.gif";
onlinestore_off=new Image;
onlinestore_off.src="http://eurosunday.net/nav/store.gif";

blog_on=new Image;
blog_on.src="http://eurosunday.net/nav/blog_hl.gif";
blog_off=new Image;
blog_off.src="http://eurosunday.net/nav/blog.gif";

facebook_on=new Image;
facebook_on.src="http://eurosunday.net/nav/facebook_hl.gif";
facebook_off=new Image;
facebook_off.src="http://eurosunday.net/nav/facebook.gif";

staffarticles_on=new Image;
staffarticles_on.src="http://eurosunday.net/nav/staffarticles_hl.gif";
staffarticles_off=new Image;
staffarticles_off.src="http://eurosunday.net/nav/staffarticles.gif";

videos_on=new Image;
videos_on.src="http://eurosunday.net/nav/videos_hl.gif";
videos_off=new Image;
videos_off.src="http://eurosunday.net/nav/videos.gif";

forums_on=new Image;
forums_on.src="http://eurosunday.net/nav/forums_hl.gif";
forums_off=new Image;
forums_off.src="http://eurosunday.net/nav/forums.gif";

history_on=new Image;
history_on.src="http://eurosunday.net/nav/history_hl.gif";
history_off=new Image;
history_off.src="http://eurosunday.net/nav/history.gif";

jointhecommunity_on=new Image;
jointhecommunity_on.src="http://eurosunday.net/nav/jointhecommunity_hl.gif";
jointhecommunity_off=new Image;
jointhecommunity_off.src="http://eurosunday.net/nav/jointhecommunity.gif";

login_on=new Image;
login_on.src="http://eurosunday.net/nav/login_hl.gif";
login_off=new Image;
login_off.src="http://eurosunday.net/nav/login.gif";

press_on=new Image;
press_on.src="http://eurosunday.net/nav/press_hl.gif";
press_off=new Image;
press_off.src="http://eurosunday.net/nav/press.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");
        }
}





