function launchpopup(murl) {
	window.open(murl, 'message', 'width=450, height=400');
}

function launchprint(murl) {
	window.open(murl, 'Print', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=720, height=480');
}

function refresher(murl) {
	opener.location.href = murl;
}
