function changeImage(filename)
{
  document.getElementById('mainimage').src = filename;
}
$(document).ready(function() {
   $(".gallerishow").colorbox();
 });
;


