// Title: Horizontal Menu (Relative)
// Description: 
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 8;
ace_state.position = 'bottom';
ace_state.closedelay = 500;
ace_state.hspacing = 0;
ace_state.hbgcolor = '#C0C0C0';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#000000';
ace_state.nftcolor = '#FFFFFF';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '8pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.itemborder = '0px  solid';
ace_state.menuborder = '0px  solid';
ace_state.hbdrsize = '0';
ace_state.cellpadding = 0;
ace_state.cellspacing = 0;
ace_state.layerpadding = 0;
ace_state.htmlAfter = '';
ace_state.htmlBefore = '';
ace_state.divider = '';

acemenu = new ACEMenu('0');
acemenu.columns = 8;
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '10pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';
acemenu.htmlAfter = '&nbsp;&nbsp;';
acemenu.htmlBefore = '&nbsp;&nbsp;';
acemenu.divider = '&nbsp;';

acemenu.AddRollover('index.htm', 'images/tobiaswest_07.jpg', 'images/tobiaswest_07-O.jpg', '', false , '');
acemenu.AddRollover('company.htm', 'images/tobiaswest_08.jpg', 'images/tobiaswest_08-O.jpg', '', false , '');
acemenu.AddRollover('services.htm', 'images/tobiaswest_09.jpg', 'images/tobiaswest_09-O.jpg', '', false , '');
acemenu.AddRollover('projects.htm', 'images/tobiaswest_10.jpg', 'images/tobiaswest_10-O.jpg', '', false , '');
acemenu.AddRollover('careers.htm', 'images/tobiaswest_11.jpg', 'images/tobiaswest_11-O.jpg', '', false , '');
acemenu.AddRollover('news.htm', 'images/tobiaswest_12.jpg', 'images/tobiaswest_12-O.jpg', '', false , '');
acemenu.AddRollover('sitemap.htm', 'images/tobiaswest_13.jpg', 'images/tobiaswest_13-O.jpg', '', false , '');
acemenu.AddRollover('contactus.htm', 'images/tobiaswest_14.jpg', 'images/tobiaswest_14-O.jpg', '', false , '');

