function Enlarge(img,w,h) {
        h+=20; w+=20;
        ss=window.open(""+img+"","show"+w+h,"height="+h+",width="+w+",status=0,toolbar=0,menubar=0,location=0,top=5,left=5");
}
