// 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.hspacing = 0;
ace_state.width = '100';
ace_state.hbgcolor = '#888888';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#FFFFFF';
ace_state.nftcolor = '#000000';
ace_state.bgimage = 'menu_images/bg.gif';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.itemborder = '0px #000000 solid';
ace_state.menuborder = '0px #000000 solid';
ace_state.hbdrsize = '0';
ace_state.hbdrcolor = '#000000';
ace_state.cellpadding = 2;
ace_state.cellspacing = 2;
ace_state.layerpadding = 0;
ace_state.ffade = '2';
ace_state.fblinds = 'right';

acemenu = new ACEMenu('0');

acemenu.AddRollover('index.html', 'menu_images/about_off.gif', 'menu_images/about_on.gif', '', false , 'About Me', '0', '0');
acemenu.AddRollover('', 'menu_images/gallery_off.gif', 'menu_images/gallery_on.gif', '', true , 'Gallery', '0', '0');
acemenu.AddRollover('contact.php', 'menu_images/contact_off.gif', 'menu_images/contact_on.gif', '', false , 'Contact', '0', '0');

acemenu = new ACEMenu('2');

acemenu.AddRollover('wedding.html', 'menu_images/wedding_off.gif', 'menu_images/wedding_on.gif', '', false , 'Wedding Gallery', '0', '0');
acemenu.AddRollover('liveband.html', 'menu_images/liveband_off.gif', 'menu_images/liveband_on.gif', '', false , 'Live Band Gallery', '0', '0');
acemenu.AddRollover('studio.html', 'menu_images/studio_off.gif', 'menu_images/studio_on.gif', '', false , 'Studio Gallery', '0', '0');
acemenu.AddRollover('press.html', 'menu_images/press_off.gif', 'menu_images/press_on.gif', '', false , 'Press & Promo Gallery', '0', '0');
acemenu.AddRollover('landscapes.html', 'menu_images/landscapes_off.gif', 'menu_images/landscapes_on.gif', '', false , 'Landscape Gallery', '0', '0');



