function firstcandle_select(btn, id) {
var obj = $(id); btn = $(btn); $('firstcandle_header').down("ul").select('a').each(function(item) { item.removeClassName('selected'); }); btn.addClassName('selected'); $('firstcandle_content').select('.firstcandle-item').each(function(item) { item.hide(); }); obj.show(); }
