// Title: BigBearKennel Main Menu
// 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 = '#8080FF';
ace_state.hftcolor = '#000000';
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.hftcolor = '#FFFF00';
acemenu.fontFamily = 'Garamond';
acemenu.fontSize = '12pt';
acemenu.fontStyle = 'italic';
acemenu.fontWeight = 'bold';

acemenu.AddItem('About Us', 'http://www.bigbearkennel.com/about.htm', '', false , '');
acemenu.AddItem('Studs', 'http://www.bigbearkennel.com/studs.htm', '', false , '');
acemenu.AddItem('Dams', 'http://www.bigbearkennel.com/dams.htm', '', false , '');
acemenu.AddItem('Puppies', 'http://www.bigbearkennel.com/puppies.htm', '', false , '');
acemenu.AddItem('Started Dogs', 'http://www.bigbearkennel.com/started.htm', '', false , '');
acemenu.AddItem('Guarantee', 'http://www.bigbearkennel.com/guarantee.pdf', '', false , '');
acemenu.AddItem('Testimonials', 'http://www.bigbearkennel.com/testimonials.htm', '', false , '');


