// ?????? ????
var advanceon = new Image(); advanceon.src = "http://www.neochemtech.ru/images/top/advance1.gif";
var advanceof = new Image(); advanceof.src = "http://www.neochemtech.ru/images/top/advance0.gif";

var presson = new Image(); presson.src = "http://www.neochemtech.ru/images/top/press1.gif";
var pressof = new Image(); pressof.src = "http://www.neochemtech.ru/images/top/press0.gif";

var historyon = new Image(); historyon.src = "http://www.neochemtech.ru/images/top/history1.gif";
var historyof = new Image(); historyof.src = "http://www.neochemtech.ru/images/top/history0.gif";

var thankson = new Image(); thankson.src = "http://www.neochemtech.ru/images/top/thanks1.gif";
var thanksof = new Image(); thanksof.src = "http://www.neochemtech.ru/images/top/thanks0.gif";

var glossaryon = new Image(); glossaryon.src = "http://www.neochemtech.ru/images/top/glossary1.gif";
var glossaryof = new Image(); glossaryof.src = "http://www.neochemtech.ru/images/top/glossary0.gif";

var mapon = new Image(); mapon.src = "http://www.neochemtech.ru/images/top/map1.gif";
var mapof = new Image(); mapof.src = "http://www.neochemtech.ru/images/top/map0.gif";

var englishon = new Image(); englishon.src = "http://www.neochemtech.ru/images/top/english1.gif";
var englishof = new Image(); englishof.src = "http://www.neochemtech.ru/images/top/english0.gif";

var mouseon = new Image(); mouseon.src = "http://www.neochemtech.ru/images/top/rightbottom1.gif";
var mouseof = new Image(); mouseof.src = "http://www.neochemtech.ru/images/top/rightbottom.gif";

var starton = new Image(); starton.src = "http://www.neochemtech.ru/images/start1.gif";
var startof = new Image(); startof.src = "http://www.neochemtech.ru/images/start0.gif";

var homeon = new Image(); homeon.src = "http://www.neochemtech.ru/images/home1.gif";
var homeof = new Image(); homeof.src = "http://www.neochemtech.ru/images/home0.gif";

var mailon = new Image(); mailon.src = "http://www.neochemtech.ru/images/mail1.gif";
var mailof = new Image(); mailof.src = "http://www.neochemtech.ru/images/mail0.gif";

// ????????????? ???? ???????
var navhometopon = new Image(); navhometopon.src = "http://www.neochemtech.ru/images/nav/home1.gif";
var navhometopof = new Image(); navhometopof.src = "http://www.neochemtech.ru/images/nav/home0.gif";

var navbacktopon = new Image(); navbacktopon.src = "http://www.neochemtech.ru/images/nav/back1.gif";
var navbacktopof = new Image(); navbacktopof.src = "http://www.neochemtech.ru/images/nav/back0.gif";

var navcontenttopon = new Image(); navcontenttopon.src = "http://www.neochemtech.ru/images/nav/content1.gif";
var navcontenttopof = new Image(); navcontenttopof.src = "http://www.neochemtech.ru/images/nav/content0.gif";

var navprinttopon = new Image(); navprinttopon.src = "http://www.neochemtech.ru/images/nav/print1.gif";
var navprinttopof = new Image(); navprinttopof.src = "http://www.neochemtech.ru/images/nav/print0.gif";

// ????????????? ???? ??????
var navhomebottomon = new Image(); navhomebottomon.src = "http://www.neochemtech.ru/images/nav/home11.gif";
var navhomebottomof = new Image(); navhomebottomof.src = "http://www.neochemtech.ru/images/nav/home10.gif";

var navbackbottomon = new Image(); navbackbottomon.src = "http://www.neochemtech.ru/images/nav/back11.gif";
var navbackbottomof = new Image(); navbackbottomof.src = "http://www.neochemtech.ru/images/nav/back10.gif";

var navcontentbottomon = new Image(); navcontentbottomon.src = "http://www.neochemtech.ru/images/nav/content11.gif";
var navcontentbottomof = new Image(); navcontentbottomof.src = "http://www.neochemtech.ru/images/nav/content10.gif";

var navprintbottomon = new Image(); navprintbottomon.src = "http://www.neochemtech.ru/images/nav/print11.gif";
var navprintbottomof = new Image(); navprintbottomof.src = "http://www.neochemtech.ru/images/nav/print10.gif";

var navupbottomon = new Image(); navupbottomon.src = "http://www.neochemtech.ru/images/nav/up11.gif";
var navupbottomof = new Image(); navupbottomof.src = "http://www.neochemtech.ru/images/nav/up10.gif";

function change(imgName) 
{
 	document[imgName].src = eval(imgName + 'on.src');
}


function release(imgName)
{ 
	document[imgName].src = eval(imgName + 'of.src');
}
