function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}
function ePopUp(nPage) {
	window.open(nPage, 'new', 'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=800,height=600');
}
function PopUp(nPage) {
	window.open(nPage, 'new', 'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes,copyhistory=no,scrollbars=yes,width=400,height=300');
}

function ChangeURL(xID,xurl) {
		document.getElementById(xID).href=xurl;
}

