var MENU_POS1 = {
'height': [35, 40, 30],
'width': [150, 150, 200],
'block_top': [47, 23, 5],
'block_left': [24, 0, 130],
'top': [0, 35, 25],
'left': [120, 0, 0],
'hide_delay': [200, 200, 200]};
var MENU_STYLES1 = {
'onmouseout': [
'color', ['#FFFFFF', '#FFFFFF', '#000000'],
'background', ['#000099', '#000050', '#FFFF00'],
'textDecoration', ['none', 'none', 'none'],
'fontWeight', ['bold', 'normal', 'normal'],
],
'onmouseover': [
'color', ['#FFFFFF', '#FFFFFF', '#000000'],
'background', ['#800000', '#5AA7E5', '#5AE55A'],
'textDecoration', ['underline', 'none', 'none'],
'fontWeight', ['bold', 'bold', 'bold'],
],
'onmousedown': [
'color', ['#FFFFFF', '#000000', '#FFFFFF'],
'background', ['#5AA7E5', '#5AE55A', '#800000'],
'textDecoration', ['underline', 'none', 'none'],
'fontWeight', ['bold', 'bold', 'normal'],
]};

