browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if((browserName == "Netscape" && browserVer >= 3)||(browserName == "Microsoft Internet Explorer" && browserVer >= 4))
version = "0";
else
version = "1";
if(version == "0")
{
welcomeon = new Image();
welcomeon.src = "../images/r0100we2.gif";
welcomeoff= new Image();
welcomeoff.src = "../images/r0100we1.gif";

abouton = new Image();
abouton.src = "../images/r0100ab2.gif";
aboutoff= new Image();
aboutoff.src = "../images/r0100ab1.gif";

agentson = new Image();
agentson.src = "../images/r0100ou2.gif";
agentsoff= new Image();
agentsoff.src = "../images/r0100ou1.gif";

featuredon = new Image();
featuredon.src = "../images/r0100fe2.gif";
featuredoff= new Image();
featuredoff.src = "../images/r0100fe1.gif";

searchon = new Image();
searchon.src = "../images/r0100se2.gif";
searchoff= new Image();
searchoff.src = "../images/r0100se1.gif";

contacton = new Image();
contacton.src = "../images/r0100co2.gif";
contactoff= new Image();
contactoff.src = "../images/r0100co1.gif";

buyingon = new Image();
buyingon.src = "../images/r0100bu2.gif";
buyingoff= new Image();
buyingoff.src = "../images/r0100bu1.gif";


sellingon = new Image();
sellingon.src = "../images/r0100sl2.gif";
sellingoff= new Image();
sellingoff.src = "../images/r0100sl1.gif";

relocationon = new Image();
relocationon.src = "../images/r0100re2.gif";
relocationoff= new Image();
relocationoff.src = "../images/r0100re1.gif";

realon = new Image();
realon.src = "../images/r0100rl2.gif";
realoff= new Image();
realoff.src = "../images/r0100rl1.gif";

financialon = new Image();
financialon.src = "../images/r0100fi2.gif";
financialoff= new Image();
financialoff.src = "../images/r0100fi1.gif";


homeon = new Image();
homeon.src = "../images/r0100ho2.gif";
homeoff= new Image();
homeoff.src = "../images/r0100ho1.gif";

governmenton = new Image();
governmenton.src = "../images/r0100go2.gif";
governmentoff= new Image();
governmentoff.src = "../images/r0100go1.gif";

firston = new Image();
firston.src = "../images/r0100ft2.gif";
firstoff= new Image();
firstoff.src = "../images/r0100ft1.gif";

newon = new Image();
newon.src = "../images/r0100ne2.gif";
newoff= new Image();
newoff.src = "../images/r0100ne1.gif";

commercialon = new Image();
commercialon.src = "../images/r0100cm2.gif";
commercialoff= new Image();
commercialoff.src = "../images/r0100cm1.gif";


}

function display(name1)
{
if(version == "0")
{ 
document.images[name1].src=eval(name1+"on.src"); 
}
}


function hide(name1)
{ if(version == "0")
{ document.images[name1].src=eval(name1+"off.src"); }}