

function outRow(obj)
{
	obj.style.backgroundColor = '';
}


function overRow(obj)
{
	obj.style.backgroundColor = '#205809';
}

function showAlert()
{
	document.getElementById('alert_box').style.display = 'block';
}

