// Title: Blank Menu
// 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 = '#EAE2D5';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#FFFFFF';
ace_state.nftcolor = '#000000';
ace_state.arrowimage = '../images/pil.gif';
ace_state.fontFamily = 'Verdana';
ace_state.fontSize = '9pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.itemborder = '1px #EFEFEF solid';
ace_state.menuborder = '1px #EFEFEF solid';
ace_state.cellpadding = 1;
ace_state.cellspacing = 3;
ace_state.layerpadding = 0;

acemenu = new ACEMenu('0');

acemenu.AddItem('Til Forsiden', '../index.html', '', false , '', '0', '0');
acemenu.AddItem('Til Salgs', 'http://finn.no/finn/realestate/homes/result?orgId=1281459895', '_blank', false , '', '0', '0');
acemenu.AddItem('Fri rettshjelp', '../frirettshjelp.html', '', false , '', '0', '0');
acemenu.AddItem('Kart', '../kart.htm', '', false , '', '0', '0');
acemenu.AddItem('Kontakt Oss', '../kontakt.htm', '', false , '', '0', '0');


