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