function launchpopup(murl) {
	window.open('view.asp?' + murl, 'message', 'width=700, height=550');
}
function launchgallerypopup(murl) {
	window.open(murl, 'message', 'width=700, height=600');
}

function launchpopupgallery(murl) {
	window.open(murl, 'Gallery', 'width=550, height=600');
}

function launchpubpopup(murl) {
	window.open(murl, 'NACP', 'width=500, height=500');
}

function launchsurvey(murl) {
	window.open(murl, 'Survey', 'width=400, height=400');
}
