/* 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('Staff','http://www.mentalhealthanddeafness.org/about/staff/index.html');
  menu2.addItem('Mission & Vision','http://www.mentalhealthanddeafness.org/about/mission-vision/index.html');
  menu2.addItem('Testimonials','http://www.mentalhealthanddeafness.org/about/testimonials/index.html');
  menu2.addItem('News and Events','http://www.mentalhealthanddeafness.org/about/news/index.html');
  menu2.addItem('Resources','http://www.mentalhealthanddeafness.org/about/resources/index.html');
  menu2.dockTo('demo2');


var menu4=new Scl.Menu(130);
  menu4.addItem('Center Glen I','http://www.mentalhealthanddeafness.org/grouphomes/centerglen1.html');
  menu4.addItem('Center Glen II','http://www.mentalhealthanddeafness.org/grouphomes/centerglen2.html');
  menu4.addItem('Center Glen III','http://www.mentalhealthanddeafness.org/grouphomes/centerglen3.html');
  menu4.addItem('PrairieView Center','http://www.mentalhealthanddeafness.org/grouphomes/prairieview.html');
  menu4.dockTo('demo4');


}
)();
