//<!--


if (document.images)
		{
				button1_on = new Image();
				button1_on.src = "../images/careers_on.gif";
				button2_on = new Image();
				button2_on.src = "../images/legal_on.gif";
				button3_on = new Image();
				button3_on.src = "../images/login_on.gif";
				button4_on = new Image();
				button4_on.src = "../images/home_on.gif";
				button5_on = new Image();
				button5_on.src = "../images/services_on.gif";
				button6_on = new Image();
				button6_on.src = "../images/case_on.gif";
				button7_on = new Image();
				button7_on.src = "../images/partners_on.gif";
				button8_on = new Image();
				button8_on.src = "../images/about_on.gif";
				button9_on = new Image();
				button9_on.src = "../images/news_on.gif";
				button10_on = new Image();
				button10_on.src = "../images/contact_on.gif";

				button1_off = new Image();
				button1_off.src = "../images/careers_off.gif";
				button2_off = new Image();
				button2_off.src = "../images/legal_off.gif";
				button3_off = new Image();
				button3_off.src = "../images/login_off.gif";
				button4_off = new Image();
				button4_off.src = "../images/home_off.gif";
				button5_off = new Image();
				button5_off.src = "../images/services_off.gif";
				button6_off = new Image();
				button6_off.src = "../images/case_off.gif";
				button7_off = new Image();
				button7_off.src = "../images/partners_off.gif";
				button8_off = new Image();
				button8_off.src = "../images/about_off.gif";
				button9_off = new Image();
				button9_off.src = "../images/news_off.gif";
				button10_off = new Image();
				button10_off.src = "../images/contact_off.gif";

		}

function on(imgName)
{ if (document.images)
		{ document[imgName].src = eval(imgName + "_on.src"); }
		}

function off(imgName)
{ if (document.images)
		{ document[imgName].src = eval(imgName + "_off.src"); }
		}

onerror=null;


//-->
