function bigpopup(murl) {
	window.open(murl, 'Statistics', 'width=600, height=500, scrollbars');
}

function launchpopup(murl) {
	window.open(murl, 'mail', 'title=FileManager width=560, height=450, toolbar');
}