function launchpopup(murl) {
	window.open(murl, 'message', 'width=400, height=400');
}

function launchmessagepopup() {
	window.open('newmessage.asp', 'newmessage', 'width=400, height=350');
}

function popupmap() {
	window.open('images/map.gif', 'newmessage', 'width=400, height=460');
}

function popupfloorplan() {
	window.open('images/printfloorplan.gif', 'Print floor Plan', 'width=800, height=480');
}

function printpopup(p) {
	window.open('print.asp?p='+p, 'print', 'width=640, height=480, scrollbars=yes');
}

function photopopup(murl) {
	window.open(murl, 'newmessage', 'width=700, height=500, scrollbars=yes');
}

function dummy() {
}

function refresher(murl) {
	opener.location.href = murl;
}

function bigpopup(murl) {
	window.open(murl, 'Statistics', 'width=600, height=500, scrollbars');
}
function printfloor(murl) {
	window.open(murl, 'Floor Plan', 'width=800, height=480');
}

function bigpopup2(murl,mname) {
	window.open(murl, mname,'toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=600');
}

function launchgallery2(murl) {
	window.open(murl, 'gallery', 'width=500, height=600');
}

function launchgallery(murl) {
	window.open(murl, 'gallery', 'width=650, height=650');
}
