// JavaScript Document
function PopupEvent(domain) { //v2.0
  var url = domain + "ivent.html";
  window.open(url,'event','status=yes,scrollbars=yes,resizable=yes,width=830,height=690');
}