// JavaScript Document


function geosearch()
   {
   document.Form1.xstyle.value = "4";
   }

function nongeosearch()
   {
   document.Form1.xstyle.value = "";
   }



function geosearchrent()
   {
   document.formrent.xstyle.value = "4";
   }

function nongeosearchrent()
   {
   document.formrent.xstyle.value = "";
   }



function geosearchsale()
   {
   document.formbuy.xstyle.value = "4";
   }

function nongeosearchsale()
   {
   document.formbuy.xstyle.value = "";
   }


