<!--

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; } }
 
var imgslist = new Array(
"images/support_on.gif",
"images/network_on.gif",
"images/gaming_on.gif",
"images/company_on.gif",
"images/home_on.gif",
"images/arrow_on.gif",
"images/sub_menu_arrow_on.gif"
);

var imgs=new Array();
if (document.images)
 for (x=0; x<imgslist.length; x++)
  {imgs[x]=new Image(); imgs[x].src = imgslist[x];}

//-->
