function loadPage(select)
{
  if (select.selectedIndex > 0)
    parent.location.href = select.options[select.selectedIndex].value;
}

function MM_openBrWindow(theURL,winName,features) { //v1.2
  window.open(theURL,winName,features);
}

function daughter(url)
{
  window.open(url,'','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=650,height=400');
}    
