/* function PhotoWindow   */

function PhotoWindow(Page,Size) {
    	PhotoWin = window.open(Page,"swf_file",Size)
		PhotoWin.document.close()
		}