$insertpics .= '<a href=\'javascript : opener("pics/'.$jpgFile.'", "'.$jpgWidth.'", "$jpgHeight")\'><img style=\'border-color:#8888aa; border-width:1px; border-style:solid;\' src=\'pics/'.$gifFile.'\'></a>\r';
i started with ' instead of " and \ all the instances of ' for the javscript. I used dreamweaver as the code highlighter to verify.