function opennarrow(page_name,width,height)
{
  width=width+20;
  height=height+20;
  window.open(page_name, "dmWin","width="+width+",height="+height+",toolbar=no,resize=yes,location=no,directories=no,status=yes,scrollbars=yes,menubar=no");
}

function formHandler(form)
{
  var URL = document.form.site.options[document.form.site.selectedIndex].value;
  parent.Down.document.location.href = URL;
}
