	function mouseOver(target)
	{
		target.style.background='url(images/tab_h.gif) no-repeat;';
	}

	function mouseOut(target)
	{
		target.style.background='url(images/tab_l.gif) no-repeat;';
	}
