// Title: WAF Enterprises Horizontal Menu (Relative)
// Description: WAF Enterprises Horizontal Menu (Relative)
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 50;
ace_state.position = 'bottom';
ace_state.closedelay = 500;
ace_state.hbgcolor = '#FFFFFF';
ace_state.hftcolor = '#FFFFFF';
ace_state.nbgcolor = '#FFFFFF';
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.divider = '&nbsp;&nbsp;&nbsp;';

acemenu = new ACEMenu('0');
acemenu.columns = 50;
acemenu.nbgcolor = '#880000';
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '10pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';
acemenu.htmlAfter = '';
acemenu.htmlBefore = '';
acemenu.divider = '';

acemenu.AddRollover('index.shtml', 'images/home_n.gif', 'images/home_o.gif', '', false , 'Welcome to WAF Enterprises');
acemenu.AddRollover('about_us.shtml', 'images/about_us_n.gif', 'images/about_us_o.gif', '', false , 'About WAF Enterprises');
acemenu.AddRollover('web_design.shtml', 'images/web_design_n.gif', 'images/web_design_o.gif', '', false , 'Web Design');
acemenu.AddRollover('web_hosting.shtml', 'images/web_hosting_n.gif', 'images/web_hosting_o.gif', '', false , 'Web Hosting');
acemenu.AddRollover('services.shtml', 'images/services_n.gif', 'images/services_o.gif', '', false , 'Services');
acemenu.AddRollover('solutions.shtml', 'images/solutions_n.gif', 'images/solutions_o.gif', '', false , 'Network Infrastructure Solutions');


