//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

menu[1] = {
id:'menu1',
kviewtype:'fixed',
bartext:'MAIN MENU',
fontsize:'83%', // express as percentage with the % sign
linkheight:20 ,  // linked horizontal cells height
hdingwidth:215 ,  // heading - non linked horizontal cells width
menutop:1,
// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///

menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Home", "home.html", ""],
["Introduction on Temple", "thiruvarangamandthetemple.html",""],
["History of the Temple", "history.html",""],
["Temple Specialities", "specialities.html",""],
["Sannadhis", "sannadhis.html",""],
["Brahmotsavams", "buandu.html", ""],
["Gallery", "gallery", ""],
["Today's Event", "events.html", ""],
["Blogs", "blogs", ""],
["Portal", "portal", ""],
["TTV", "ttv.html", ""],
["Virtual Poojas", "virtualpoojas.html", ""],
["Downloads", "downloads", ""],
["Thiruvarangam Toolbar", "http://thiruvarangam.ourtoolbar.com/", ""],
["Guest Book", "gftv", ""],
["Search", "search.html", ""],
["Sitemap", "#", ""],
["Donation", "donation.html", ""],
["Browser Compatibility", "browser.html", ""],
["About Us", "profile.html", ""],
["Contact", "helpcenter", ""]  //no comma after last entry

]}; // REQUIRED!! do not edit or remove

menu[2] = {  // REQUIRED!!  This menu explicitly declares all available options even if they are the same as the defaults
id:'menu2',
menuspeed:20,    // Speed of menu sliding smaller is faster (interval of milliseconds)
menupause:500,   // How long menu stays out when mouse leaves it (in milliseconds)
d_colspan:3,     // Available columns in menu body as integer
barwidth:25,     // bar (the vertical cell) width
hdingwidth:375,  // heading - non linked horizontal cells width
hdingheight:20,  // heading - non linked horizontal cells height
hdingfontweight:'bold',  // heading - non linked horizontal cells font weight
hdingvalign:'middle',    // heading - non linked horizontal cells vertical align (top, middle or center)
hdingtxtalign:'center',    // heading - non linked horizontal cells right left or center text alignment

barcolor:'white',        // bar (the vertical cell) text color
barfontweight:'bold',    // bar (the vertical cell) font weight
baralign:'center',       // bar (the vertical cell) right left or center text alignment
menufont:'verdana',      // menu font
fontsize:'80%',          // express as percentage with the % sign
kviewtype:'fixed',       // Type of keepinview - 'fixed' utilizes fixed positioning where available, 'absolute' fluidly follows page scroll
menupos:'top',         // set side that menu slides in from (right or left or top)
bartext:'Events of Today',       // bar text (the vertical cell) use text or img tag

menuItems:[
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Viruppan Thirunal(Chithrai Utsavam)"], //create header
["Visit events page for the photos. Please join our group( http://groups.yahoo.com/group/thiruvarangam ) for getting info about the website updates. If you don't have a yahoo ID but have a google id, please join http://groups.google.com/group/arangam"]

]}; // REQUIRED!! do not edit or remove

 // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();