// 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.closedelay = 500;
ace_state.hbgcolor = '#888888';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#FFFFFF';
ace_state.nftcolor = '#000000';
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.columns = 50;
acemenu.hbgcolor = '#FFFFFF';

acemenu.AddItem('Investor Login', 'private/investor_info.html', '', true , '', '0', '0');

acemenu = new ACEMenu('1');
acemenu.position = 'bottom';
acemenu.hbgcolor = '#5F5F5F';
acemenu.hftcolor = '#FFFFFF';
acemenu.nbgcolor = '#5F5F5F';
acemenu.nftcolor = '#FFFFFF';

acemenu.AddItem('Private section of the site for<br>investors only.<br>You must provide a Login ID<br>and Password to enter.', 'private/investor_info.html', '', false , '', '0', '0');


