/* 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 menu2=new Scl.Menu(130);
  menu2.addItem('Ideal environment for learning','http://www.willowsacademy.org/why-willows/environment/index.html');
  menu2.addItem('Superior college placement','http://www.willowsacademy.org/why-willows/college-placement/index.html');
  menu2.addItem('Chance to participate','http://www.willowsacademy.org/why-willows/participation/index.html');
  menu2.addItem('Thorough Catholic Instruction','http://www.willowsacademy.org/why-willows/catholic-instruction/index.html');
  menu2.dockTo('demo2');

var menu3=new Scl.Menu(130);
  menu3.addItem('Process','http://www.willowsacademy.org/admissions/index.html');
  menu3.addItem('Tuition','http://www.willowsacademy.org/admissions/tuition/index.html');
  menu3.addItem('Financial Aid','http://www.willowsacademy.org/admissions/financial-aid/index.html');
  menu3.addItem('International Applicants','http://www.willowsacademy.org/admissions/international/index.html');
  menu3.dockTo('demo3');

var menu4=new Scl.Menu(130);
  menu4.addItem('Philosophy and Results','http://www.willowsacademy.org/academics/index.html');
  menu4.addItem('Middle School Curriculum','http://www.willowsacademy.org/academics/middleschool/index.html');
  menu4.addItem('High School Curriculum','http://www.willowsacademy.org/academics/highschool/index.html');
  menu4.addItem('College Counseling','http://www.willowsacademy.org/academics/college/index.html');
  menu4.addItem('One-on-one Mentoring','http://www.willowsacademy.org/academics/mentoring/index.html');
  menu4.dockTo('demo4');

var menu5=new Scl.Menu(130);
  menu5.addItem('Philosophy','http://www.willowsacademy.org/co-curriculars/index.html');
  menu5.addItem('Theater','http://www.willowsacademy.org/co-curriculars/theater/index.html');
  menu5.addItem('Music','http://www.willowsacademy.org/co-curriculars/music/index.html');
  menu5.addItem('Athletics','http://www.willowsacademy.org/co-curriculars/athletics/index.html');
  menu5.addItem('Clubs','http://www.willowsacademy.org/co-curriculars/clubs/index.html');
  menu5.dockTo('demo5');

}
)();
