// JavaScript Document

function PopupPic(sPicURL,winName,features) { 
win = window.open("http://www.ptsphysicaltherapy.com/imagepopup.html?"+sPicURL,winName,features)
if(win.window.focus){win.window.focus();} 
} 