





// MENU OBJECT //}
var hBar = new ItemStyle(120, 10, '', 0, 3, '10#336699', '10#602c38', 'Vb12WhtC', 'Vb12WhtC',
 'itemBorder', 'itemBorder', null, null, 'hand', 'default');

var subM = new ItemStyle(22, 0, '', -15, 3, '10#336699', '10#602c38', 'Vb12WhtC', 'Vb12YelC',
 'itemBorder', 'itemBorder', null, null, 'hand', 'default');

var subH = new ItemStyle(22, 0, '', -15, 3, '10#336699', '10#602c38', 'Vb12WhtC', 'Vb12WhtC',
 'itemBorder', 'itemBorder', null, null, 'hand', 'default');
var qMenu = new PopupMenu('qMenu');
with (qMenu)
{
startMenu('root', false, 323, 0, 22, hBar, '', false);

addItem('Other Topics', 'mPages', 'sm:',  null, 120, 2);



startMenu('mPages', true, 0, 25, 120, subM, '');
addItem('Design Tips', '../boring.htm', '', subM, 23, 2);
addItem('PHP Calendars', '../php/phpcal.htm', '', subM, 23, 2);
addItem('Bandman Dbase', '../bandman/bandman.htm', '', subM, 23, 2);
addItem('Band Thumbnails', '../images/artists/thumb.htm', '', subM, 23, 2);
addItem('Logo Links', '../texteffects/texteffects.htm', '', subM, 23, 2);
addItem('SWF Players', '../player/players.htm', '', subM, 23, 2);
addItem('Bluesdejour Info', '../man.htm', '', hBar, 23, 2);

}

















