function HoverEffectOn(theAddress)
{
	window.status=theAddress;
}
function HoverEffectOff(theElement)
{
	window.status='';
}