function Menu(target,src_off,src_on)
{
	this.target  = target;

	this.img_on  = new Image();
	this.img_off  = new Image();

	this.img_off.src = src_off;
	this.img_on.src = src_on;
}

	function mnu_set(num) {
	document[xmnu[num].target].src =xmnu[num].img_on.src;
	}

	function mnu_reset(num) {
	document[xmnu[num].target].src =xmnu[num].img_off.src;
	}

var xmnu = new Array(20);

xmnu[1]  =  new Menu(
'mnu_1',
"/images/mnu_afisha.gif",
"/images/mnu_afisha_.gif"
);

xmnu[2]  =  new Menu(
'mnu_2',
"/images/mnu_cinema.gif",
"/images/mnu_cinema_.gif"
);

xmnu[3]  =  new Menu(
'mnu_3',
"/images/mnu_movie.gif",
"/images/mnu_movie_.gif"
);

xmnu[4]  =  new Menu(
'mnu_4',
"/images/mnu_club.gif",
"/images/mnu_club_.gif"
);


//-------------------------------------------------------------------------


//width, x, y, "", "", fon_color, active_fon_color, color_ramka, color_hr
//afisha
arMenu1 = new Array(120,1,195,"","","#ffffff","#000000","#808080","#808080",
"Смотрите сегодня",		"/afisha.html",0,"",
"Скоро на экранах",		"/see_soon.html",0,"",
"Расписание",			"/sheduler/today/all_films/all.html",1,"")

arMenu1_3 = new Array(
"Родина",	"/sheduler/today/all_films/rodina.html",0,"",
"Звездный",	"/sheduler/today/all_films/star.html",0,"",
"Москва",	"/sheduler/today/all_films/moskow.html",0,"")

//cinema world
arMenu2 = new Array(115,65,195,"","","#ffffff","#000000","#808080","#808080",
"Новости",	"/news/",0,"",
"Персоналии",	"/all_people/",0,"",
"Киноресурсы",	"/kinores.html",0,"")

//movie
arMenu3 = new Array(140,143,195,"","","#ffffff","#000000","#999999","#999999",
"Родина",		"/sheduler/today/all_films/rodina.html",1,"",
"Звездный",		"/sheduler/today/all_films/star.html",1,"",
"Москва",		"/sheduler/today/all_films/moscow.html",1,"",
"Реклама в кинотеатре",	"http://www.rodina.odessa.net/advertising/index.html",0,"")

arMenu3_1 = new Array(
"Расписание",	"/sheduler/today/all_films/rodina.html",0,"",
"Расположение",	"/map.html",0,"map_()",
"План зала",	"rodina_plan.html",1,"rodina_plan()",
"Слайд-шоу",	"rodina_slide_show.html",0,"rodina_slide_show()",
"Оборудование",	"rodina_equipment.html",0,"")

arMenu3_1_3 = new Array(
"Синий зал",	"rodina_blue.html",0,"rodina_plan()",
"Красный зал",	"rodina_red.html",0,"rodina_red_plan()")

arMenu3_2 = new Array(
"Расписание",	"/sheduler/today/all_films/star.html",0,"",
"Расположение",	"/map.html",0,"map_()",
"План зала",	"/star_plan.html",0,"star_plan()",
"Слайд-шоу",	"star_slide_show.html",0,"star_slide_show()")

arMenu3_3 = new Array(
"Расписание",	"/sheduler/today/all_films/moskow.html",0,"",
"Расположение",	"/map.html",0,"map_()",
"План зала",	"/moscow_plan.html",0,"moskow_plan()",
"Слайд-шоу",	"/moscow_slide_show.html",0,"moskow_slide_show()")



//club
//original
//arMenu4 = new Array(120,336,195,"","","#ffffff","#000000","#999999","#999999",
//"Форум",		"/forum/",0,"",
//"Чат",			"/chat.html",0,"",
//"Гостевая",		"/guest.html",0,"",
//"Вопросы и ответы",	"/quest.html",0,"",
//"Регистрация",		"/registration.html",0,"",
//"Подписка",		"/maillist.html",0,"")

arMenu4 = new Array(120,336,195,"","","#ffffff","#000000","#999999","#999999",
"Форум",		"/forum/",0,"",
"Гостевая",		"/guest.html",0,"",
"Вопросы и ответы",	"/quest.html",0,"",
"Регистрация",		"/registration.html",0,"",
"Подписка",		"/maillist.html",0,"")

arMenu6 = new Array(120,459,102,"","","#ffffff","#000000","#999999","#999999",
"Родина",		"/sheduler/today/all_films/rodina.html",0,"",
"Звездный",		"/sheduler/today/all_films/star.html",0,"",
"Москва",		"/sheduler/today/all_films/moskow.html",0,""
)


imgSrc = "/images/mnu_arrow.gif";

