// JavaScript Document
function over_img(obj) {
	document.getElementById(obj).src = 'images/selected/btn-' + obj + '.jpg' ;
}
function out_img(obj) {
	document.getElementById(obj).src = 'images/btn-' + obj + '.jpg' ;
}

