ace_state.columns = 1;
ace_state.hbgcolor = '#FFFFFF';
ace_state.hftcolor = '#FF0000';
ace_state.nbgcolor = '#000066';
ace_state.nftcolor = '#FFFFFF';
ace_state.menuoffset = 1;
ace_state.closedelay = 500;
ace_state.position = 'right';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontWeight = 'bold';

acemenu = new ACEMenu('0');
acemenu.columns = 8;
acemenu.position = 'bottom';
acemenu.width = '757';
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '11pt';
acemenu.fontStyle = 'none';
acemenu.fontWeight = 'bold';
acemenu.cellpadding = 0;

acemenu.AddItem('Home', 'http://www.billcleaveland.com/body.htm', 'body', false);
acemenu.AddItem('Bio', 'http://www.billcleaveland.com/bio/bio.htm', 'body', false);
acemenu.AddItem('District Map', 'http://www.billcleaveland.com/district/images/17district.pdf', 'blank', false);
acemenu.AddItem('Help', 'http://www.billcleaveland.com/helpdonate/help.htm', 'body', false);
acemenu.AddItem('Survey', 'http://www.billcleaveland.com/surveys/index.php?sid=41191', 'body', false);
acemenu.AddItem('Issues', 'http://www.billcleaveland.com/issues/issues.htm', 'body', false);
acemenu.AddItem('News & Media', 'http://www.billcleaveland.com/newsmedia/news.htm', 'body', false);
acemenu.AddItem('Contact', 'http://www.billcleaveland.com/contact/contact.htm', 'body', false);


