
<!--------------------LowerPings----------------->
// MENU OBJECT MessageBoard//}
var hBar = new ItemStyle(170, 10, '', 1, 3, '#336699', '#66cc99', 'Vb12WhtC', 'Vb12BlkC',
 'itemBorder', 'buttonBorderOver', null, null, 'hand', 'default');
var qBios = new PopupMenu('qBios');
with (qBios)
{
startMenu('root', false, 14, 1450, 24, hBar, '', false);
addItem('SWAP:Blues Biographies^Cascade Blues Assn.', 'http://www.cascadeblues.org/History/index.htm', '');
}
// MENU OBJECT E-Mail//}
var hBar = new ItemStyle(170, 10, '', 1, 3, '#336699', '#66cc99', 'Vb12WhtC', 'Vb12BlkC',
 'itemBorder', 'buttonBorderOver', null, null, 'hand', 'default');
var qValley = new PopupMenu('qValley');
with (qValley)
{
startMenu('root', false, 14, 1480, 24, hBar, '', false);
addItem('SWAP: NorCal Events ^Central Valley Blues Org', 'http://www.cvblues.org/bayarea.asp', '');
}
// MENU OBJECT E-Mail//}
var hBar = new ItemStyle(170, 10, '', 1, 3, '#336699', '#66cc99', 'Vb12WhtC', 'Vb12BlkC',
 'itemBorder', 'buttonBorderOver', null, null, 'hand', 'default');
var qHighway = new PopupMenu('qHighway');
with (qHighway)
{
startMenu('root', false, 205, 1480, 24, hBar, '', false);
addItem('The Blue Highway ', 'http://www.thebluehighway.com/', '');
}
// MENU OBJECT Blues Festival//}
var hBar = new ItemStyle(170, 10, '', 1, 3, '#336699', '#66cc99', 'Vb12WhtC', 'Vb12BlkC',
 'itemBorder', 'buttonBorderOver', null, null, 'hand', 'default');
var qFest = new PopupMenu('qFest');
with (qFest)
{
startMenu('root', false, 398, 1480, 24, hBar, '', false);
addItem('Blues Festival Guide ', 'http://www.bluesfestivalguide.com/', '');
}
// MENU OBJECT Blues For Peace//}
var hBar = new ItemStyle(180, 10, '', 1, 3, '#336699', '#66cc99', 'Vb12WhtC', 'Vb12BlkC',
 'itemBorder', 'buttonBorderOver', null, null, 'hand', 'default');
var qPeace = new PopupMenu('qPeace');
with (qPeace)
{
startMenu('root', false, 588, 1450, 24, hBar, '', false);
addItem('Blues For Peace ', 'http://bluesforpeace.com/', '');
}
// MENU OBJECT Sacto Blues Society//}
var hBar = new ItemStyle(180, 10, '', 1, 3, '#336699', '#66cc99', 'Vb12WhtC', 'Vb12BlkC',
 'itemBorder', 'buttonBorderOver', null, null, 'hand', 'default');
var qSacto = new PopupMenu('qSacto');
with (qSacto)
{
startMenu('root', false, 588, 1480, 24, hBar, '', false);
addItem('Sacramento Blues Society ', 'http://www.sacblues.com/', '');
}

// Here's what the values in the next startMenu() command mean, in order:
//  'root': the name of this menu.
//   false: orientated as a horizontal menu (true creates a vertical menu).
//      10: the 'left' offset of this menu in pixels.
//       0: the 'top' offset of this menu in pixels.
//      17: the height of this menu (for vertical menus, this becomes the menu width).
//    hBar: the ItemStyle used to give this menu colours and layout/formatting.
//      '': this menu does not display within a frame (see the Frameset Example Script to do that).
//   false: this menu shows submenus on mouseover. 'true' means show on click.
//
// Most of the items are 'sm:' items popping out submenus, except the last 'js:' JavaScript command
// to pop open a new window. I've also given each item a length in pixels, overriding the ItemStyle.

//startMenu('root', false, 285, 1020, 24, hBar, '', false);
//addItem('SWAP:Bluesdejour.com^&nbsp;bluesdejour.com', 'mFile', 'sm:', null, 200);


// This is a vertical menu positioned 0px across and 22px down from its trigger, and is 80px wide.
// The URLs are set to # here, be sure to replace them with your path/file names or JS functions!
// Also note how the types are '', indicating these links open in the current frame/window.
// The last item here changes its text on mouseover (^ separates the two strings), links to my site,
// and has a custom ItemStyle and length specified so it's longer than the rest.

//startMenu('mFile', true, 0, -80, 200, subM, '', false);
//addItem('SWAP: Boogieman E-Mail^ diane@bluesdejour.com', 'mailto:diane@bluesdejour.com', '',subM, 24);

//addItem('SWAP:Bluesdejour E-Mail^blues@bluesdejour.com', 'mailto:blues@bluesdejour.com', '');

//}




