 .hideObject { display: none; visibility: hidden; } 
 .showObject { display: block; visibility: visible; }
