///////////////////////////////////////////////////////////////////////////////
// Window pop-up functions                                                   //
///////////////////////////////////////////////////////////////////////////////


// This is the popup window for the Legal Restrictions page from links on the home page only.
function windowlegalhome()
{
  window.open('pages/legal.html','legal','width=282,height=140,menubar=yes,toolbar=no,location=no,scrollbars=no,resizable=yes,status=no,directories=no,top=10,left=10');
}

// This is the popup window for the Legal Restrictions page from links on the internal pages.
function windowlegal()
{
  window.open('../pages/legal.html','legal','width=282,height=140,menubar=yes,toolbar=no,location=no,scrollbars=no,resizable=yes,status=no,directories=no,top=10,left=10');
}

// This is the popup window for the Background Music page from links on the home page only.
function windowbgmusichome()
{
  window.open('bgmusic/index.html','bgmusic','width=552,height=320,menubar=yes,toolbar=no,location=no,scrollbars=no,resizable=no,status=no,directories=no,top=10,left=10');
}

// This is the popup window for the Background Music page from links on the internal pages.
function windowbgmusic()
{
  window.open('../bgmusic/index.html','bgmusic','width=552,height=320,menubar=yes,toolbar=no,location=no,scrollbars=no,resizable=no,status=no,directories=no,top=10,left=10');
}
