// 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 = 1;
acemenu.hbgcolor = '#FFFFFF';
acemenu.hftcolor = '#0000FF';
acemenu.nbgcolor = '#106194';
acemenu.nftcolor = '#F8D307';
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '8pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'bold';

acemenu.AddItem('Home', 'http://www.dianeslearninglibrary.com', '', false , '', '0', '0');
acemenu.AddItem('New Additions', 'http://www.dianeslearninglibrary.com/list/?p=subscribe', '', false , '', '0', '0');
acemenu.AddItem('Manage Subscription', 'http://www.dianeslearninglibrary.com/list/manage-subscription.html', '', false , '', '0', '0');
acemenu.AddItem('Article Topics', 'http://www.dianeslearninglibrary.com/articles.html', '', false , '', '0', '0');
acemenu.AddItem('Ebooks', 'http://www.dianeslearninglibrary.com/ebooks.html', '', false , '', '0', '0');
acemenu.AddItem('Scripts', 'http://www.dianeslearninglibrary.com/scripts.html', '', false , '', '0', '0');
acemenu.AddItem('Software', 'http://www.dianeslearninglibrary.com/software.html', '', false , '', '0', '0');
acemenu.AddItem('Special Offers', 'http://www.dianeslearninglibrary.com/special-offers.html', '', false , '', '0', '0');
acemenu.AddItem('Templates', 'http://www.dianeslearninglibrary.com/templates.html', '', false , '', '0', '0');
acemenu.AddItem('Videos', 'http://www.dianeslearninglibrary.com/videos.html', '', false , '', '0', '0');
acemenu.AddItem('.', 'null', '', false , '', '0', '0');
acemenu.AddItem('Fast Track<br> List Building', 'http://www.dianeslearninglibrary.com/sp/packages/ftlbk.html', '', false , '', '0', '0');
acemenu.AddItem('Web and Marketing<br> Video Pak', 'http://www.dianeslearninglibrary.com/sp/packages/WaM.html', '', false , '', '0', '0');
acemenu.AddItem('.', 'null', '', false , '', '0', '0');
acemenu.AddItem('- Members Login - ', 'null', '', false , '', '0', '0');
acemenu.AddItem('Article Club', 'http://www.dianeslearninglibrary.com/article-club/', '', false , '', '0', '0');
acemenu.AddItem('Saturation Club', 'http://www.dianeslearninglibrary.com/saturation-club/', '', false , '', '0', '0');




