var netscape = 0;
        goodIE = 0;
         n=30;
     na=30;
browserName = navigator.appName.substring(0,8);
browserVer = parseFloat(navigator.appVersion);

if (browserName == "Netscape" && browserVer >= 3)
{ netscape = 1; }
if (browserName == "Microsof" && browserVer >= 4)
{ goodIE = 1; }

if (netscape || goodIE) {
	a1=new Image; a1.src="img/properties.jpg";
	a2=new Image; a2.src="img/properties_over.jpg";
	a3=new Image; a3.src="img/quintonstop.jpg";
	a4=new Image; a4.src="img/quintonstop_over.jpg";
	a5=new Image; a5.src="img/expertise.jpg";
	a6=new Image; a6.src="img/expertise_over.jpg";
	a7=new Image; a7.src="img/manhattanglobal.jpg";
	a8=new Image; a8.src="img/manhattanglobal_over.jpg";
	a9=new Image; a9.src="img/aboutquinton.jpg";
	a10=new Image; a10.src="img/aboutquinton_top.jpg";
	a11=new Image; a11.src="img/forsale.jpg";
	a12=new Image; a12.src="img/forsale_top.jpg";
	a14=new Image; a14.src="img/forrent.jpg";
	a15=new Image; a15.src="img/forrent_top.jpg";
	a16=new Image; a16.src="img/search.jpg";
	a17=new Image; a17.src="img/search_top.jpg";
	a18=new Image; a18.src="img/luxury.jpg";
	a19=new Image; a18.src="img/luxury_over.jpg";

}

function image_over(trg){
	document.images[trg].src=document.images[trg].src.replace('.jpg','_over.jpg');
}
function image_out(trg){
	document.images[trg].src=document.images[trg].src.replace('_over.jpg','.jpg');
}
 
