function Menu(id, jlabel, url){
this.id = id;
this.jlabel = jlabel;
this.url = url;
}