// JavaScript Document
function eapcAlertAbstract () {
	alert('New Deadline of Online Abstract Submission: December 6, 2006');
}

function openPop(src, name, scrollbar, w, h ){
  features='menubar=no,resizable=no, scrollbars=' + scrollbar + ',width=' + w + ',height=' + h;
  name=window.open(src, name, features);
  name.focus();
  void 0;
}

function onlineAlert () {
	alert('The On-line registration service will be out of order on March 22 from 18.00 p.m until March 23 06.00 a.m.\nPlease try to register on-line again from Friday morning!');
}