// bio.html Loader

help = null;

function Help()
{
help = window.open('problems.html','_new','WIDTH=650,HEIGHT=400,scrollbars=yes,toolbar=no');
}
