function mouseOut(target) { target.className='topnav';setStatusBar(''); }
function setStatusBar(msgStr) { window.status = msgStr; }