


function activeBtn(obj, num)
{
	obj.src = "img/menu/"+num+"_2.gif";
}
function disActiveBtn(obj, num)
{
	obj.src = "img/menu/"+num+".gif";
}