var w = window;
function openWin(url) {
w = open(url, "photo", "width=340,height=430,toolbar=no,menubar=no");
w.focus();
}
