		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 = 82,
		ov_h = 25,
		act_x = 32,
		act_y = 137,
		act_w = 150,
		act_h = (4*28)
	);
	menu[2] = new Array(
		bulin =	false,
		ov_x = 215,
		ov_y = 112,
		ov_w = 139,
		ov_h = 25,
		act_x = 215,
		act_y = 137,
		act_w = 120,
		act_h = (3*28)
	);
	menu[3] = new Array(
		bulin =	false,
		ov_x = 354,
		ov_y = 112,
		ov_w = 178,
		ov_h = 25,
		act_x = 354,
		act_y = 108,
		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 = (6*28)
	);

