// Title: Blank Menu
// Description: 
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 1;
ace_state.position = 'right';
ace_state.target = '_self';
ace_state.closedelay = 500;
ace_state.nowrap = 'nowrap';
ace_state.hbgcolor = '#FFFFFF';
ace_state.hftcolor = '#733452';
ace_state.nbgcolor = '#733452';
ace_state.nftcolor = '#FFFFFF';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.cellpadding = 1;
ace_state.layerpadding = 3;

acemenu = new ACEMenu('0');
acemenu.target = '_self';
acemenu.nowrap = 'nowrap';
acemenu.hbgcolor = '#d6c2a6';
acemenu.hftcolor = '#FFFFFF';
acemenu.nbgcolor = '#d6c2a6';
acemenu.nftcolor = '#FFFFFF';
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '12pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'bold';
acemenu.textalign = 'center';

acemenu.AddItem('Home', 'http://centerpointchurch.info/', '_self', true , '', '0', '0');

acemenu = new ACEMenu('1');
acemenu.position = 'bottom';
acemenu.target = '_self';
acemenu.nowrap = 'nowrap';
acemenu.hbgcolor = '#FFFFFF';
acemenu.hftcolor = '#586672';
acemenu.nbgcolor = '#586672';
acemenu.nftcolor = '#FFFFFF';

acemenu.AddItem('What should I expect when I come to CenterPoint?', 'http://centerpointchurch.info/WhatToExpect.shtml', '_self', false , '', '0', '0');
acemenu.AddItem('What does CenterPoint have for me and my family?', 'http://www.centerpointchurch.info/ForFamily.shtml', '_self', false , '', '0', '0');
acemenu.AddItem('What we believe', 'http://centerpointchurch.info/WeBelieve.shtml', '_self', false , '', '0', '0');
acemenu.AddItem('The CenterPoint story', 'http://centerpointchurch.info/CPStory.shtml', '', false , '', '0', '0');
acemenu.AddItem('Get in touch with us', 'http://centerpointchurch.info/GetInTouch.shtml', '', false , '', '0', '0');


