var Memry={
	env:{
		startfun: 'Run.initLinks'
	}
},
Run={
	initLinks: function(){
		Run.toolbar();
		var str= '', tem= '';
		Run.doRight('a', 'linksDiv').forAll(function(who){
			str= who.title || '4.0';
			tem= str.charAt(0);
			if(tem== '1') tem= '3';
			else if(tem== '3') tem= '2';
			else if(tem== '5') tem= '1';
			Run.mrs(who, 'fS:1.2em; subpic='+tem+';sub_title='+who.title.substring(2)+';title=');
			Run.setHot(who);
			Run.addEvent(who, 'mouseover', 'Run.index_preVu');
			Run.addEvent(who, 'focus', 'Run.index_preVu');
		});
		Run.loadSrc('mr_apps', '', 'Yankee.apps.getQuote');
	},
	index_preVu: function(e){
		e= Run.Eve(e) || '';
		var who= e.target || e.srcElement;
		var wch= Run.getAtt(who, 'subpic');
		wch= parseInt(wch) || 1;
		var imgA= ['', "art/ever.gif", "areoka/areoka.gif", "art/practical/mrhoo.gif", "library/art/leatherbook.gif"];
		Run.mrs('picDiv', 'bgI:url("'+imgA[wch]+'");bgR:no-repeat');
	}
}
