// JavaScript Document

function popup(page) {
      window.open(page);
    }


//sélection des rubriques
//------------------------
//Compatible Explorer et Netscape
function ChangeUrl(data) {
//if (viewnum.ListeUrl.options[viewnum.ListeUrl.selectedIndex].value != "")
//{document.location.href = "humeurvoir.php?num="+viewnum.ListeUrl.options[viewnum.ListeUrl.selectedIndex].value;
	document.location.href = "humeurvoir.php?num=A-001";
	//document.location.href = "humeurview.php?num="+formulaire.ListeUrl.options[formulaire.ListeUrl.selectedIndex].value;
}
}
