ns4   = (document.layers) ? true:false;
msie  = (document.all) ? true:false;
iens6 = (document.getElementById) ? true:false;

var mainPath = "/NR/scu_internet/images/"

// On images
tools_search_on = new Image();
tools_search_on.src = mainPath + "tools_search_on.gif";
tools_sitemap_on = new Image();
tools_sitemap_on.src = mainPath + "tools_sitemap_on.gif";
tools_contact_on = new Image();
tools_contact_on.src = mainPath + "tools_contact_on.gif";

nav_noticeBoard_on = new Image();
nav_noticeBoard_on.src = mainPath + "nav_noticeBoard_on.gif";
nav_personal_on = new Image();
nav_personal_on.src = mainPath + "nav_personal_on.gif";
nav_business_on = new Image();
nav_business_on.src = mainPath + "nav_business_on.gif";
nav_in_the_community_on = new Image();
nav_in_the_community_on.src = mainPath + "nav_in_the_community_on.gif";
nav_about_servus_on = new Image();
nav_about_servus_on.src = mainPath + "nav_about_servus_on.gif";

arrow_on = new Image();
arrow_on.src = mainPath + "arrow_on.gif";
topPage_on              = new Image();
topPage_on.src          = mainPath + "top_on.gif";


// Off images
tools_search_off = new Image();
tools_search_off.src = mainPath + "tools_search.gif";
tools_sitemap_off = new Image();
tools_sitemap_off.src = mainPath + "tools_sitemap.gif";
tools_contact_off = new Image();
tools_contact_off.src = mainPath + "tools_contact.gif";

nav_noticeBoard_off = new Image();
nav_noticeBoard_off.src = mainPath + "nav_noticeBoard.gif";
nav_personal_off = new Image();
nav_personal_off.src = mainPath + "nav_personal.gif";
nav_business_off = new Image();
nav_business_off.src = mainPath + "nav_business.gif";
nav_in_the_community_off = new Image();
nav_in_the_community_off.src = mainPath + "nav_in_the_community.gif";
nav_about_servus_off = new Image();
nav_about_servus_off.src = mainPath + "nav_about_servus.gif";

arrow_off = new Image();
arrow_off.src = mainPath + "arrow.gif";
topPage_off          = new Image();
topPage_off.src      = mainPath + "top.gif";
