function imgDark(obj,x){
	obj.src='images/top/' + x + '.jpg';
	}
function imgLight(obj,x){
	obj.src='images/top/' + x + 'b.jpg';
	}
function flip(obj,x){
	obj.src='images/' + x + '.jpg';
	}