			 menu_left=(screen.width-840)/2	    
			 var MENU_POS1 = new Array();
	           MENU_POS1['height'] = [25, 20, 20];
	           MENU_POS1['width'] = [174, 250, 170];
	
	           MENU_POS1['block_top'] = [249, 0, 0];
	           MENU_POS1['block_left'] = [menu_left-7,175, 171];
	
	           MENU_POS1['top'] = [25	, 21, 21];
	           MENU_POS1['left'] = [0, 0, 0];
	
	           MENU_POS1['hide_delay'] = [200, 200, 200];
	
            var MENU_STYLES1 = new Array();
	
	          MENU_STYLES1['onmouseout'] = [
		      'color', ['#ffffff', '#ffffff', '#ffffff'], //yazi rengi beyaz
		      'background', ['#146DAF', '#146DAF', '#146DAF'],//yazi arkaplani laciver
		      'fontWeight', ['normal', 'normal', 'normal'],
		      'textDecoration', ['none', 'none', 'none'],
	         ];
	         MENU_STYLES1['onmouseover'] = [
		     'color', ['#003366', '#003366', '#003366'],//lacivert 
		     'background', ['#99ccff', '#99ccff', '#99ccff'],//hover rengi turuncu
		     'fontWeight', ['bold', 'normal', 'normal'],
		     'textDecoration', ['none', 'none', 'none'],
	         ];
	         MENU_STYLES1['onmousedown'] = [
		     'color', ['#ffffff', '#ffffff', '#ffffff'], 
		     'background', ['#e8bc59', '#e8bc59', '#e8bc59'],
		     'fontWeight', ['normal', 'normal', 'normal'],
		     'textDecoration', ['underline', 'none', 'none'],
	         ];
