/* Основной скрипт для всего сервера */

	Slct_ = new Image();
	Slct_.src = "/images/square_local_mnu_.gif";
	Stat_ = new Image();
	Stat_.src = "/images/square_local_mnu.gif";

	function slct_mnu(which) {
		document.images["img"+which].src = Slct_.src;
	}

	function stat_mnu(which) {
		document.images["img"+which].src = Stat_.src;
	}

	Home = new Image();
	Home.src = "/images/logo_trigger.jpg";
	Home_ = new Image();
	Home_.src = "/images/logo_trigger_.jpg";

	function h() {
		document.images["img0"].src = Home.src;
	}

	function h_() {
		document.images["img0"].src = Home_.src;
	}

	document.write("<script language='JavaScript1.2' src='/common/mnu.js' type='text/javascript'><\/script>");

