/* 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(130);
  menu1.addItem('Signs','http://www.aidforwomen.org/pregnancy/signs.html');
  menu1.addItem('Stages','http://www.aidforwomen.org/pregnancy/stages.html');
  menu1.addItem('Prenatal Health','http://www.aidforwomen.org/pregnancy/prenatal.html');
  menu1.dockTo('demo1');

var menu2=new Scl.Menu(130);
  menu2.addItem('Abortion Procedures','http://www.aidforwomen.org/abortion/procedures.html');
  menu2.addItem('Abortion Risks','http://www.aidforwomen.org/abortion/risks.html');
  menu2.addItem('Abortion Healing','http://www.aidforwomen.org/abortion/healing.html');
  menu2.dockTo('demo2');

var menu3=new Scl.Menu(130);
  menu3.addItem('Morning After Pill','http://www.aidforwomen.org/birthcontrol/MAP.html');
  menu3.addItem('Other Birth Control','http://www.aidforwomen.org/birthcontrol/other.html');
  menu3.addItem('Abstinence','http://www.aidforwomen.org/birthcontrol/abstinence.html');
  menu3.dockTo('demo3');

var menu4=new Scl.Menu(130);
  menu4.addItem('Information','http://www.aidforwomen.org/sexualhealth/info.html');
  menu4.addItem('STDs','http://www.aidforwomen.org/sexualhealth/Stds.html');
  menu4.dockTo('demo4');

var menu5=new Scl.Menu(130);
  menu5.addItem('Adoption','http://www.aidforwomen.org/alternatives/adoption.html');
  menu5.addItem('Parenting','http://www.aidforwomen.org/alternatives/parenting.html');
  menu5.dockTo('demo5');

}
)();