var headerstyle;
var headerstyle_closed;
var bodystyle;
var footerstyle;
var lastbodystyle;
var dhb;
var de;
var dhb_c;
var dbb; 
var dlb;
var dfb; 
headerstyle = 'background-image: url(/moduler/menu/gfx/menuheader.jpg);background-repeat: no-repeat;font-family: Verdana;font-size: 13px;color: #FFFFFF;width: 148px;height: 20px;padding-left: 15px;text-align:left;line-height:20px;';
bodystyle = 'background-image: url(/moduler/menu/gfx/menubody.jpg);background-repeat: no-repeat;font-family: Verdana;font-size: 12px;color: #FFFFFF;width: 148px;height: 20px;padding-left: 17px;';
footerstyle = 'background-image: url(/moduler/menu/gfx/menubottom.jpg);background-repeat: no-repeat;font-family: Tahoma;font-size: 12px;color: #FFFFFF;width: 148px;height: 20px;padding-left: 17px;';
dhb = '<div style="' + headerstyle + '">&nbsp;';
de = '</div>';
dhb_c = '<div style=" ' + headerstyle_closed + '">&nbsp;';
dbb = '<div style=" ' + bodystyle + '">&nbsp;';
dlb = '<div style=" ' + lastbodystyle + '">&nbsp;';
dfb = '<div style=" ' + footerstyle + '">&nbsp;'; 

