function inpodurl(hurl,lid,lpos){
if(document.getElementById&&document.getElementById(hurl)){
document.getElementById(hurl).onclick=function(){
this.focus();this.select();_hblink(lid,lpos);
}}
}