// 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 = 750;
ace_state.hbgcolor = '#FFFFFF';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#81A8C9';
ace_state.nftcolor = '#000000';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '8pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.cellpadding = 5;
ace_state.cellspacing = 0;
ace_state.layerpadding = 0;
ace_state.ffade = '0';
ace_state.fopacity = '90';
ace_state.fshadow = '#8F8F8F';

acemenu = new ACEMenu('0');
acemenu.target = 'mainLinks';
acemenu.hbgcolor = 'transparent';
acemenu.hftcolor = 'transparent';
acemenu.nbgcolor = 'transparent';
acemenu.nftcolor = '#d6e839';
acemenu.cellpadding = 0;
acemenu.cellspacing = 0;
acemenu.layerpadding = 0;

//acemenu.AddRollover('home.php', 'gfx/inicio.jpg', 'gfx/inicio.jpg', 'conteudos', false , 'Voltar ao inicio', '0', '0');
acemenu.AddRollover('', 'gfx/menu_01.gif', 'gfx/menu_on_01.gif', '', true , 'Country Club', '0', '0');
acemenu.AddRollover('restaurante/index.html', 'gfx/menu_02.gif', 'gfx/menu_on_02.gif', 'conteudos', false , 'Restaurante', '0', '0');
acemenu.AddRollover('http://www.clubgolfquintadoperu.com', 'gfx/menu_03.gif', 'gfx/menu_on_03.gif', '_blank', false , 'Clube de Golfe', '0', '5');
acemenu.AddRollover('', 'gfx/menu_04.gif', 'gfx/menu_on_04.gif', 'conteudos', true , 'Campo de Golfe', '0', '5');
acemenu.AddRollover('escola/index.html', 'gfx/menu_05.gif', 'gfx/menu_on_05.gif', 'conteudos', false , 'Escola de Golfe', '0', '0');
acemenu.AddRollover('tenis/index.html', 'gfx/menu_06.gif', 'gfx/menu_on_06.gif', 'conteudos', false , 'Tenis', '0', '0');
acemenu.AddRollover('como chegar/index.html', 'gfx/menu_07.gif', 'gfx/menu_on_07.gif', 'conteudos', false , 'Como chegar', '0', '0');
acemenu.AddRollover('onde ficar/index.html', 'gfx/menu_08.gif', 'gfx/menu_on_08.gif', 'conteudos', false , 'Onde ficar', '0', '0');
acemenu.AddRollover('sponsors/index.html', 'gfx/menu_09.gif', 'gfx/menu_on_09.gif', 'conteudos', false , 'Sponsors', '0', '0');
acemenu.AddRollover('meteo/index.html', 'gfx/menu_10.gif', 'gfx/menu_on_10.gif', 'conteudos', false , 'Meteo', '0', '0');
acemenu.AddRollover('contactos/index.html', 'gfx/menu_11.gif', 'gfx/menu_on_11.gif', 'conteudos', false , 'Contactos', '0', '0');

acemenu = new ACEMenu('1');
acemenu.nbgcolor = '#d6e839';

acemenu.AddItem('Filosofia', 'countryclub/filosofia.html', 'conteudos', false , '', '0', '0');
acemenu.AddItem('Condições de adesão', 'countryclub/adesao.html', 'conteudos', false , '', '0', '0');
acemenu.AddItem('Certificado de Membro Individual', 'countryclub/certificado.html', 'conteudos', false , '', '0', '0');
acemenu.AddItem('Financiamento', 'countryclub/financiamento.html', 'conteudos', false , '', '0', '0');
acemenu.AddItem('Tabela de anuidades', 'countryclub/anuidades.html', 'conteudos', false , '', '0', '0');

acemenu = new ACEMenu('4');
acemenu.hbgcolor = '#FFFFFF';
acemenu.nbgcolor = '#fedd00';

acemenu.AddItem('Campo de Golfe', 'campo/campo.html', 'conteudos', false , '', '0', '0');
acemenu.AddItem('Tabelas de Handicap EGA - Homens', 'campo/tabela_M.html', 'conteudos', false , '', '0', '0');
acemenu.AddItem('Tabelas de Handicap EGA - Senhoras', 'campo/tabela_F.html', 'conteudos', false , '', '0', '0');


