function evolutionarySearch()
{
  var applicationWindow = window.open("EvolutionarySearch/EvolutionarySearch.html","EvolutionarySearch","scrollbars=yes");
  applicationWindow.window.focus();
}

function evolutionaryRegression()
{
  var applicationWindow = window.open("Regression/EvolutionaryRegression.html","EvolutionaryRegression","scrollbars=yes");
  applicationWindow.window.focus();
}

function evolutionaryClassification()
{
  var applicationWindow = window.open("Classification/EvolutionaryClassification.html","EvolutionaryClassification","scrollbars=yes");
  applicationWindow.window.focus();
}

function checkList()
{
  var applicationWindow = window.open("checklist.jsp","CheckList","top=" + (screen.height - 600)/2 + ",left=" + (screen.width - 600)/2 + ",width=800,height=600,status=yes, scrollbars=yes");
  applicationWindow.window.focus();
}


