	function BgHover(Elemnt,Pict){
		Elemnt.src = Pict+ '_hover.gif' ;
	}
	function BgDefault(Elemnt,Pict){
		Elemnt.src = Pict + '.gif';
	}