// Title: Horizontal Menu (Relative)
// Description: 
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 1;
ace_state.closedelay = 500;
ace_state.hspacing = 80;
ace_state.hbgcolor = '#FFFFFF';
ace_state.hftcolor = '#9494d6';
ace_state.nbgcolor = '#FFFFFF';
ace_state.nftcolor = '#000000';
ace_state.fontFamily = 'verdana';
ace_state.fontSize = '11pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'bold';
ace_state.cellpadding = 1;
ace_state.layerpadding = 3;

acemenu = new ACEMenu('0');
acemenu.columns = 50;

acemenu.AddItem('Home','../index.php', '', false , '', '0', '0');
acemenu.AddItem('Yarn','../yarn.php', '', false , '', '0', '0');
acemenu.AddItem('Classes & Workshops','../class.php', '', false , '', '0', '0');
acemenu.AddItem('Contact Us','../contact.php', '', false , '', '0', '0');
acemenu.AddItem('Visit Us','http://maps.google.com/maps?f=q&hl=en&q=the+knitting+cove,+218+east+main+street,+port+jefferson,+ny&ie=UTF8&om=1&z=17&ll=40.947022,-73.06892&spn=0.004749,0.011759&iwloc=A', '', false , '', '0', '0');