function setSelected(Path){
  $('bigImage').hide();
  $('bigImage').style.backgroundImage = 'url('+Path +')';
  new Effect.Appear('bigImage', {duration: 0.8});
}
