function launchpopup(murl) {
	window.open('ordermap.asp?m='+murl, 'maps', 'width=320, height=300');
}
function launchgallery(murl,mname) {
	window.open(murl, mname, 'width=400, height=400');
}