var Memry= window.Memry || {};
var P= location.pathname.match(/[\/\\](\w+)_(\d+)\.html/), g= '';
if(P){
	g= (function(){
		switch(P[1]){
			case 'bow': 
			return 'His Last Bow';
			case 'case': 
			return 'The Casebook of Sherlock Holmes';
			case 'fear': 
			return 'The Valley of Fear';
			case 'hound': 
			return 'The Hound of the Baskervilles';
			case 'memoir': 
			return 'The Memoirs of Sherlock Holmes';
			case 'return': 
			return 'The Return of Sherlock Holmes';
			case 'sign': 
			return 'The Sign of the Four';
			case 'study': 
			return 'A Study in Scarlet';
			default: return 'The Adventures of Sherlock Holmes';
		}
	})()
}
Memry.env={
	reqJS: '$$repage', startfun: 'Yankee.repage.beginner',
	groupTitle:g,defImage:'/library/art/sherlock.gif',
	reqCss:'/css/pagenav.css',
	sty:'body{visibility:hidden}\nh1,h2{visibility:visible}'
}
if(window.Run && Run.first) Run.first.inf(Memry.env);
