var RgstInfo = null;
function GoRgstInfo(rgstno)
{
    RgstInfo = window.open('http://rgst.kipris.or.kr/rgst/rgin1000a.do?rgstno='+rgstno, 'RgstInfo', 'width=950, height=600, left=10, top=10, resizable=yes, scrollbars=yes, status=yes');    
    RgstInfo.focus();
}

