//Partial JS for viewing and hiding objects

$$('.view_object').invoke('show');
$$('.close_object').invoke('hide');
$$('.object').invoke('hide');
