// Title: 
// Description: 
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 1;
ace_state.position = 'bottom';
ace_state.closedelay = 500;
ace_state.hbgcolor = '#010176';
ace_state.hftcolor = '#FFFFFF';
ace_state.nbgcolor = '#010176';
ace_state.nftcolor = '#EDF733';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'bold';
ace_state.cellpadding = 1;
ace_state.layerpadding = 3;

acemenu = new ACEMenu('0');
acemenu.columns = 100;
acemenu.width = '760';

acemenu.AddItem('About', '', '', true , '', '0', '0');
acemenu.AddItem('Cores | Projects', '', '', true , '', '0', '0');
acemenu.AddItem('Events', '../html/events.htm', '_parent', false , '', '0', '0');
acemenu.AddItem('Programs', '', '', true , '', '0', '0');
acemenu.AddItem('International', '../html/international.htm', '_parent', false , '', '0', '0');
acemenu.AddItem('Applications', '', '', true , '', '0', '0');
acemenu.AddItem('Links', '', '', true , '', '0', '0');
acemenu.AddItem('ACTU', '../../html/about.html', '_parent', false , '', '0', '0');
acemenu.AddItem('Home', '../../index.html', '_parent', false , '', '0', '0');

acemenu = new ACEMenu('1');

acemenu.AddItem('About Us', '../index.htm', '_parent', false , '', '0', '0');
acemenu.AddItem('Working Groups', '../html/workinggroups.htm', '_parent', true , '', '0', '0');
acemenu.AddItem('Members', '../html/cfarmembers.htm', '_parent', false , '', '0', '0');

acemenu = new ACEMenu('1i2');
acemenu.position = 'right';
acemenu.hbgcolor = '#4343CD';
acemenu.nbgcolor = '#4343CD';

acemenu.AddItem('AIDS Ethics', '../html/aidsethics.htm', '_parent', false , '', '0', '0');
acemenu.AddItem('Aids-Related Malignancies', '../html/aids-related-malignancies.htm', '_parent', false , '', '0', '0');
acemenu.AddItem('HIV Prevention', '../html/hivprevention.htm', '_parent', false , '', '0', '0');
acemenu.AddItem('Immune Restoration', '../html/immunerestoration.htm', '_parent', false , '', '0', '0');
acemenu.AddItem('International AIDS', '../html/internationalaids.htm', '_parent', false , '', '0', '0');
acemenu.AddItem('Molecular Virology', '../html/molecularvirology.htm', '_parent', false , '', '0', '0');
acemenu.AddItem('Opportunistic Pathogent', '../html/opportunisticpathogens.htm', '_parent', false , '', '0', '0');

acemenu = new ACEMenu('2');

acemenu.AddItem('Developmental Core', '../html/developmentalcore.htm', '_parent', false , '', '0', '0');
acemenu.AddItem('Immune Function Core', '../html/immunocore.htm', '_parent', false , '', '0', '0');
acemenu.AddItem('Microbial Pathogenesis Core', '../html/micropathcore.htm', '_parent', false , '', '0', '0');
acemenu.AddItem('Clinical Core', '../html/clinicalcore.htm', '_parent', false , '', '0', '0');
acemenu.AddItem('Biostatistics and Epidemiology Core', '../html/biostatisticscore.htm', '_parent', false , '', '0', '0');
acemenu.AddItem('Uganda Laboratory Core', '../ugandacore/ugandacore.htm', '_parent', false , '', '0', '0');
acemenu.AddItem('Molecular Virology and Gene Expression Core', '../html/mvgecore.htm', '_parent', false , '', '0', '0');
acemenu.AddItem('Special Projects', '../html/specialprojects.htm', '_parent', false , '', '0', '0');

acemenu = new ACEMenu('4');

acemenu.AddItem('Minority HIV Training Program', '../html/minoritytrainingprogram.htm', '_parent', false , '', '0', '0');
acemenu.AddItem('International Scholars Exchange Program', '../html/internationalscholars.htm', '_parent', false , '', '0', '0');
acemenu.AddItem('Ethics Program', '../html/ethics.htm', '_parent', false , '', '0', '0');

acemenu = new ACEMenu('6');
acemenu.arrowimage = '../../../../../../ACEMenu Creator/Examples/images/d_arrow.gif';

acemenu.AddItem('Developmental Award Application', '../html/awardapplication.htm', '_parent', false , '', '0', '0');
acemenu.AddItem('CFAR Membership Application', '../html/membershipapplication.htm', '_parent', false , '', '0', '0');
acemenu.AddItem('International Scholars Exchange Program Apllication', '../html/internationalscholars.htm', '_parent', false , '', '0', '0');
acemenu.AddItem('Minority HIV Training Program Application', '../html/minorityapplication.htm', '_parent', false , '', '0', '0');

acemenu = new ACEMenu('7');

acemenu.AddItem('National CFARs', 'http://www.niaid.nih.gov/research/cfar', '_blank', false , '', '0', '0');
acemenu.AddItem('Case Western Reserve University', 'http://www.case.edu', '_blank', false , '', '0', '0');
acemenu.AddItem('University Hospitals Health System', 'http://www.uhhs.com', '_blank', false , '', '0', '0');
acemenu.AddItem('AIDS Clinical Trials Unit', 'http://www.clevelandactu.org/html/about.html', '_blank', false , '', '0', '0');
acemenu.AddItem('National Institute of Health', 'http://www.nih.gov/', '_blank', false , '', '0', '0');
acemenu.AddItem('Microbicides', '../microbicides/index.html', '_blank', false , '', '0', '0');
acemenu.AddItem('Cleveland Immunopathogenesis Consortium', '../CLIC/index.html', '_blank', false , '', '0', '0');


