function imgShow(imgname){
  fullWin = window.open('/imageShow.jsp?imgname='+imgname,name,"width="+(screen.width-10)+",height="+(screen.height-90)+",scrollbars=yes,resizable=yes")
  fullWin.moveTo(0,0);
}	
