ace_state.columns = 1; ace_state.nbgcolor = '#dddddd'; // Normal background color of sub ace_state.nftcolor = '#000000'; // Normal font color of sub ace_state.hbgcolor = '#A93681'; // 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 = 'Arial'; ace_state.fontSize = '10pt'; ace_state.fontWeight = 'normal'; 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 = 'Arial'; acemenu.fontSize = '10pt'; acemenu.fontWeight = 'normal'; acemenu.nbgcolor = 'transparent'; acemenu.nftcolor = '#666666'; acemenu.hbgcolor = 'transparent'; acemenu.hftcolor = '#000000'; acemenu.position = 'right'; acemenu.cellpadding = 1; acemenu.cellspacing = 5; //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 = '
 ';