Javascript:Launch('http://www.kirupa.com/kirupa.htm')

:ex: Ok, I’ve got a looping scroller full of thumbnails, and I want the corresponding full-size image to pop up in a separate window when a thumbnail is clicked.
I tried using this script from the simple popup tutorial:

javascript:Launch(‘http://www.kirupa.com/kirupa.htm’)

but I changed it to javascript:Launch(‘file|\images\image1.jpg’)

and it does nothing. Does anyone know a better way to do this (ideally, a way that works)?