function openZoomImg(myurl,mywidth,myheight) { 

            var features = 'width=' + mywidth + ',height=' + myheight;

  window.open(myurl,'zoomimg',features);

}