
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if ((browserName == "Netscape" && browserVer >= 3) || (browserVer > 3)) version = "n3"; else version = "x";
if (version == "n3")
{
//
	m_01_off = new Image();
	m_01_off.src = "../images/m_01_off.gif";
	m_01_on = new Image();
	m_01_on.src = "../images/m_01_on.gif";
//
	m_02_off = new Image();
	m_02_off.src = "../images/m_02_off.gif";
	m_02_on = new Image();
	m_02_on.src = "../images/m_02_on.gif";
//
	m_03_off = new Image();
	m_03_off.src = "../images/m_03_off.gif";
	m_03_on = new Image();
	m_03_on.src = "../images/m_03_on.gif";
//
	m_04_off = new Image();
	m_04_off.src = "../images/m_04_off.gif";
	m_04_on = new Image();
	m_04_on.src = "../images/m_04_on.gif";
//
	m_05_off = new Image();
	m_05_off.src = "../images/m_05_off.gif";
	m_05_on = new Image();
	m_05_on.src = "../images/m_05_on.gif";
//
	m_06_off = new Image();
	m_06_off.src = "../images/m_06_off.gif";
	m_06_on = new Image();
	m_06_on.src = "../images/m_06_on.gif";
//
	m_07_off = new Image();
	m_07_off.src = "../images/m_07_off.gif";
	m_07_on = new Image();
	m_07_on.src = "../images/m_07_on.gif";
//
	m_08_off = new Image();
	m_08_off.src = "../images/m_08_off.gif";
	m_08_on = new Image();
	m_08_on.src = "../images/m_08_on.gif";
//
	m_09_off = new Image();
	m_09_off.src = "../images/m_09_off.gif";
	m_09_on = new Image();
	m_09_on.src = "../images/m_09_on.gif";
//
	m_10_off = new Image();
	m_10_off.src = "../images/m_10_off.gif";
	m_10_on = new Image();
	m_10_on.src = "../images/m_10_on.gif";
//
	m_11_off = new Image();
	m_11_off.src = "../images/m_11_off.gif";
	m_11_on = new Image();
	m_11_on.src = "../images/m_11_on.gif";
//
	m_12_off = new Image();
	m_12_off.src = "../images/m_12_off.gif";
	m_12_on = new Image();
	m_12_on.src = "../images/m_12_on.gif";
//
        m_13_off = new Image();
	m_13_off.src = "../images/m_13_off.gif";
	m_13_on = new Image();
	m_13_on.src = "../images/m_13_on.gif";
//
        m_14_off = new Image();
	m_14_off.src = "../images/m_14_off.gif";
	m_14_on = new Image();
	m_14_on.src = "../images/m_14_on.gif";
//

	ic_01_off = new Image();
	ic_01_off.src = "../images/home_ico.gif";
	ic_01_on = new Image();
	ic_01_on.src = "../images/home_ico_on.gif";
//
	ic_02_off = new Image();
	ic_02_off.src = "../images/mail_ico.gif";
	ic_02_on = new Image();
	ic_02_on.src = "../images/mail_ico_on.gif";
//
	ic_03_off = new Image();
	ic_03_off.src = "../images/en_ico.gif";
	ic_03_on = new Image();
	ic_03_on.src = "../images/en_ico_on.gif";
//
	ic_04_off = new Image();
	ic_04_off.src = "../images/ru_ico.gif";
	ic_04_on = new Image();
	ic_04_on.src = "../images/ru_ico_on.gif";
//

//

}

function img_inact(img)
{
	if (version == "n3")
	{
		imgOn = eval(img+"_off.src");
		document[img].src = imgOn;
	}
}

function img_act(img)
{
	if (version == "n3")
	{
		imgOn = eval(img+"_on.src");
		document[img].src = imgOn;
	}
}
