function WPImagePopup( title, target, imagesrc, look ) { popwin = window.open("",target,look); popwin.document.open(); popwin.document.write(''+title+''); popwin.document.close(); popwin.focus(); }