function exit(x){
	x.src=x.src.replace('-mo.jpg','.jpg');
}
function enter(x){
	x.src=x.src.replace('.jpg','-mo.jpg');
}

