var fRunning=0
Btn1_n = new Image()
Btn1_n.src = imgsPath +'images/header_09.jpg';
Btn2_n = new Image()
Btn2_n.src = imgsPath +'images/header_08.jpg';
Btn3_n = new Image()
Btn3_n.src = imgsPath +'images/header_07.jpg';
Btn4_n = new Image()
Btn4_n.src = imgsPath +'images/header_31.jpg';
Btn5_n = new Image()
Btn5_n.src = imgsPath +'images/header_30.jpg';
Btn6_n = new Image()
Btn6_n.src = imgsPath +'images/header_29.jpg';
Btn7_n = new Image()
Btn7_n.src = imgsPath +'images/header_28.jpg';
Btn8_n = new Image()
Btn8_n.src = imgsPath +'images/header_27.jpg';
Btn9_n = new Image()
Btn9_n.src = imgsPath +'images/header_26.jpg';
Btn1_h= new Image()
Btn1_h.src = imgsPath +'images/header_b_09.jpg';
Btn2_h= new Image()
Btn2_h.src = imgsPath +'images/header_b_08.jpg';
Btn3_h= new Image()
Btn3_h.src = imgsPath +'images/header_b_07.jpg';
Btn4_h= new Image()
Btn4_h.src = imgsPath +'images/header_b_31.jpg';
Btn5_h= new Image()
Btn5_h.src = imgsPath +'images/header_b_30.jpg';
Btn6_h= new Image()
Btn6_h.src = imgsPath +'images/header_b_29.jpg';
Btn7_h= new Image()
Btn7_h.src = imgsPath +'images/header_b_28.jpg';
Btn8_h= new Image()
Btn8_h.src = imgsPath +'images/header_b_27.jpg';
Btn9_h= new Image()
Btn9_h.src = imgsPath +'images/header_b_26.jpg';

function StartTrans(which2,xchng)
{
	if (fRunning == 0)
	{
		fRunning = 1
		which2.filters.blendTrans.Apply();
		which2.src = xchng;
		which2.filters.blendTrans.Play()
	}
}

function EndTrans(which2,xchng)
{
		fRunning = 0
		which2.filters.blendTrans.Apply();
		which2.src = xchng;
		which2.filters.blendTrans.Play()
}
