function viewProperty(list_id,start) {	  	
  location.href = 'view_property.php?list_id=' + list_id + '&start=' + start;
}	  
function deleteProperty(list_id,start) {	  	
  location.href = 'delete_property.php?list_id=' + list_id + '&start=' + start;
}	