<!--var realestateOver = new Image()var ventureOver = new Image()var consultingOver = new Image()var investorOver = new Image()var ourteamOver = new Image()var contactOver = new Image()realestateOver.src="images/nav/realestate_over.gif"ventureOver.src="images/nav/venture_over.gif"consultingOver.src="images/nav/consulting_over.gif"investorOver.src="images/nav/investor_over.gif"ourteamOver.src="images/nav/ourteam_over.gif"contactOver.src="images/nav/contact_over.gif"// New Windowfunction newWindow(url) {yyy= window.open(url, name, features); yyy.focus(); }var features =  'toolbar,location,status,scrollbars,resizable,copyhistory,width=750,height=400';function newWindowFullsize(url) {yyy= window.open(url, name, fullSizefeatures); yyy.focus(); }var fullSizefeatures =  'resizable,copyhistory,width=300,height=450';function newWindowHorizontal(url) {yyy= window.open(url, name, horizontalFeatures); yyy.focus(); }var horizontalFeatures =  'resizable,copyhistory,width=420,height=350';//-->