/* This script and many more are available free online at
The JavaScript Source!! http://javascript.internet.com
Created by: SCL Software | http://www.sclsoftware.com/enLicensed under: U.S. Copyright
 */


/*======================================================================
  Javascript Menu 1.0
  Copyright (c) 2008 SCL Software (http://www.sclsoftware.com)
  You can use it freely as long as all copyright messages are intact.
======================================================================*/

(function(){

var menu1=new Scl.Menu(200);
  menu1.addItem('Welcome','http://www.northridgeprep.org/about');
  menu1.addItem('Mission & History','http://www.northridgeprep.org/about/mission');
  menu1.addItem('Portrait of a Graduate','http://www.northridgeprep.org/about/graduate');
  menu1.addItem('Faculty Excellence','http://www.northridgeprep.org/about/faculty_excellence');
  menu1.addItem('Faculty Profiles','http://www.northridgeprep.org/about/faculty');
  menu1.addItem('Reflections','http://www.northridgeprep.org/about/reflections');
  menu1.addItem('Demographics','http://www.northridgeprep.org/about/demographics');
  menu1.addItem('Opus Dei','http://www.northridgeprep.org/about/opusdei');
  menu1.addItem('Employment Opportunities','http://www.northridgeprep.org/about/employment');
  menu1.addItem('News and Events','http://www.northridgeprep.org/about/news');
  menu1.addItem('Knightly News','http://www.northridgeprep.org/about/knightlynews');
  menu1.dockTo('demo1');

var menu2=new Scl.Menu(200);
  menu2.addItem('From the Admissions Director','http://www.northridgeprep.org/admissions');
  menu2.addItem('Why Northridge?','http://www.northridgeprep.org/admissions/testimonials');
  menu2.addItem('Application Process','http://www.northridgeprep.org/admissions/application');
  menu2.addItem('Tuition & Financial Aid','http://www.northridgeprep.org/admissions/tuition');
  menu2.addItem('Contact Us','http://www.northridgeprep.org/admissions/contact');
  menu2.dockTo('demo2');

var menu3=new Scl.Menu(200);
  menu3.addItem('Academic Philosophy','http://www.northridgeprep.org/academics');
  menu3.addItem('From the Head of High School','http://www.northridgeprep.org/academics/highschool/head.html');
  menu3.addItem('High School Curriculum','http://www.northridgeprep.org/academics/highschool');
  menu3.addItem('From the Head of Middle School','http://www.northridgeprep.org/academics/middleschool/head.html');
  menu3.addItem('Middle School Curriculum','http://www.northridgeprep.org/academics/middleschool');
  menu3.addItem('Extracurricular Activities','http://www.northridgeprep.org/academics/extra');
  menu3.addItem('Summer Program','http://www.northridgeprep.org/summer');
  menu3.addItem('Advisory Program','http://www.northridgeprep.org/academics/advisory');
  menu3.dockTo('demo3');
  
  var menu4=new Scl.Menu(200);
  menu4.addItem('From the Athletic Director','http://www.northridgeprep.org/athletics');
  menu4.addItem('HS - Mission & Philosophy','http://www.northridgeprep.org/athletics/highschool/mission');
  menu4.addItem('HS - Sports & Head Coach','http://www.northridgeprep.org/athletics/highschool/coaches');
  menu4.addItem('HS - Achievements','http://www.northridgeprep.org/athletics/highschool/achievements');
  menu4.addItem('MS - Mission & Philosophy','http://www.northridgeprep.org/athletics/middleschool/mission');
  menu4.addItem('MS - Sports & Head Coaches','http://www.northridgeprep.org/athletics/middleschool/coaches');
  menu4.addItem('Junior Knights Basketball','http://www.northridgeprep.org/feeder');
  menu4.dockTo('demo4');
  
  var menu5=new Scl.Menu(200);
  menu5.addItem('The Northridge Difference','http://www.northridgeprep.org/videos');
  menu5.addItem('Academic Excellence','http://www.northridgeprep.org/videos/academicexcellence');
  menu5.addItem('Athletic Accomplishment','http://www.northridgeprep.org/videos/athleticaccomplishment');
  menu5.addItem('Catholic Faith & Values','http://www.northridgeprep.org/videos/catholicfaithvalues');
  menu5.addItem('Parent Perspectives','http://www.northridgeprep.org/videos/parentperspectives');
  menu5.addItem('Student Life','http://www.northridgeprep.org/videos/studentlife');
  menu5.dockTo('demo5');
  
 
 var menu7=new Scl.Menu(150);
 menu7.addItem('Support NRP','http://www.northridgeprep.org/support/online.html');
 menu7.addItem('Corporate Sponsorship','http://www.northridgeprep.org/support/corporate.html');
 menu7.addItem('Annual Fund','http://www.northridgeprep.org/support/annualfund.html');
 menu7.addItem('Shepherds Shootout','http://www.northridgeprep.org/basketball/');
 menu7.dockTo('demo7');

}
)();
