// JavaScript Document
  function winReg() {
    theWinReg = window.open('http://www.medcomhk.com/icc2012/regist','local','scrollbars=yes, resizable=yes,menubar=no,toolbar=no, status=yes, width=798');
	theWinReg.focus();
  }
  function winAbs() {
    theWinAbs = window.open('http://www.medcomhk.com/icc2012/abstract','local','scrollbars=yes, resizable=yes,menubar=no,toolbar=no, status=yes, width=798');
	theWinAbs.focus();
  }

