var MENU_POS1 = {
'height': [35, 30, 30],
'width': [150, 150, 175],
'block_top': [42, 23, 5],
'block_left': [15, 0, 100],
'top': [0, 21, 21],
'left': [120, 0, 0],
'hide_delay': [200, 200, 200]};
var MENU_STYLES1 = {
'onmouseout': [
'color', ['#000000', '#000000', '#000000'],
'background', ['#999999', '#CCCCCC', '#aaaaaa'],
'textDecoration', ['none', 'none', 'none'],
'fontWeight', ['bold', 'normal', 'normal'],
],
'onmouseover': [
'color', ['#333333', '#333333', '#333333'],
'background', ['#FFFFFF', '#FFFFFF', 'yellow'],
'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'],
]};

