// Title: FIS Bottom 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 = '#8080FF';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#0000A0';
ace_state.nftcolor = '#FFFFFF';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'none';
ace_state.fontWeight = 'none';
ace_state.cellpadding = 1;

acemenu = new ACEMenu('0');
acemenu.columns = 200;
acemenu.hbgcolor = '#FFFFFF';
acemenu.hftcolor = '#800080';
acemenu.nbgcolor = '#FFFFFF';
acemenu.nftcolor = '#0000FF';
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '10pt';
acemenu.fontStyle = 'none';
acemenu.fontWeight = 'none';
acemenu.divider = '';



acemenu.AddRollover('http://www.marc.gatech.edu/', 'http://www.fis.marc.gatech.edu/icon/marc-logo-sm.gif', 'http://www.fis.marc.gatech.edu/icon/marc-logo-sm.gif', '', false, '');


