dlm_state.columns = 1;
dlm_state.position = 'right';
dlm_state.closedelay = 500;
dlm_state.hbgcolor = '#E4E4E4';
dlm_state.hftcolor = '#000000';
dlm_state.nbgcolor = '#CCCCCC';
dlm_state.nftcolor = '#000000';
dlm_state.arrowimage = 'images/arrow_gray_r.gif';
dlm_state.fontFamily = 'Verdana';
dlm_state.fontSize = '11px';
dlm_state.fontStyle = 'normal';
dlm_state.fontWeight = 'normal';
dlm_state.cellpadding = 1;
dlm_state.layerpadding = 2;

dlmmenu = new DLMMenu('0');
dlmmenu.columns = 50;
dlmmenu.arrowimage = 'images/arrow_gray_d.gif';

dlmmenu.AddItem('Products', '', '', true , '', '0', '0');

dlmmenu = new DLMMenu('1');
dlmmenu.position = 'bottom';


