function img_on(whatever)
{
	document.images[whatever].src= 'images/list1.gif'
}
				
function img_off(whatever)
{
	document.images[whatever].src= 'images/list.gif'
}

