// JavaScript Document

function openWin(URL) {
awindow = window.open(URL,"galphoto",
"width = 500, height = 500, scrollbars = yes, status = no, resizable = no");
}