// Title: 
// Description: 
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 1;
ace_state.position = 'right';
ace_state.target = '_self';
ace_state.closedelay = 500;
ace_state.hbgcolor = '#000000';
ace_state.hftcolor = '#FFFFFF';
ace_state.nbgcolor = '#000000';
ace_state.nftcolor = '#FF8000';
ace_state.fontFamily = 'Book Antiqua';
ace_state.fontSize = '14pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'bold';
ace_state.textalign = 'center';
ace_state.itemborder = '2px #FF8000 solid';
ace_state.menuborder = '3px #FFFFFF solid';
ace_state.hbdrsize = '2';
ace_state.hbdrcolor = '#000000';
ace_state.cellpadding = 1;
ace_state.cellspacing = 0;
ace_state.layerpadding = 3;

acemenu = new ACEMenu('0');

acemenu.AddItem('<img border="0" src="Buttons/HOME.gif" width="130" height="44">', 'index.shtml', '_self', false , 'Start Here', '0', '0');
acemenu.AddItem('<img border="0" src="Buttons/NEW.gif" width="130" height="44">', 'new.shtml', '_self', false , 'Find out what is new in the store', '0', '0');
acemenu.AddItem('<img border="0" src="Buttons/mod.jpg" width="130" height="44">', 'mod.shtml', '_self', false , 'Void your warranty here', '0', '0');
acemenu.AddItem('<img border="0" src="Buttons/POP.gif" width="130" height="44">', 'popular.shtml', '_self', false , 'Find our hidden gems here.', '0', '0');
acemenu.AddItem('<img border="0" src="Buttons/standard.jpg" width="130" height="44">', 'standard.shtml', '_self', false , 'Get an idea of what we have in store', '0', '0');
acemenu.AddItem('<img border="0" src="Buttons/EBAY.gif" width="130" height="44">', 'eBay.shtml', '_self', false , 'Check out our eBay store', '0', '0');
acemenu.AddItem('<img border="0" src="Buttons/CONTACT.jpg" width="130" height="44">', 'contact.shtml', '_self', false , 'Email, Phone & Address', '0', '0');
acemenu.AddItem('<img border="0" src="Buttons/DATA.jpg" width="130" height="44">', 'http://www.activesurplus.com/datasheets.shtml', '_self', false , '', '0', '0');
acemenu.AddItem('<img border="0" src="Buttons/LINKS.jpg" width="130" height="44">', 'Announcements.shtml', '_self', false , 'Link to customer & other sites', '0', '0');
acemenu.AddItem('<img border="0" src="Buttons/POLLS.jpg" width="130" height="44">', 'Polls.shtml', '_self', false , 'Goto our archived polls', '0', '0');
acemenu.AddItem('<img border="0" src="Buttons/ABOUT.jpg" width="130" height="44">', 'about.shtml', '_self', false , 'Find out what funny farm we come from.', '0', '0');


