// Title: 
// Description: 
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 1;
//ace_state.position = 'right';
ace_state.closedelay = 500;
ace_state.hbgcolor = '#888888';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#FFFFFF';
ace_state.nftcolor = '#000000';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '9pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.cellpadding = 1;

acemenu = new ACEMenu('0');
acemenu.columns = 20;
acemenu.hbgcolor = '#1a4662';
acemenu.hftcolor = '#C0C0C0';
//acemenu.nbgcolor = '#336699';
acemenu.nftcolor = '#FFFFFF';
acemenu.bgimage = '../Images/GreenStripe.gif';
acemenu.fontFamily = '';
acemenu.fontSize = '8pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'bold';

acemenu.AddItem('About Us', 'about.asp', '', true , 'Learn more about the Levin Tannenbaum law firm.');
acemenu.AddItem('Locations', 'locations.asp', '', true , 'Find a Levin Tannenbaum law office near you.');
acemenu.AddItem('Directory', 'profiles/index.asp', '', false , 'Visit the Levin Tannenbaum to learn more anbout the qualifications and areas of pratice for the firms attorneys.');
acemenu.AddItem('Practice Areas', 'PracticeAreas/index.asp', '', false , 'Levin Tannenbaum specializes in a number of different areas of law, including real estate, estate planning, marital and family law and civil litigation.');
acemenu.AddItem('Publications', 'Publications/Index.asp', '', false , 'Read some of the publications authored by the attorneys at Levin Tannenbaum.');
acemenu.AddItem('Links', 'Links.asp', '', false , 'The law firm of Levin Tannenbaum had provided a large number of useful internet links for site visitors.');
acemenu.AddItem('Employment', 'Employment.asp', '', false , 'Read employment opportunities available at the firm of Levin Tannenbaum');
acemenu.AddItem('Firm News', 'News/articles.asp', '', false , 'Read the latest news about the Levin Tannenbaum law firm.');
acemenu.AddItem('Contact Us', 'Contact.asp', '', false , 'Contact one of the attorneys and staff at Levin Tannenbaum');

acemenu = new ACEMenu('3');
acemenu.columns = 1;
acemenu.hbgcolor = '#336633';
acemenu.hftcolor = '#C0C0C0';
acemenu.nbgcolor = '#008000';
acemenu.nftcolor = '#FFFFFF';
acemenu.fontFamily = '';
acemenu.fontSize = '9pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'bold';

acemenu.AddItem('Jerome S. Levin', '../profiles/Profile.asp?ID=4', '', false , 'Learn more about Jerome S. Levin\'\s background, qualifications and areas of specialization.');
acemenu.AddItem('Alan E. Tannenbaum', '../profiles/Profile.asp?ID=7', '', false , 'Learn more about Alan E. Tannenbaum\'\s background, qualifications and areas of specialization.');
acemenu.AddItem('Salvatore G. Scro', '../profiles/Profile.asp?ID=52', '', false , 'Learn more about Salvatore G. Scro\'\s background, qualifications and areas of specialization.');
acemenu.AddItem('Shane S. Smith', '../profiles/Profile.asp?ID=68', '', false , 'Learn more about Shane S. Smith\'\s background, qualifications and areas of specialization.');
acemenu.AddItem('Ivo J. Travnicek', '../profiles/Profile.asp?ID=61', '', false , 'Learn more about Ivo J. Travnicek\'\s background, qualifications and areas of specialization.');
acemenu.AddItem('<BR>&nbsp;&nbsp;SUPPORT STAFF', '../profiles/staff.asp', '', false , 'Locate contact information for the Levin Tannenbaum support and administrative staff.');

