// 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.hbdrsize = '0';
acemenu.hbdrcolor = '#FFFFFF';
acemenu.cellspacing = 0;
acemenu.layerpadding = 1;

acemenu.AddRollover('Interest.html', 'buttons/Interest1.jpg', 'buttons/Interest.jpg', '', false , 'Interestingness', '0', '0');
acemenu.AddRollover('CityScapes.html', 'buttons/City1.jpg', 'buttons/City.jpg', '', false , 'Cityscapes', '0', '0');
acemenu.AddRollover('Italy.html', 'buttons/Italy1.jpg', 'buttons/Italy.jpg', '', false , 'Italy', '0', '0');
acemenu.AddRollover('Lighthouse.html', 'buttons/LightHouse1.jpg', 'buttons/LightHouse.jpg', '', false , 'Lighthouse', '0', '0');
acemenu.AddRollover('Natural.html', 'buttons/Natural1.jpg', 'buttons/Natural.jpg', '', false , 'Natural & Scenic', '0', '0');
acemenu.AddRollover('NoteCards.html', 'buttons/NoteCards1.jpg', 'buttons/NoteCards.jpg', '', false , 'Note Cards', '0', '0');


