function changee(xs) {
 xs.style.backgroundColor="#990000"
 window.status= "Click to open " + xs.innerText 
 }
function orie(xs) { xs.style.backgroundColor="#ff0000"}


function dyn(xd,d)
{
if(d)
	{
	xd.style.textDecoration="Underline";	
	}
else
	{
	xd.style.textDecoration="none";	
	}
}