	aboutover = new Image;                          //О фирме
	aboutover.src = "img/', $lng, '/buttons/about-.gif";
	aboutout = new Image;
	aboutout.src = "img/', $lng, '/buttons/about.gif";
	
	buildingover = new Image;                          //О строительстве
	buildingover.src = "img/',$lng,'/buttons/activities-.gif";
	buildingout = new Image;
	buildingout.src = "img/',$lng,'/buttons/activities.gif";
	
	sellingover = new Image;                          //О торговле
	sellingover.src = "img/',$lng,'/buttons/offers-.gif";
	sellingout = new Image;
	sellingout.src = "img/',$lng,'/buttons/offers.gif";
	
	articlesover = new Image;                          //Статьи
	articlesover.src = "img/',$lng,'/buttons/articles-.gif";
	articlesout = new Image;
	articlesout.src = "img/',$lng,'/buttons/articles.gif";

	linksover = new Image;                          //Ссылки
	linksover.src = "img/',$lng,'/buttons/links-.gif";
	linksout = new Image;
	linksout.src = "img/',$lng,'/buttons/links.gif";

	letterover = new Image;                          //Письмо
	letterover.src = "img/',$lng,'/buttons/letter-.gif";
	letterout = new Image;
	letterout.src = "img/',$lng,'/buttons/letter.gif";

	function ion(id) {
		document.images[id].src = eval(id + "over.src");
	}

	function ioff(id) {
		document.images[id].src = eval(id + "out.src");
	}
