function propcat(a){if(a==1){$("#resi").removeClass();$("#resi").addClass("ser-3");$("#comm").removeClass();$("#comm").addClass("ser-1")}else{$("#resi").removeClass();$("#resi").addClass("ser-1");$("#comm").addClass("ser-3")}$.ajax({beforeSend:function(){$("#tabs").html("<img src='images/big-snake.gif' >&nbsp;")},type:"GET",url:"includes/prop-search.php",cache:false,data:("catid="+a),success:function(b){$("#tabs").html(b);if(a==1){$("#ctitle").html("Residential")}else{$("#ctitle").html("Commercial")}}})}propcat(1);function pop_location(b,a){$.ajax({type:"GET",url:"includes/poploc.php",cache:false,data:("cityid="+b+"&typeid="+a),success:function(c){$("#loc").html(c)}})};