<!--
function mmLoadMenus() {
if (window.mm_artist) return;
window.mm_artist = new Menu("root",180,25,"Georgia, Times New Roman, serif",13,"#000000","#CC0000","#F2F2F2","#E5E5E5","left","top",3,0,1000,-5,7,true,false,true,3,true,true);
mm_artist.addMenuItem("Artists&nbsp;Line&#8722;up","window.open('artists_main.htm', 'mainContent');");
mm_artist.addMenuItem("Schedule","window.open('schedule.htm', 'mainContent');");

mm_artist.hideOnMouseOut=true;
mm_artist.bgColor='#FF0000';
mm_artist.menuBorder=0;
mm_artist.menuLiteBgColor='#FFFFFF';
mm_artist.menuBorderBgColor='#FFFFFF';
//--
window.mm_festival = new Menu("root",180,25,"Georgia, Times New Roman, serif",13,"#000000","#CC0000","#F2F2F2","#E5E5E5","left","top",3,0,1000,-5,7,true,false,true,3,true,true);
mm_festival.addMenuItem("News","window.open('news.htm', 'mainContent');");
mm_festival.addMenuItem("Festival&nbsp;Venue&nbsp;&amp;&nbsp;Directions","window.open('venue.htm', 'mainContent');");
mm_festival.addMenuItem("Festival&nbsp;Site&nbsp;Map","window.open('#', '_self');");
mm_festival.addMenuItem("Food&nbsp;&amp;&nbsp;Beverage","window.open('foodbeverage.htm', 'mainContent');");
mm_festival.addMenuItem("Merchandise","window.open('merchandise.htm', 'mainContent');");
mm_festival.addMenuItem("Tourist&nbsp;Information","window.open('tourists.htm', 'mainContent');");
mm_festival.addMenuItem("Do&acute;s&nbsp;&amp;&nbsp;Don&acute;ts","window.open('dodont.htm', 'mainContent');");

mm_festival.hideOnMouseOut=true;
mm_festival.bgColor='#FFFFFF';
mm_festival.menuBorder=0;
mm_festival.menuLiteBgColor='#000000';
mm_festival.menuBorderBgColor='#FFFFFF';

window.mm_media = new Menu("root",180,25,"Georgia, Times New Roman, serif",13,"#000000","#CC0000","#F2F2F2","#E5E5E5","left","top",3,0,1000,-5,7,true,false,true,3,true,true);
//mm_media.addMenuItem("Media&nbsp;Releases","window.open('media.htm', 'mainContent');");
//mm_media.addMenuItem("Rock&nbsp;&amp;&nbsp;Roots&nbsp;TV","window.open('video.htm', 'mainContent');");

mm_media.hideOnMouseOut=true;
mm_media.bgColor='#FFFFFF';
mm_media.menuBorder=0;
mm_media.menuLiteBgColor='#000000';
mm_media.menuBorderBgColor='#FFFFFF';

window.mm_gallery = new Menu("root",180,25,"Georgia, Times New Roman, serif",13,"#000000","#CC0000","#F2F2F2","#E5E5E5","left","top",3,0,1000,-5,7,true,false,true,3,true,true);
//mm_gallery.addMenuItem("15&nbsp;Apr&nbsp;2011","window.open('2011/15Apr2011/gallery.htm', 'mainContent');");
//mm_gallery.addMenuItem("16&nbsp;Apr&nbsp;2011","window.open('2011/16Apr2011/gallery.htm', 'mainContent');");
//mm_gallery.addMenuItem("26&nbsp;Mar&nbsp;2010","window.open('2010/26Mar2010/gallery.htm', 'mainContent');");
//mm_gallery.addMenuItem("27&nbsp;Mar&nbsp;2010","window.open('2010/27Mar2010/gallery.htm', 'mainContent');");
//mm_media.addMenuItem("Rock&nbsp;&amp;&nbsp;Roots&nbsp;TV","window.open('video.htm', 'mainContent');");

/*mm_gallery.hideOnMouseOut=true;
mm_gallery.bgColor='#FFFFFF';
mm_gallery.menuBorder=0;
mm_gallery.menuLiteBgColor='#000000';
mm_gallery.menuBorderBgColor='#FFFFFF';*/

window.mm_about = new Menu("root",180,25,"Georgia, Times New Roman, serif",13,"#000000","#CC0000","#F2F2F2","#E5E5E5","left","top",3,0,1000,-5,7,true,false,true,3,true,true);
mm_about.addMenuItem("About&nbsp;Us","window.open('about.htm', 'mainContent');");
mm_about.addMenuItem("Visit&nbsp;2011's&nbsp;festival","window.open('http://www.rockandroots.com.sg/2011/index.htm', '_blank');");
mm_about.addMenuItem("Visit&nbsp;2010's&nbsp;festival","window.open('http://www.rockandroots.com.sg/2010/index.htm', '_blank');");
mm_about.hideOnMouseOut=true;
mm_about.bgColor='#FFFFFF';
mm_about.menuBorder=0;
mm_about.menuLiteBgColor='#000000';
mm_about.menuBorderBgColor='#FFFFFF';

mm_artist.writeMenus();
} 
