// JavaScript Document
//This script is called in the Electronic Classrooms page for the pop-up windows that provide information on the classroom names at each level.
<script language="JavaScript">
function MM_openlevel1Window(theURL,winName) { //v2.0
  window.open(theURL,winName,); //'width=300,height=250,left=300,top=250'
}
function MM_openlevel2Window(theURL,winName) { //v2.0
  window.open(theURL,winName,'width=250,height=200,left=300,top=250');
}
function MM_openlevel3Window(theURL,winName) { //v2.0
  window.open(theURL,winName,'width=500,height=300,left=300,top=250');
}
function MM_openlevel4Window(theURL,winName) { //v2.0
  window.open(theURL,winName,'width=500,height=150,left=300,top=250');
}
</script>
