// JavaScript Document

function show(id){

alert($("#nombre").attr("value"));
$("#nombre").css("background-color", "#000");	

$('#'+id).show();
	
}
