
function Write(str) {
    document.write(str);
}

function showPhoto(src, width, height) {
    var wnd = window.open(src, "photo", "menubar=no,location=no,resizable=yes,scrollbars=yes,status=no,width="+width+",height="+height);
    wnd.focus();
}

function op(src, width, height) {
    var wnd = window.open('/img.php?src='+src, "photo", "menubar=no,location=no,resizable=yes,scrollbars=yes,status=no,width="+width+",height="+height);
    wnd.focus();
}
