// Title: Grassland
// 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.width = '100';
ace_state.hbgcolor = '#008A00';
ace_state.hftcolor = '#003500';
ace_state.nbgcolor = '#008A00';
ace_state.nftcolor = '#FFFFFF';
ace_state.fontFamily = 'Arial Narrow';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'bold';
ace_state.itemborder = '0px  solid';
ace_state.menuborder = '0px #0F0F0F solid';
ace_state.cellpadding = 1;
ace_state.layerpadding = 3;

acemenu = new ACEMenu('0');
acemenu.columns = 7;
acemenu.position = 'left';
acemenu.width = '775';
acemenu.hbgcolor = '#005500';
acemenu.hftcolor = '#F2F200';
acemenu.nbgcolor = '#005500';
acemenu.nftcolor = '#FFFFFF';
acemenu.fontFamily = 'Arial Narrow';
acemenu.fontSize = '9pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';
acemenu.textalign = 'center';

acemenu.AddItem('POPULAR LINKS', 'null', '', false , '', '0', '0');
acemenu.AddItem('Summer Camp Registration', 'http://www.campwenonah.com/residential/registration12.asp', '', false , '', '0', '0');
acemenu.AddItem('Information Sessions', 'http://www.campwenonah.com/residential/newcamperorientation.asp', '', false , '', '0', '0');
acemenu.AddItem('Photo Gallery', 'http://www.campwenonah.com/residential/photogallery.asp', '', false , '', '0', '0');
acemenu.AddItem('Video Gallery', 'http://www.campwenonah.com/residential/multimedia.asp', '', false , '', '0', '0');
acemenu.AddItem('For Campers', 'http://www.campwenonah.com/residential/camper.asp', '', false , '', '0', '0');
acemenu.AddItem('Our Staff', 'http://www.campwenonah.com/residential/staff.asp', '', false , '', '0', '0');



