/* 
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/

function mostraCredits() {
    $("#credits").animate({ "height": "toggle" }, { duration: 1000 });
}

function mostraCollections() {
    $("#collections").animate({ "height": "toggle" }, { duration: 1000 });
}

