<!-- help.js -->
<!-- Begin
function newWindow(nextPage) 
{
   //var windowProperties = "width=666, height=510, top=100, left=200, location=no, toolbar=no, menubar=no, scrollbars=no, resizable=no";
   var windowProperties = "width=666, height=510, location=no, toolbar=no, menubar=no, scrollbars=no, resizable=no";
   window.open(nextPage, "nextLesson", windowProperties);
}
//  End -->