
function OpenHelplRedirect(_typeName){
var openwindow;
var openlink;
var xpos = (screen.availWidth - 680) / 2;

}

function OpenHardLink(_link){
	window.open(_link);
}

function TermsCondOpen(){
	openpagewin("/OPEN/base/termsConditions.jsp", 700, 600);
}

function openpagewinFControl(openlink, widthx, heighty, isresize, ismenubar, isscrollbar, leftpos, toppos) {

  popupWin=window.open(openlink, "docpopup",
    "scrollbars="+isscrollbar+",menubar="+ismenubar+",resizable="+isresize+",width="+widthx+",height="+heighty+",left=" +leftpos+",top="+toppos);
  if (popupWin.focus!=null)
    popupWin.focus();
}

function openpagewinAdvance(openlink, widthx, heighty, isresize, ismenubar, isscrollbar) {
  var xpos = (screen.availWidth - 100) / 3;
  var toppos = (screen.availHeight - 100) / 3;

  popupWin=window.open(openlink, "docpopup",
    "scrollbars="+isscrollbar+",menubar="+ismenubar+",resizable="+isresize+",width="+widthx+",height="+heighty+",left=" +xpos+",top="+toppos);
  if (popupWin.focus!=null)
    popupWin.focus();
}

function openpagewinHW(openlink, widthx, heighty) {
  var xpos = (screen.availWidth - 680) / 2;

  popupWin=window.open(openlink, "docpopup",
    "scrollbars=yes,menubar=yes,resizable=yes,width="+widthx+",height="+heighty+",left=" +xpos+",top=0");
  if (popupWin.focus!=null)
    popupWin.focus();
}

function openfullwinDefault(openlink) {
  popupWin=window.open(openlink, "winpopup",
    "scrollbars=yes,menubar=yes,toolbar=yes,resizable=yes,width=800,height=600,left=0,top=0");
  if (popupWin.focus!=null)
    popupWin.focus();

}
