function show_url(locate) {
 window.status = locate;
 return true;
}

function hide_url() {
 window.status = "";
 return true;
}