You might want to make it so the pop up is resizeable. On my resolution the pop up is tiny......
I'm guessing you know what to change.... if not:
Code:
'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=782,height=394,
change to
'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=782,height=394,
Nice job though.
Buster