<!--//

browser_name = navigator.appName;
browser_version = parseFloat(navigator.appVersion);

if (browser_name == "Netscape" && browser_version >= 3.0) { roll = 'true'; }
else if (browser_name == "Microsoft Internet Explorer" && browser_version >= 3.0) { roll = 'true'; }
else { roll = 'false'; }
function msover(img,ref) { if (roll == 'true') { document.images[img].src = ref; } }
function msout(img,ref)  { if (roll == 'true') { document.images[img].src = ref; } }

if (document.images) {

resources = new Image();
resources.src = "images/resources_off.gif";
resources_hot = new Image();
resources_hot.src = "images/resources_on.gif";

ideas = new Image();
ideas.src = "images/ideas_off.gif";
ideas_hot = new Image();
ideas_hot.src = "images/ideas_on.gif";

forum = new Image();
forum.src = "images/forum_off.gif";
forum_hot = new Image();
forum_hot.src = "images/forum_on.gif";

qa = new Image();
qa.src = "images/qa_off.gif";
qa_hot = new Image();
qa_hot.src = "images/qa_on.gif";

cdp = new Image();
cdp.src = "images/cdp_off.gif";
cdp_hot = new Image();
cdp_hot.src = "images/cdp_on.gif";

training = new Image();
training.src = "images/training_off.gif";
training_hot = new Image();
training_hot.src = "images/training_on.gif";

fingertips = new Image();
fingertips.src = "images/fingertips_off.gif";
fingertips_hot = new Image();
fingertips_hot.src = "images/fingertips_on.gif";

contact = new Image();
contact.src = "images/contact_us_off.gif";
contact_hot = new Image();
contact_hot.src = "images/contact_us_on.gif";

worldtour = new Image();
worldtour.src = "images/world_tour_off.gif";
worldtour_hot = new Image();
worldtour_hot.src = "images/world_tour_on.gif";

}

function rollover(imgDocID,imgObjName,mainImgLeft,mainImgRight) {
        if (document.images) {
        document.images[imgDocID].src = eval(imgObjName + ".src");

}}


// -->