﻿function reload() {
    document.getElementById("captcha").src = 'captcha.aspx?refresh=t' + Date();
}

function popUp(URL) {
    window.open(URL, 'svnviewer', 'toolbar=0,scrollbars=1,location=1,statusbar=1,menubar=0,resizable=1,width=950,height=700');
}