function showboxmenu(nomebox, flag) {
	(flag==0) ? flag = 'none' : flag = '';
	document.getElementById(nomebox).style.display = flag;
}