
function buildMenu() {
  addStyle("style1",0,2,1,
           "#897E60","#FBEDC7","#C8B890",2,
           "#777567","#000000","verdana, tahoma, sans-serif",9,"bold",
           "none","#553311",0,0,0,
           "tag2r.gif","img/",100);
//function addStyle(_styleName,_paddingWidth,_paddingHeight,_spacing,
//     _spacingColor,_colorNormal,_colorHighlighted,_border,
//     _borderColorBright,_borderColorDark,_textFont,_textSize,_textWeight,
//     _textDecoration,_textColor,_tag,_tagWidth,_tagHeight,
//     _tagImage,_imagePath,_widthRatio)

//  addStyle("style2",3,1,3,
//           "#A0956C","#A0956C","#cc0000",1,
//           "#D8D3C4","#516145","verdana, tahoma, sans-serif",11,
//           "bold","none","#ffffff",1,7,7,
//           "tag2r.gif","img/",100);
//function addStyle(_styleName,_paddingWidth,_paddingHeight,_spacing,
//     _spacingColor,_colorNormal,_colorHighlighted,_border,
//     _borderColorBright,_borderColorDark,_textFont,_textSize,_textWeight,
//     _textDecoration,_textColor,_tag,_tagWidth,_tagHeight,
//     _tagImage,_imagePath,_widthRatio)

  addStyle("style2",7,2,1,
           "#897E60","#FBEDC7","#C8B890",2,
           "#777567","#000000","verdana, tahoma, sans-serif",9,"bold",
           "none","#553311",0,0,0,
           "tag2r.gif","img/",100);
//function addStyle(_styleName,_paddingWidth,_paddingHeight,_spacing,
//     _spacingColor,_colorNormal,_colorHighlighted,_border,
//     _borderColorBright,_borderColorDark,_textFont,_textSize,_textWeight,
//     _textDecoration,_textColor,_tag,_tagWidth,_tagHeight,
//     _tagImage,_imagePath,_widthRatio)

  addInstance("Nawigacja",2,1,"holder",2,2,0,1,1,"","sample1","style1","style2");
  addFrame("Main");
}


