function open_win(img,w,h){
   text_link= "width="+w+",height="+h+",scrollbars=yes,toolbar=no,menubar=no,status=no,location=no,top=0,left=0,resizable=yes"
   window.open(img,'img',text_link);
}
