﻿function ___rf(){return void(0);}
function __hstNv(num){history.go(num);}
function getObj(id){
    if(document.all)
        return document.all[id];
    else
        return document.getElementById(id);
}
function shImg(url, id){
    var txt = getObj(id);
    window.open(url + txt.value);
}
