// Title: Menu Strips (Relative)
// Description: strip menu
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 8;
ace_state.position = 'bottom';
ace_state.closedelay = 500;
ace_state.hbgcolor = '#DFDFDF';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#FFFFFF';
ace_state.nftcolor = '#FF0000';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '8pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'bold';
ace_state.menuborder = '1px #000000 solid';
ace_state.cellpadding = 1;
ace_state.fopacity = '90';
ace_state.fshadow = '#040404';

acemenu = new ACEMenu('0');
acemenu.columns = 7;
acemenu.hbgcolor = '#FFFFFF';
acemenu.hftcolor = '#FF0000';
acemenu.nftcolor = '#2F2F2F';
acemenu.width = '600';
acemenu.fontFamily = 'Arial Narrow';
acemenu.fontSize = '9pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'bold';
acemenu.textalign = 'center';
acemenu.itemborder = '0px #DF0000 solid';
acemenu.menuborder = '0px #FF0000 solid';
acemenu.hspacing = 0;
acemenu.cellpadding = 0;
acemenu.htmlAfter = '&nbsp;';
acemenu.htmlBefore = '&nbsp;';

acemenu.AddItem('Home Page', 'index.html', '', false , 'opening Page and entrance to this Web Site');
acemenu.AddItem('Contact us', 'contact.html', '', false , 'Contact the NNICUPS support group via the Email and telephone numbers found on this page. There are also the contacts of other orgainsations working with the NICU parents');
acemenu.AddItem('External Links', 'links.html', '', false , 'Links to organisations wold wide which may help new parents');
acemenu.AddItem('Inspirational Stories Menu*', '', '', true , 'Stories illustrating the courage and devotion of these wonderful parents');
acemenu.AddItem('NNICUPS News', 'news.html', '', false , 'Latest updates from the hospital support group');
acemenu.AddItem('NNICUPS menu*', '', '', true , 'The page links found in this menu open pages describing in detail the procedures,  equipment and activities experienced by parents of premature babies. The information was supplied by the doctors, staff and past parents of NICU for your benefit.');
acemenu.AddItem('Site Map', 'sitemap.html', '', false , 'The Site Map contains links to every document on this Web Site, in addition there is a brief description of each document to assist you  in navigation around the Web Site, a description and links to the .pdf printable files are found here');

acemenu = new ACEMenu('4');
acemenu.columns = 1;

acemenu.AddItem('a. Andy Shorten', 'insp_stories.html', '', false , 'Andy Shorten ');
acemenu.AddItem('b. Hal, Carolyn, Caitlin & Hywel Jnr', 'caitlyn_hywel.html', '', false , ' Hal, Carolyn, Caitlin & Hywel Jnr story and pics');
acemenu.AddItem('c. Linda, James, Jack & Daniel Prendergast', 'prendergast.html', '', false , 'Linda, James, Jack & Daniel Prendergast');
acemenu.AddItem('Sydney Morning Herald - Zak', 'http://www.smh.com.au/news/national/zak-a-boys-own-miracle/2006/12/29/1166895479965.html', '', false , 'Survival for Zak was a boy\'s own miracle');

acemenu = new ACEMenu('6');
acemenu.columns = 2;

acemenu.AddItem('1. Common problems', 'problems.html', '', false , 'Common health problems frequently experienced by premature babies');
acemenu.AddItem('2. Equipment & Investigations', 'equipment.html', '', false , 'Equipment & Investigations diagramme which will explain the equipment often seen in the NICU');
acemenu.AddItem('3. Feeding your baby', 'feeding.html', '', false , 'Tips and contacts  for feeding your baby');
acemenu.AddItem('4. Helpful hints for parents', 'hints.html', '', false , 'Helpful hints for parents to make life easier ');
acemenu.AddItem('5. Foundation & Achievements', 'nnicups.html', '', false , 'Foundation & Achievements, NNICUPS history and future goals');
acemenu.AddItem('6. Parents feelings', 'emotions.html', '', false , 'The emotional side of premature baby parenting');
acemenu.AddItem('7. Staff', 'staff.htm', '', false , 'Unit staff, the professionals who will help you and your baby');
acemenu.AddItem('8. Transfer', 'transfer.html', '', false , 'Transfer to another hospital');



