		function preload_img() {
			img_init = true;
			}
		preload_img();
menu = new Array(7);

	menu[1] = new Array(
		bulin =	false,
		ov_x = 32,
		ov_y = 112,
		ov_w = 111,
		ov_h = 25,
		act_x = 32,
		act_y = 137,
		act_w = 130,
		act_h = (3*28)
	);
	menu[2] = new Array(
		bulin =	false,
		ov_x = 245,
		ov_y = 112,
		ov_w = 129,
		ov_h = 25,
		act_x = 245,
		act_y = 137,
		act_w = 150,
		act_h = (2*28)
	);
	menu[3] = new Array(
		bulin =	false,
		ov_x = 374,
		ov_y = 112,
		ov_w = 158,
		ov_h = 25,
		act_x = 374,
		act_y = 137,
		act_w = 190,
		act_h = (11*28)
	);
	menu[4] = new Array(
		bulin =	false,
		ov_x = 532,
		ov_y = 112,
		ov_w = 99,
		ov_h = 25,
		act_x = 532,
		act_y = 137,
		act_w = 215,
		act_h = (5*28)
	);

