function ImgObj(w,h)
{
  this.w=w;
  this.h=h;
}


function show(id)
{
  imgPath='../galeria/';
  currentID=id;
  document.images.bigpic.src=imgPath+"galeria"+id+".jpg";
}
