function show( id ) 
{
	Element.hide( 'details' );
	Element.hide( 'upload' );
	Element.hide( 'new' );
	Element.show( id );
   $( id ).color = '#fff';
}

