var x_pos = ((screen.width/2)-774/2);
if (navigator.appName=="Netscape") {
   var x_pos = ((screen.width/2)-786/2);
}
if(navigator.appName=="Mozilla") {
   var x_pos = ((screen.width/2)-786/2);
}
var MENU_POS = new Array();

	MENU_POS['height'] = [24, 24];
	MENU_POS['width'] = [100, 160];

	MENU_POS['block_top'] = [97, 23];
	MENU_POS['block_left'] = [x_pos, 0];

	MENU_POS['top'] = [0, 23];
	MENU_POS['left'] = [129, 0];

	MENU_POS['hide_delay'] = [200, 200];
	MENU_POS['pixel_path'] = 'img/pixel.gif';

