function roller(url, imgName, over){
	window.document.images[imgName].src = url + (over ? imgName + "_a" : imgName) + ".gif";
}

