function popImage (dims,imgsrc) { var width = dims[0]; var height = dims[1]; var win = window.open ('image.html?url='+imgsrc,'popwin','width='+width+',height='+height); }