
var hBar = new ItemStyle(40, 0, '', 0, 0, '15#212121', '10#E0E0E0', 'highText', 'lowText', 
'', '', null, null , 'hand', 'default');


var subM = new ItemStyle(22, 0, '', -15, 3, '#212121', '#E0E0E0', 'highText', 'lowText',
 'itemBorder', 'itemBorder', null, null, 'hand', 'default');


var pMenu = new PopupMenu('pMenu');
with (pMenu)
{


startMenu('root', true, 25, 200, 100, hBar, '', false);
addItem('&nbsp;  Europe Travel ' , 'pmenu1', 'sm:', null, 30);
addItem(' &nbsp; Action ' , 'pmenu3', 'sm:', null, 30);




startMenu('pmenu3', true, 100, 0, 100, subM, '', false);
addItem(' Drag Racing ', '../../action/drag racing/index.htm', '');

startMenu('pmenu1', true, 100, 0, 100, subM, '', false);
addItem(' Finland ','../../europe/finland/index.htm', '');
addItem(' Montenegro ','../../europe/montenegro/index.htm', '');


}



