
function start (myname)
{
			myname.style.color = "black"; 
				myname.style.fontWeight = 'bold';
}


