<!--
function gt(prm) {
var actn = "/goto.html?" + prm;
window.open(actn);
}
//-->
