// Title: Gray Rock
// 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 = '#808080';
ace_state.hftcolor = '#FFFFFF';
ace_state.nbgcolor = '#FFFFFF';
ace_state.nftcolor = '#000000';
ace_state.bgimage = 'images/paper.gif';
ace_state.fontFamily = 'Verdana';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.menuborder = '1px #000000 solid';
ace_state.cellpadding = 1;
ace_state.layerpadding = 3;

acemenu = new ACEMenu('0');
acemenu.columns = 50;
acemenu.nbgcolor = '#C0C0C0';

acemenu.AddItem('Marketing & Sales aids', 'trade_marketingaids.htm', '', false , '', '0', '0');
acemenu.AddItem('Price List', 'images/Pricelists/PL_TRADE.xls', '_blank', false , '', '0', '0');
acemenu.AddItem('Specials', 'images/Pricelists/PL_Specials.xls', '_blank', false , '', '0', '0');
acemenu.AddItem('Loba Floor Sealer Price list', 'images/Pricelists/PL_Loba_Trade.xls', '_blank', false , '', '0', '0');
acemenu.AddItem('Materials Calculator', 'calculator.htm', '_blank', false , '', '0', '0');
acemenu.AddItem('Accounts', 'trade_accountform.htm', '_blank', false , '', '0', '0');



