// Title: 
// 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 = '#888888';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#FFFFFF';
ace_state.nftcolor = '#000000';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.cellpadding = 1;
ace_state.layerpadding = 3;

acemenu = new ACEMenu('0');
acemenu.columns = 50;
acemenu.target = '_self';
acemenu.width = '760';
acemenu.hspacing = 0;
acemenu.hbgcolor = '#FF0000';
acemenu.hftcolor = '#000000';
acemenu.nbgcolor = '#990000';
acemenu.nftcolor = '#C0C0C0';
acemenu.fontFamily = 'Tahoma';
acemenu.fontSize = '10pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'bold';
acemenu.textalign = 'center';
acemenu.itemborder = '2px #000000 solid';
acemenu.menuborder = '0px #000000 solid';
acemenu.hbdrsize = '0';
acemenu.cellpadding = 0;
acemenu.cellspacing = 0;
acemenu.layerpadding = 0;

acemenu.AddItem('Home', 'index.html', '_self', false , 'Go to the Home Page', '0', '0');
acemenu.AddItem('Find a Listing', 'listings.php', '_self', false , 'Find a Vacation Listing', '0', '0');
acemenu.AddItem('Why List With Us?', 'whylist.html', '_self', false , 'Click here to view advantages of listing your property with MyVacationRentalCalendar.com', '0', '0');
acemenu.AddItem('Request an Account', 'request.html', '_self', false , 'Request an Account to List Your Calendar on Our Site', '0', '0');
acemenu.AddItem('Owner Login', 'http://www.myvacationrentalcalendar.com/scripts/user.php', '_blank', false , 'Owners login here to update your calendars', '0', '0');
acemenu.AddItem('Rental Tips', 'tips.html', '_self', false , 'Get some valuable rental tips here.', '0', '0');
acemenu.AddItem('Facts', 'facts.html', '_self', false , 'Some Important Information', '0', '0');
acemenu.AddItem('Contact Us', 'contact.html', '_self', false , 'Here is our contact information', '0', '0');



