if (document.images) {
 img_on =new Image();  img_on.src ="/clientimages/44000/images/elementary_pics/Secretword.png"; 
 img_off=new Image();  img_off.src="/clientimages/44000/images/elementary_pics/secretwordhidden.jpg"; 
}

function handleOver() { 
 if (document.images) document.imgName.src="/clientimages/44000/images/elementary_pics/Secretword.png";
}

function handleOut() {
 if (document.images) document.imgName.src="/clientimages/44000/images/elementary_pics/secretwordhidden.jpg";
}
function handleoveralert()
{
if (document.images) window.alert('Excuses')
}
function handleoverlink()
{
if (document.images) window.open("/clientimages/44000/images/elementary_pics/Secretword.png")
}