function photoDisp(pic, W, H, descText) { photoBody = '' + '' + '
' + ''+descText+'

' + '[CLOSE WINDOW]

' + '
' + '
' + '' + '

' + ''+descText+'

' + '[CLOSE WINDOW]' + '
' + '' + '' photoWindow = window.open ("","PhotoWindow","width=" + W + ",height=" + H +",status=Yes") photoWindow.document.open() photoWindow.document.write(photoBody) photoWindow.document.close() }