window.open(sUrl, sName, sFeatures)
Although it seems that each item is optional, IE requires that you specify sName before you can specify sFeatures.
<img
onclick='window.open("http://www.markcotton.com/mosaic/pacifico.html", "Mark Cotton", "width=350,height=500,toolbar=no")'...