var p = "";

function btnon(id)
{
	if(id != p) document.getElementById(id).src = document.getElementById(id).src.replace('-off.','-p.')
}
function btnoff(id)
{
	if(id != p) document.getElementById(id).src = document.getElementById(id).src.replace('-p.','-off.')
}
		