funczion open(id_div, testo){

setTimeout(function() {
alert("ciao");
}, 2000);


}