<!--
g_OverArray['l_CompanyProfile']   = '../images/2-company-profile-3.gif';
g_OverArray['l_CurrentProjects']  = '../images/2-current-projects-3.gif';
g_OverArray['l_News']             = '../images/2-news-3.gif';
g_OverArray['l_Technologies']     = '../images/2-technologies-3.gif';
g_OverArray['l_Downloads']        = '../images/2-downloads-3.gif';
g_OverArray['l_Games']            = '../images/2-games-3.gif';
g_OverArray['l_OtherProjects']    = '../images/2-other-projects-3.gif';

g_OutArray['l_CompanyProfile']    = '../images/2-company-profile-1.gif';
g_OutArray['l_CurrentProjects']   = '../images/2-current-projects-1.gif';
g_OutArray['l_News']              = '../images/2-news-1.gif';
g_OutArray['l_Technologies']      = '../images/2-technologies-1.gif';
g_OutArray['l_Downloads']         = '../images/2-downloads-1.gif';
g_OutArray['l_Games']             = '../images/2-games-1.gif';
g_OutArray['l_OtherProjects']     = '../images/2-other-projects-1.gif';

function over(img) { document.images[img].src = g_OverArray[img]; }
function out(img) { document.images[img].src = g_OutArray[img]; }
-->