ace_state.columns = 1; ace_state.hbgcolor = '#376262'; // Hover background color of sub ace_state.nbgcolor = '#ffffff'; // Normal background color of sub ace_state.hftcolor = '#ffffff'; // Hover font color of sub ace_state.nftcolor = '#000000'; // Normal 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 = 'normal'; ace_state.hspacing = 10; ace_state.fopacity = '100'; ace_state.arrowimage = 'http://www.malafa.cz/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.hbgcolor = '#376262'; acemenu.nbgcolor = 'transparent'; acemenu.nftcolor = '#000000'; acemenu.hftcolor = '#ffffff'; acemenu.position = 'right'; acemenu.cellpadding = '2px'; acemenu.cellspacing = '0px'; layerpadding = 0; acemenu.ffade = '0.08'; acemenu.fopacity = '100'; //acemenu.htmlBefore = '  '; //acemenu.htmlAfter = '
 ';