function popup(murl) {
	window.open(murl, 'popup', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=450,height=400');
}

function launchpopup(murl,mname) {
	window.open(murl, mname, 'width=400, height=400');
}

function launchbook(murl) {
	window.open(murl, 'mail', 'width=860, height=600');
}

function launchorder(murl) {
	window.open(murl, 'publications', 'width=380, height=380');
}

function bigpopup(murl) {
	window.open(murl, 'Statistics', 'width=600, height=500, scrollbars');
}