var imageroot = "/images/";investor_on = new Image();investor_on.src = imageroot + "investorChoiceOver.gif";investor_off = new Image();investor_off.src = imageroot + "choiceOwner.gif";occupier_on = new Image();occupier_on.src = imageroot + "occupierChoiceOver.gif";occupier_off = new Image();occupier_off.src = imageroot + "choiceOccupier.gif";arrow_on = new Image();arrow_on.src = imageroot + "choicearrowUp.gif";arrow_off = new Image();arrow_off.src = imageroot + "choiceArrowOver.gif";function swap(imgID,imgName) {  if (document.images) {    document.images[imgID].src = eval(imgName + ".src");  }}// General Functionsfunction launchterms(){window.open("terms.html","Spring4","left=10,top=10,width=610,height=500,location=no,toolbar=no,menubar=no,scrollbars=yes,directories=no,status=no");}function showsearchitem(ItemUrl){window.open(ItemUrl,"Spring4","left=10,top=10,width=555,height=450,location=no,toolbar=no,menubar=no,scrollbars=yes,directories=no,status=no");}