
resizereinit=true;

menu[1] = {
bartext:'Danh mục',
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
linkheight:22 ,  // linked horizontal cells height
hdingwidth:210 ,  // heading - non linked horizontal cells width


allowtransparent:true, // true to allow page to show through menu if other bg's are transparent or border has gaps
barwidth:30,     // bar (the vertical cell) width


borderwidth:0,   // inner border-width used for this menu
/////////////////////////// quote these properties: /////////////////////
bordercolor:'#d9e4e8', // inner border color
borderstyle:'solid',    // inner border style (solid, dashed, inset, etc.)
outbrdwidth:'0ex 0ex 0ex 0ex', // outer border-width used for this menu (top right bottom left)
outbrdcolor:'lightblue',  // outer border color
outbrdstyle:'solid',     // outer border style (solid, dashed, inset, etc.)
barcolor:'white',        // bar (the vertical cell) text color
barbgcolor:'#06a4ff',   // bar (the vertical cell) background color
baralign:'center',       // bar (the vertical cell) right left or center text alignment
menufont:'arial',      // menu font
fontsize:'85%',          // express as percentage with the % sign

hdingwidth:122,  // This will be the menu body width as well as any single column headings.
hdingheight:1,  // Heading height


hdingbgcolor:'#FFFFFF',
hdincolor:'#FFFFFF',  // heading - non linked horizontal cells background color

linktxtalign:'left',     // linked horizontal cells right left or center text alignment
linktarget:'',           // default link target, leave blank for same window (other choices: _new, _top, or a window or frame name)


menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header

["Âm nhạc", HOME_URL+"/rooms/category/am_nhac", ""],
["Điện ảnh",  HOME_URL+"/rooms/category/dien_anh",""],
["Thời trang", HOME_URL+"/rooms/category/thoi_trang", ""],
["Du lịch", HOME_URL+"/rooms/category/du_lich", ""],
["Xe cộ", HOME_URL+"/rooms/category/xe_co", ""],
["Thời sự", HOME_URL+"/rooms/category/thoi_su", ""],
["Scandal", HOME_URL+"/rooms/category/scandal", ""],
["Blog", HOME_URL+"/rooms/category/blog", ""],
["Forum", HOME_URL+"/rooms/category/forum", ""],
["Rao vặt", HOME_URL+"/rooms/category/rao_vat", ""],
["Tình yêu", HOME_URL+"/rooms/category/tinh_yeu", ""],
["Linh tinh", HOME_URL+"/rooms/category/linh_tinh", ""]
]};


make_menus();