// Title: Woburn Collegiate Institute
// Description: 
// Web Folder: C:\Documents and Settings\admin2\Desktop\www\woburnci\main
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 1;
ace_state.position = 'right';
ace_state.closedelay = 500;
ace_state.hspacing = 0;
ace_state.hbgcolor = '#B6BDD2';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#ECF0F7';
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 = 0;
ace_state.htmlAfter = '&nbsp;';
ace_state.htmlBefore = '&nbsp;';

acemenu = new ACEMenu('0');
acemenu.columns = 50;
acemenu.position = 'bottom';
acemenu.hspacing = 0;
acemenu.fontFamily = 'Verdana';
acemenu.fontSize = '9pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';
acemenu.itemborder = '1px #000000 solid';
acemenu.cellspacing = 5;

acemenu.AddItem('Enewsletter sign up', 'http://www.woburnci.com/enewsletter/create_user.asp', '', false , '', '0', '0');
acemenu.AddItem('Login to your account', 'http://www.woburnci.com/enewsletter/login.asp', '', false , '', '0', '0');
acemenu.AddItem('School Contact', 'http://www.woburnci.com/schoolcontact/', '', false , '', '0', '0');
acemenu.AddItem('Webmaster Contact', 'http://www.woburnci.com/webcontact/', '', false , '', '0', '0');


