/* Spawned browser windows should have their could placed in this file. */

function showGlossaryNewWin() {
  var gloss_win=window.open("../glossary/glossary.html", "glossary_new", "width=665,height=455,resizable=yes,screenX=10,screenY=20"); 
 }
 function showHelpNewWin() {
  var goals_win=window.open("../support/help.html", "help_new", "width=482,height=480,resizable=yes,scrollbars=yes");
 }
 function showAssignNewWin() {
  var assign_win=window.open("../support/assignment.html", "assignment_new", "width=482,height=582,resizable=yes,scrollbars=yes");
 }
 function showExamplesNewWin() {
  var examples_win=window.open("../support/examples.html", "examples_new", "width=462,height=480,resizable=yes");
 }
 function showAdviceNewWin() {
  var assist_win=window.open("../support/advice.html", "advice_new", "width=492,height=590,resizable=yes,scrollbars=yes");
 }
 function showMailNewWin() {
  var mail_win=window.open("../support/mail.html","mail_new","width=482,height=480,resizable=yes,scrollbars=yes");
 } 
 function showWritingNewWin() {
  var writing_win=window.open("../support/writing.html","writingcenter","width=480,height=480,resizable=yes,scrollbars=yes");
 }
 function showWorkNewWin() {
  var writing_win=window.open("../support/worksheet.html","worksheet","width=480,height=480,resizable=yes,scrollbars=yes");
 }