function selectMenuItem(objSelect)
{
  var sURL = objSelect.options[objSelect.selectedIndex].value;
  window.location.href = "?c="+sURL;
  return true;
}