// Title: Horizontal Menu (Relative)
// Description: top
// Web Folder: C:\SurveillanceUSA
// 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 = '#8080FF';
ace_state.hftcolor = '#FFFFFF';
ace_state.nbgcolor = '#0000A0';
ace_state.nftcolor = '#FFFFFF';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.cellpadding = 1;

acemenu = new ACEMenu('0');
acemenu.columns = 50;
acemenu.nbgcolor = '#0000FF';
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '12pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';

acemenu.AddItem('Home', 'index.php', '', false , '');
acemenu.AddItem('Understanding Surveillance', 'understanding.php3', '', false , '');
acemenu.AddItem('Frequently Asked Questions', 'faq.php3', '', false , '');
acemenu.AddItem('Financing/Leasing', 'Marlin Web-Link.html', '', false , '');
acemenu.AddItem('About US/Mission Statement', 'about.php3', '', false , '');
acemenu.AddItem('Contact Us', 'contact.php', '', false , '');


