
function setButton(rows, color)
{
   	 rows.style.backgroundColor=color;
}

function setPage(page)
	{
		window.location=page+'.php';
	}

