// Title: Vertical Menu (Relative)
// Description: 
// Web Folder: F:\webs\Nik Stanbury
// Web URL: http://www.nikstanbury.co.uk
// Absolute Path: True

ace_state.columns = 1;
ace_state.position = 'right';
ace_state.closedelay = 500;
ace_state.hbgcolor = '#ffffff';
ace_state.hftcolor = '#99cccc';
ace_state.nbgcolor = '#ffffff';
ace_state.nftcolor = '#990000';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.itemborder = '0px #6F6F6F solid';
ace_state.menuborder = '0px #6F6F6F solid';
ace_state.cellpadding = 1;
ace_state.cellspacing = 5;

acemenu = new ACEMenu('0');

acemenu.AddItem('Home', 'http://www.nikstanbury.co.uk/index.htm', '', false , '');
acemenu.AddItem('York School<br>&nbsp;&nbsp;of Jewellery', 'http://www.york-school-of-jewellery.co.uk', '', false , '');
acemenu.AddItem('Contact Us', 'http://www.nikstanbury.co.uk/contact.htm', '', false , '');


