//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;


menu[3] = {
id:'menu3', //use unique quoted id (quoted) REQUIRED!!
bartext:'IN THE NEWS',
menupos:'right',
kviewtype:'fixed', 
menutop:125,
menuspeed:20,  // Speed of menu sliding, smaller is faster (interval of milliseconds)
menupause:500,  // How long menu stays extended when mouse is not over it (in milliseconds)
d_colspan:2,  // Number of columns to make available in the menu body
allowtransparent:false,  // Ordinarily, the table's bgcolor is the border color, use true here to make it transparent

barwidth:22,  // Width of 'draw' bar (this will be its height for the top menu The below hdingwidth plus (for left and right menus) the above barwidth and (2+d_colspan) times the borderwidth will be used for the table's width.

hdingwidth:149,  // This will be the menu body width as well as any single column headings.
hdingheight:20,  // Heading height
hdingindent:1,  // Text indent for headings.  Here 1=@8px or 1 character's width - decimals allowed.
linkheight:16,  // This will be the height for linked cells

outbrdwidth:0,  // If an outer border (for the containing division) is desired, this will be its width. A single unquoted pixel value without units or quoted top right bottom left values may be used, ex: outbrdwidth:5, or outbrdwidth:'5px', or outbrdwidth:'2px 3px 2px 5px',

outbrdcolor:"none",  // Outer border color
outbrdstyle:"none",  // Outer border style ('solid', 'dashed', 'outset', etc.)
borderwidth:1,  // Border width used inside menus and for menu table (unquoted number without units referring to pixels)
bordercolor:"white",  // Border color used inside menus and for menu table
borderstyle:"solid",  // Border style used inside menus and for menu table
barcolor:"white",  // Text color for 'draw' bar
barbgcolor:"#206734",  // Background color for 'draw' bar
barfontweight:"bold",  // Bar font weight
baralign:"center",  // Bar text align
menufont:"verdana",  // Font for menu, use any you like, defaults to sans-serif if not supported
fontsize:"80%",  // Font size, use quoted percent value
hdingcolor:"black",  // Headings - text color
hdingbgcolor:"white",  // Headings - background color
hdingfontweight:"bold",  // Headings - font weight
hdingvalign:"middle",  // Headings - vertical align
hdingtxtalign:"left",  // Headings - text align
linktopad:0,  // Top padding for links
linktxtalign:"left",  // Links text align
linktarget:"",  // Default link target


user_defined_stylesheet:false,  // Set to true if you wish to override the script's stylesheet
user_defined_markup:false,  // Set to true if you wish to override the script's markup
design_mode:false,  // Set to true to see the generated styles and markup


menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["The Week", "http://week.manoramaonline.com/cgi-bin/MMOnline.dll/portal/ep/theWeekContent.do?contentId=10641040&programId=1073755753&tabId=13&BV_ID=@@@&categoryId=-168921", ""],
["ZED EcoFest", "events.html", ""],
["The Hindu", "hindu.html", ""],
["Business Line", "hbl.html", ""],
[" ", "", ""],
[" ", "", ""],
[" ", "", ""],
[" ", "", ""],
[" ", "", ""],
[" ", "",""]  //no comma after last entry

]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();
