﻿LM.Tour = {
	InitMoreTour: function() {
		$$('a.moreLink').addEvent('click', function(e) {
			e.stop();
			Mediabox.open(path + '/tour/detail?id=' + this.id.replace('tour_', ''), '', '400 200');
		});
	}
}
