function ShowRefTitle(title) {
window.status=title;
return true;
}

function HideRefTitle() {
window.status="";
return true;
}
