var hBar = new ItemStyle(2, 1, '', 0, 0, '100#FFFFFF', '100#ED5D4A', '', '', '', '',
 100, 100, 'hand', 'default');

var subM = new ItemStyle(2, 1, '', 2, 2, '#C7EBE9', '100#ED5D4A', 'buttonText', 'buttonHover', '', '', null, 100, 'hand', 'default');

var button = new ItemStyle(280, 1, '&nbsp;&raquo;&nbsp;', 0, 1, '10#C7EBE9', '20#ED5D4A', 'lowText', 'highText','buttonBorder', 'buttonBorderOver', 100, 100, 'hand', 'default');

var pMenu = new PopupMenu('pMenu');
with (pMenu)
{
	startMenu('root', true, 1, 30, 170, hBar);
	//addItem('&raquo; worldwide contacts', '../01_worldwide/index.html', '', subM, 20, 0);
	//addItem('&raquo; mail to axon&acute;', '../02_mail/index.html', '', subM, 20, 0);
	//addItem('&raquo; design centers', '../03_designcenters/index.html', '', subM, 20, 0);		
}

