<!--
if(parseInt(navigator.appVersion) > 2){
if(document.images){
home1 = new Image; home1.src = '/cimg/glo_home1.gif';
home2 = new Image; home2.src = '/cimg/glo_home2.gif';
about1 = new Image; about1.src = '/cimg/glo_about1.gif';
about2 = new Image; about2.src = '/cimg/glo_about2.gif';
what1 = new Image; what1.src = '/cimg/glo_what1.gif';
what2 = new Image; what2.src = '/cimg/glo_what2.gif';
examples1 = new Image; examples1.src = '/cimg/glo_examples1.gif';
examples2 = new Image; examples2.src = '/cimg/glo_examples2.gif';
clients1 = new Image; clients1.src = '/cimg/glo_clients1.gif';
clients2 = new Image; clients2.src = '/cimg/glo_clients2.gif';
request1 = new Image; request1.src = '/cimg/glo_request1.gif';
request2 = new Image; request2.src = '/cimg/glo_request2.gif';
contact1 = new Image; contact1.src = '/cimg/glo_contact1.gif';
contact2 = new Image; contact2.src = '/cimg/glo_contact2.gif';
}}
function swapImages(imgID, newImg){
if(parseInt(navigator.appVersion) > 2){
if(document.images)
document.images[imgID].src = eval(newImg + '.src');
}}
//-->