function toggleFirstProject ()
{

    $("div.post:first> .image").slideDown();

}

