ace_state.columns = 1;
ace_state.nbgcolor = '#cccc99'; // Normal background color of sub
ace_state.nftcolor = '#000000'; // Normal font color of sub
ace_state.hbgcolor = '#000000'; // Hover background color of sub
ace_state.hftcolor = '#ffffff'; // Hover font color of sub
ace_state.menuoffset = 1;
ace_state.closedelay = 1000;
ace_state.position = 'right';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '8pt';
ace_state.fontWeight = 'bold';
ace_state.hspacing = 10;
ace_state.fopacity = '80';
ace_state.arrowimage = '/images/arrow.gif';
ace_state.htmlBefore='';
ace_state.htmlAfter='';
ace_state.layerpadding = 0;
acemenu = new ACEMenu('0');
acemenu.columns = 1;
acemenu.width='100%';
acemenu.nowrap='';
acemenu.nbgcolor = 'transparent';
acemenu.nftcolor = '#000000';
acemenu.hbgcolor = '#000000';
acemenu.hftcolor = '#FFFFFF';
acemenu.position = 'right';
acemenu.cellpadding = '0px';
acemenu.cellspacing = '0px';
layerpadding = 0;
acemenu.ffade = '0.08';
acemenu.fopacity = '80';
//acemenu.htmlBefore = '
';
//acemenu.htmlAfter = '
';