function showBig(picname,width,height) {
  window.open(picname,'','width='+width+', height='+height+', scrollbars=1');
}
