function goPreView(popSeq,scrll,wdth,hght,tp,lft){
  window.open(cp+"/screenMng/PopupView.fs?popSeq="+popSeq, popSeq, "scrollbars="+ scrll +",toolbar=no,location=no,status=no,menubar=no,resizable=no,width="+ wdth +",height="+ hght +",top="+ tp +",left="+lft);
}