<!-- Begin

var showsflash		= "yes"		// SHOW FLASH IMAGE CHANGER
var flashcolor		= "2B6938"	// FLASH BACKGROUND COLOR
var flashwC		= "175"		// WIDTH OF THE FLASH CHANGER
var flashhC		= "150"		// HEIGHT OF THE FLASH CHANGER


document.write('<table cellpadding="0" cellspacing="0" border="0" height="100%" class="menuwidth menutopspace"><tr valign="top"><td align="center">');


function BeginMain(){ document.write('<div class="sidebarmenu"><ul id="sidebarmenu1">\n'); }
function BeginMenu(){ document.write('  <ul>\n'); }

function SubMenu(link){ document.write('  <li><a href="#">'+link+'</a>\n'); }
function MenuItem(link,dest){ document.write('  <li><a href="'+dest+'">'+link+'</a></li>'); }

function EndMenu(){ document.write('  </li></ul>\n'); }
function EndMain(){ document.write('</ul></div>\n'); }

BeginMain();
  MenuItem('Home','.');
  SubMenu('About Us');
  BeginMenu();
    MenuItem('Our History','history.html');
    MenuItem('Accreditations','accreditations.html');
    MenuItem('Partnerships', 'partner.html');
    MenuItem('The Four C\'s','fourcs.html');
    MenuItem('FAQ\'s','faq.html');
    MenuItem('Our Staff','staff.html');
  EndMenu();
  MenuItem('Welcome Package','welcomepackage.html');
  MenuItem('Welcome Video','video.html');
  SubMenu('School Programs');
  BeginMenu();
    SubMenu('Graduation Requirements');
    BeginMenu();
      MenuItem('FAQ\'s','faq.html');
      MenuItem('Program of Study', 'study.html');

      MenuItem('Requirements', 'requirements.html');
    EndMenu();
    MenuItem('Scope and Sequence', 'scope.html');
    MenuItem('Daily Schedule', 'schedule.html');
    SubMenu('Academic Departments');
    BeginMenu();
      MenuItem('Art', 'art.html');
      MenuItem('Foreign Language', 'for_lang.html');
      MenuItem('Humanities (History and English)', 'humanities.html');
      MenuItem('Mathematics', 'mathematics.html');	 
      MenuItem('Science', 'science.html');
      MenuItem('Business Education / Computer Science', 'business.html');
    EndMenu();
    MenuItem('Dual Credit', 'dual.html');
    MenuItem('Service Learning', 'service.html');
    MenuItem('Special Needs', 'special.html');
    MenuItem('Career Pathways', 'career.html');
    MenuItem('Reading List', 'reading.html');
    MenuItem('Syllabus', 'syllabus.html');
    MenuItem('Extracurricular Activities', 'extracurricular.html');
    MenuItem('National and International Travel', 'national.html');
    MenuItem('Summer School', 'summer.html');
  EndMenu();
  SubMenu('Student Responsibilities');
  BeginMenu();
    MenuItem('Pillars of Character', 'character.html' );
    MenuItem('Grading', 'grading.html' );
    MenuItem('Homework', 'homework.html' );
    MenuItem('Dress Code', 'dress.html' );
    MenuItem('Classroom Guidelines', 'class.html' );
    MenuItem('Behavior Guidelines', 'behavior.html' );
    MenuItem('Health', 'health.html' );
    MenuItem('Parental Involvement', 'parent.html');
    MenuItem('Honor Roll', 'honor.html');
    MenuItem('Academic Contract', 'contract.html');
    MenuItem('Parking', 'parking.html' );
  EndMenu();
  SubMenu('School News and Events');
  BeginMenu();
    MenuItem('Calendar', 'calendar.html');
    MenuItem('Board of Directors', 'boardofdirectors.html');
    MenuItem('Supporting GCP', 'fundraising.html');
    MenuItem('SAT Dates', 'http://www.collegeboard.com/student/testing/sat/calenfees.html');
    MenuItem('ACT Dates', 'http://www.actstudent.org/regist/nextdates.html');
    MenuItem('AIMS Results', 'aims_results.html');
    MenuItem('Press Release ', 'press.html');
  EndMenu();
  MenuItem('Contact Us','contact.html');
EndMain();


var menuids=["sidebarmenu1"] //Enter id(s) of each Side Bar Menu's main UL, separated by commas

function initsidebarmenu(){
for (var i=0; i<menuids.length; i++){
  var ultags=document.getElementById(menuids[i]).getElementsByTagName("ul")
    for (var t=0; t<ultags.length; t++){
    ultags[t].parentNode.getElementsByTagName("a")[0].className+=" subfolderstyle"
  if (ultags[t].parentNode.parentNode.id==menuids[i]) //if this is a first level submenu
   ultags[t].style.left=ultags[t].parentNode.offsetWidth+"px" //dynamically position first level submenus to be width of main menu item
  else //else if this is a sub level submenu (ul)
    ultags[t].style.left=ultags[t-1].getElementsByTagName("a")[0].offsetWidth+"px" //position menu to the right of menu item that activated it
    ultags[t].parentNode.onmouseover=function(){
    this.getElementsByTagName("ul")[0].style.display="block"
    }
    ultags[t].parentNode.onmouseout=function(){
    this.getElementsByTagName("ul")[0].style.display="none"
    }
    }
  for (var t=ultags.length-1; t>-1; t--){ //loop through all sub menus again, and use "display:none" to hide menus (to prevent possible page scrollbars
  ultags[t].style.visibility="visible"
  ultags[t].style.display="none"
  }
  }
}

if (window.addEventListener)
window.addEventListener("load", initsidebarmenu, false)
else if (window.attachEvent)
window.attachEvent("onload", initsidebarmenu)

// initsidebarmenu();

//  End -->

document.write('</td></tr><tr height="100"><td align="center">&nbsp;');

document.write('</td></tr><tr valign="top"><td align="center">');

// FLASH CHANGER

if (showsflash == "yes") {
document.write('<table cellpadding="0" cellspacing="0" border="0" class="changerarea"><tr><td valign="top">');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwC+'" HEIGHT="'+flashhC+'" id="imagechanger" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="imagechanger.swf">');
document.write('<PARAM NAME=quality VALUE=high>');
document.write('<PARAM NAME=bgcolor VALUE=#'+flashcolor+'>');
document.write('<EMBED src="imagechanger.swf" quality=high bgcolor=#'+flashcolor+'  WIDTH="'+flashwC+'" HEIGHT="'+flashhC+'" NAME="imagechanger" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT><br>');
document.write('</td></tr></table>');
}


document.write('</td></tr><tr><td align="center">');



document.write('</td></tr><tr><td class="lastline">');
document.write('<img src="picts/spacer.gif" width="10" height="1" class="menuwidth"><br>');
document.write('</td></tr></table>');

//  End -->

