<!--
if (document.images) {
	ObjCreat = new Array("b_eng","b_email","b_home","b_phone","b_rus,b_map");
	ObjContent = new Array ();
	for (i in ObjCreat) {
		ObjContent[i] = new Image ();
		ObjContent[i].src ="/images/" + ObjCreat[i] + "_on.gif";
	}
}

function OnOff (mark, type) {
	if (document.images) {
		document.images[mark].src = "/images/" + mark + (type ? ".gif" : "_on.gif");
	}
}
//-->
