// not sure we're using this.  Should be using /js/photos.js
function msgview(url) {
	window.open(url,'','width=500,height=390,left=0,top=0,toolbar=yes,menubar=no,location=no,scrollbars=yes,resizable=yes');
}

