
ace_state.columns = 1;
ace_state.position = 'left';
ace_state.closedelay = 500;
ace_state.hbgcolor = '#0D3182';
ace_state.hftcolor = '#FFFFFF';
ace_state.nbgcolor = '#FFFFFF';
ace_state.nftcolor = '#0D3182';
ace_state.arrowimage = 'images/arrow_yellow_r.gif';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '12pt';
ace_state.fontStyle = 'italic';
ace_state.fontWeight = 'bold';
ace_state.cellpadding = 5;

acemenu = new ACEMenu('0');

acemenu.AddItem('Home', 'home.html', '_cont', false, '');
acemenu.AddItem('Organizing Committee', 'committee.html', '_cont', false , '');
acemenu.AddItem('Venue and Directions', 'venue.html', '_cont', false , '');
acemenu.AddItem('Call for Papers', 'cfp.html', '_cont', false , '');
acemenu.AddItem('Conference Program', 'program.html', '_cont', false , '');
