
var hmenu = new ItemStyle(160, 0, '', 0, 0, '#336699', '#6699CC', 'highText', 
 'highText', '', '', null, null, 'hand', 'default');

var subM = new ItemStyle(24, 0, '', 0, 3, '#CCCCDD', '#6699CC', 'lowText', 'highText',
 'itemBorder', 'itemBorder', null, null, 'hand', 'default');

var mainmenu = new PopupMenu('mainmenu')
with (mainmenu)
{

startMenu('root', false, 0, 160, 23, hmenu, '', false);
addItem('SWAP:<IMG SRC="/graphics/btn_gi.gif">^<IMG SRC="/graphics/btn_gi_s.gif">', 'mginfo', 'sm:', null, 154);
addItem('SWAP:<IMG SRC="/graphics/btn_mi.gif">^<IMG SRC="/graphics/btn_mi_s.gif">', 'mminfo', 'sm:', null, 154);
addItem('SWAP:<IMG SRC="/graphics/btn_pi.gif">^<IMG SRC="/graphics/btn_pi_s.gif">', 'mpinfo', 'sm:', null, 154);
addItem('SWAP:<IMG SRC="/graphics/classified.gif">^<IMG SRC="/graphics/classified_s.gif">', './classified.html', '', null, 154);
addItem('SWAP:<IMG SRC="/graphics/btn_cl.gif">^<IMG SRC="/graphics/btn_cl_s.gif">', '/calendar.html', '', null, 154);
addItem('SWAP:<IMG SRC="/graphics/btn_fl.gif">^<IMG SRC="/graphics/btn_fl_s.gif">', '/attorneysearch.cfm', '', null, 154);


startMenu('mginfo', true, 0, 23, 154, subM, '', false);
addItem('Advertising&nbsp;Options', 'http://clwbar.org/adrate.html', '');
addItem('Contact&nbsp;Us', 'http://clwbar.org/contact.html', '');
addItem('History', 'http://clwbar.org/hist.html', '');
addItem('Home', 'http://clwbar.org/index.html', '');
addItem('Join&nbsp;Us', 'http://clwbar.org/app.html', '');
addItem('Mission', 'http://clwbar.org/miss.html', '');


startMenu('mminfo', true, 0, 23, 154, subM, '', false);
addItem('Administrative&nbsp;Orders', 'http://clwbar.org/jud6.html', '');
addItem('Board&nbsp;of&nbsp;Directors', 'http://clwbar.org/Bod.html', '');
addItem('Career&nbsp;Center', 'http://clearbar.legalstaff.com', '');
addItem('Clearwater&nbsp;Bar&nbsp;Foundation', 'http://clwbar.org/cbf.html', '');
addItem('CLE&nbsp;Recordings&nbsp;Order', 'http://clwbar.org/Recordings.html', '');
addItem('Join&nbsp;LRS', 'http://clwbar.org/lrs.asp', '');
addItem('Member&nbsp;Benefits', 'http://clwbar.org/benefits.html', '');
addItem('Res&nbsp;Ipsa&nbsp;Loquitur', 'http://clwbar.org/newsletter.html', '');
addItem('Resource&nbsp;Links', 'http://clwbar.org/links.html', '');
addItem('Sections & Committees', 'http://clwbar.org/leader.html', '');
addItem('100%&nbsp;Club', 'http://clwbar.org/app.html', '');

startMenu('mpinfo', true, 0, 23, 154, subM, '', false);
addItem('Kids&nbsp;Deserve&nbsp;Justice', 'http://clwbar.org/kdj.html', '');
addItem('Law&nbsp;Day', 'http://clwbar.org/LawDay.html', '');
addItem('Lawyer&nbsp;Referral&nbsp;Service', 'http://clwbar.org/lrsp.html', '');
addItem('Legal&nbsp;Eagles', 'http://clwbar.org/LegalEagles.html', '');
addItem('People&rsquo;s&nbsp;Law&nbsp;School', 'http://clwbar.org/law.html', '');
addItem('Resource&nbsp;Links', 'http://clwbar.org/links.html', '');
addItem('Student&nbsp;Intern&nbsp;Program', 'http://clwbar.org/intern.html', '');

};
