
function show_region(v){
 $$('.table_region').each(function(e){e.hide();});
 Effect.toggle($(v), 'blind', { duration: 0.5 });
}

