ace_state.columns = 1;
ace_state.nbgcolor = '#D4E2EF'; // Normal background color of sub
ace_state.nftcolor = '#000000'; // Normal font color of sub
ace_state.hbgcolor = '#ff0000'; // Hover background color of sub
ace_state.hftcolor = '#ffffff'; // Hover font color of sub
ace_state.menuoffset = -5;
ace_state.closedelay = 1000;
ace_state.position = 'right';
ace_state.fontFamily = 'Tahoma';
ace_state.fontSize = '10pt';
ace_state.fontWeight = 'bold';
ace_state.hspacing = 10;
ace_state.fopacity = '100%';
ace_state.arrowimage = '/images/arrow.gif';
ace_state.htmlBefore='';
ace_state.htmlAfter='';
ace_state.layerpadding = 0;
ace_state.width='150px';
acemenu = new ACEMenu('0');
acemenu.columns = 1;
acemenu.width='150px';
acemenu.nowrap=true;
acemenu.fontFamily = 'Tahoma';
acemenu.fontSize = '10pt';
acemenu.fontWeight = 'bold';
acemenu.nbgcolor = '#D4E2EF';
acemenu.nftcolor = '#000000';
acemenu.hbgcolor = '#ff0000';
acemenu.hftcolor = '#ffffff';
acemenu.position = 'right';
acemenu.cellpadding = 1;
acemenu.cellspacing = 5;
//acemenu.isStatic = true;
//acemenu.staticX = 20;
//acemenu.staticY = 170;
//acemenu.hspacing = 10;
//acemenu.fshadow = '000000';
acemenu.bgimage = 'null';
//acemenu.ffade = '0.08';
//acemenu.fopacity = '100%';
//acemenu.htmlBefore = '
';
//acemenu.htmlAfter = '
';