640px × 1299px (scaled to 334px × 679px)
I was able to click it and make it a screen sized image in FF. Also I was able to move the window.
1299 PX is VERY tall
If you are stuck on using this tall of an image the consider 2 things...
1. Remove the 70 or so pixels of white space at the top and bottom to make it less unnecessarily tall.
2. Edit the popup function to include scroll bars
Code:
onClick="window.open('http://mysite.com','large','width=650,height=140,directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=yes,left=0,top=0,screenX=0,screenY=0');return false">
~Melanie