function show(title, photo, width, height) { scWidth = (screen.availWidth-width)/2; scHeight = (screen.availHeight-height)/2; h=10 + parseInt(height); w=10 + parseInt(width); PopUp = window.open('', 'Photo','toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,width='+w+',height='+h+',top='+scHeight+',left='+scWidth); PopUp.document.write(''+title+'
' + title + '
' + title + '
'); PopUp.document.close(); }