$(document).ready(function(){
$('#showpic').hide();
$('#showpic').fadeIn(1000);
});
