function shImg(id,sh,st,il){
oWin=window.open('image.aspx?id='+id+'&typ=5&sh='+sh+'&title='+st+'&il='+il,'image','scrollbars=yes,resizable=yes,height=100,width=200,left=0,top=0,status=no,toolbar=no,menubar=no,location=no');
oWin.focus()
}