function openSearchWindow()
{
   w = window.open('about:blank', 'SearchWindow', 'width=600, height=400, scrollbars=yes, resizable=yes, status=yes');
   w.focus();
}

function openScientistsWindow()
{
   w = window.open('about:blank', 'ScientistsWindow', 'width=755, height=600, scrollbars=yes, resizable=yes, toolbar=yes, location=yes, directories=yes, status=yes, menubar=yes');
   w.focus();
}


