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 launchpic(murl,mname) {
	window.open(murl, mname, 'scrollbars=yes,width=650, height=600,menubar=yes');
}

function launchpopup(murl,mname) {
	window.open(murl, mname, 'width=500, height=500');
}
function launchproject(murl,mname) {
	window.open(murl, mname, 'scrollbars=yes,width=650, height=680');
}

