function displayPopup(url) {
	if (document.all)
		return true;
	window.open(url, '_blank', 'width=800,height=600,innerWidth=800,innerHeight=600,dependent=no,hotkeys=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no');
	return false;
}
