if (document.images)

{

	tmPics= new Array(7);

	tmPics[0] = new Array(2);

	tmPics[0][0] = new Image();

	tmPics[0][0].src = "images/menuabout.gif";

	tmPics[0][1] = new Image();

	tmPics[0][1].src = "images/menuabouton.gif";

	tmPics[1] = new Array(2);

	tmPics[1][0] = new Image();

	tmPics[1][0].src = "images/menubuying.gif";

	tmPics[1][1] = new Image();

	tmPics[1][1].src = "images/menubuyingon.gif";

	tmPics[2] = new Array(2);

	tmPics[2][0] = new Image();

	tmPics[2][0].src = "images/menuselling.gif";

	tmPics[2][1] = new Image();

	tmPics[2][1].src = "images/menusellingon.gif";
	
	tmPics[3] = new Array(2);

	tmPics[3][0] = new Image();

	tmPics[3][0].src = "images/menurenting.gif";

	tmPics[3][1] = new Image();

	tmPics[3][1].src = "images/menurentingon.gif";

	
	tmPics[4] = new Array(2);

	tmPics[4][0] = new Image();

	tmPics[4][0].src = "images/menusurveying.gif";

	tmPics[4][1] = new Image();

	tmPics[4][1].src = "images/menusurveyingon.gif";

	tmPics[5] = new Array(2);

	tmPics[5][0] = new Image();

	tmPics[5][0].src = "images/menufinancial.gif";

	tmPics[5][1] = new Image();

	tmPics[5][1].src = "images/menufinancialon.gif";

	tmPics[6] = new Array(2);

	tmPics[6][0] = new Image();

	tmPics[6][0].src = "images/menurelocating.gif";

	tmPics[6][1] = new Image();

	tmPics[6][1].src = "images/menurelocatingon.gif";

	tmPics[7] = new Array(2);

	tmPics[7][0] = new Image();

	tmPics[7][0].src = "images/menucontact.gif";

	tmPics[7][1] = new Image();

	tmPics[7][1].src = "images/menucontacton.gif";

	tmPics[8] = new Array(2);

	tmPics[8][0] = new Image(192,80);

	tmPics[8][0].src = "images/Sale button-UP.jpg";

	tmPics[8][1] = new Image(192,80);

	tmPics[8][1].src = "images/Sale button-OVER.jpg";

	tmPics[9] = new Array(2);

	tmPics[9][0] = new Image(192,80);

	tmPics[9][0].src = "images/Rent button-UP.jpg";

	tmPics[9][1] = new Image(192,80);

	tmPics[9][1].src = "images/Rent button-OVER.jpg";

	tmPics[10] = new Array(2);

	tmPics[10][0] = new Image(192,80);

	tmPics[10][0].src = "images/Mailing button-UP.jpg";

	tmPics[10][1] = new Image(192,80);

	tmPics[10][1].src = "images/Mailing button-OVER.jpg";

	

	

}



function tmOn(which)

 {

   if (document.images)

    {

      document["tm"+which].src= tmPics[which][1].src;

    }

 }



function tmOff(which)

 {

   if (document.images)

    {

      document["tm"+which].src= tmPics[which][0].src;

    }

 }



function openup(whatone, whatname, wherel, wheret){

     window.open(whatone, whatname, 'toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=776,height=500,left='+wherel+",top="+wheret, false);

    return false;

}