     $(document).ready(function() {
  		$('a[rel*=facebox]').facebox()
	})
	
function desc(field) {
    $(".desc").hide();
    //alert(document.getElementById("desc-"+field).style);
    //if (document.getElementById("desc-"+field).style.display!="block")
     $("#desc-"+field).slideDown("fast");
     

}

