// 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 = '#000099';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#000099';
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 = '#000099';
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('Home', 'index.asp', '', true , 'Return to the Tannenbaum Scro home page.');
acemenu.AddItem('About Us', 'about.asp', '', true , 'Learn more about the Tannenbaum Scro law firm.');
acemenu.AddItem('Locations', 'locations.asp', '', true , 'Find a Tannenbaum Scro law office near you.');
acemenu.AddItem('Directory', 'profiles/index.asp', '', false , 'Visit the Tannenbaum Scro to learn more anbout the qualifications and areas of pratice for the firms attorneys.');
acemenu.AddItem('Practice Areas', 'PracticeAreas/index.asp', '', false , 'Tannenbaum Scro 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 Tannenbaum Scro.');
acemenu.AddItem('Links', 'Links.asp', '', false , 'The law firm of Tannenbaum Scro 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 Tannenbaum Scro');
acemenu.AddItem('Firm News', 'News/articles.asp', '', false , 'Read the latest news about the Tannenbaum Scro law firm.');
acemenu.AddItem('Contact Us', 'Contact.asp', '', false , 'Contact one of the attorneys and staff at Tannenbaum Scro');

acemenu = new ACEMenu('4');
acemenu.columns = 1;
acemenu.hbgcolor = '#000099';
acemenu.hftcolor = '#C0C0C0';
acemenu.nbgcolor = '#000099';
acemenu.nftcolor = '#FFFFFF';
acemenu.fontFamily = '';
acemenu.fontSize = '9pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'bold';

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 Tannenbaum Scro support and administrative staff.');

