
function msOver(a,b)
{
self.document.images[a].src=b;
if (document.all)
	{
	document.getElementById('masterImage').filters.revealTrans.Apply();
	document.getElementById('masterImage').filters.revealTrans.Play();
	}
}

function headlineOff ()
{
document.getElementById('imageHadline').style.display="none";
}

function headlineOn ()
{document.getElementById('imageHadline').style.display="block";}


