function imgON(img)
{
	img.src = "images/" + img.id + "_on.png";	
}
function imgOFF(img)
{
	img.src = "images/" + img.id + ".png";	
}