function smileys(smiley)
	{
		document.getElementById("comment").focus();
		document.getElementById("comment").value = document.getElementById("comment").value + smiley;
	}

function search_id(val,pag){
	if(pag=='') pag=1;
	var url='lista-iduri-'+val+'-'+pag+'.html#lista_iduri';
	document.location.href=url;
	}
$("#close_msg_form").click(function () { 
	$("#form_name_to_show_del").fadeOut();
});
$("#show_form").click(function () { 
	//alert('show');
	$("#form_name_to_show_del").fadeIn();
});
