<!-- Pop Up windowfunction makeNewWindow(filename) {	newWindow = window.open(filename, "Photo","toolbar=0, menubar=0, status=1, scrollbars=0, scrolling=no, resizable=no, width=450, height=450")}function showStatus(msg){	window.status = msg;	return true;}function closeWindow(){	window.close();}// -->