$(function() {
	$("#tabs").tabs({ spinner: '<img src="/images/spinner.gif" border="0"> Chargement...' });
	//on bind pour afficher la liste deroulante
	
});


function chg_val(id,table,col)
{
	$(function() {
			   $("#dialog").dialog('destroy');
			   $("#dialog").load("/services.php/MOD/new?id=" + id + "&table=" + table + "&col=" + col);		
			   
						$("#dialog").dialog({
				width: 800,
			bgiframe: true,
			modal: true,
			   });
			
			
			});
			   
}


