// Title: 
// 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 = 20;
ace_state.width = '20';
ace_state.nowrap = 'nowrap';
ace_state.hbgcolor = '#888888';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#FFFFFF';
ace_state.nftcolor = '#000000';
ace_state.bgimage = 'pictures/spacer.gif';
ace_state.arrowimage = 'pictures/spacer.gif';
ace_state.fontFamily = 'Tahoma';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.itemborder = '0px  solid';
ace_state.menuborder = '0px  solid';
ace_state.hbdrsize = '0';
ace_state.cellpadding = 0;
ace_state.cellspacing = 0;
ace_state.layerpadding = 5;
ace_state.fopacity = '90';

acemenu = new ACEMenu('0');
acemenu.width = '100';
acemenu.hspacing = 0;
acemenu.nowrap = 'nowrap';
acemenu.hbgcolor = '#FFFFFF';
acemenu.fontFamily = 'Tahoma';
acemenu.fontSize = '8pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';
acemenu.hbdrsize = '0';
acemenu.cellpadding = 0;
acemenu.cellspacing = 0;
acemenu.layerpadding = 0;

acemenu.AddRollover('index.html', 'pictures/menu_01.gif', 'pictures/menu_01_mo.gif', '', false , 'Home / About Us', '0', '0');
acemenu.AddRollover('services.htm', 'pictures/menu_02.gif', 'pictures/menu_02_mo.gif', '', false , 'Our Services', '0', '0');
acemenu.AddRollover('events.htm', 'pictures/menu_03.gif', 'pictures/menu_03_mo.gif', '', false , 'Our Events', '0', '0');
acemenu.AddRollover('sponsorship_exhibition.htm', 'pictures/menu_04.gif', 'pictures/menu_04_mo.gif', '', false , 'Sponsorship & Exhibition Opportunities', '0', '0');
acemenu.AddRollover('testimonials.htm', 'pictures/menu_05.gif', 'pictures/menu_05_mo.gif', '', false , 'Testimonials', '0', '0');
acemenu.AddRollover('links.htm', 'pictures/menu_06.gif', 'pictures/menu_06_mo.gif', '', false , 'Useful Links', '0', '0');


