function si(imgID, imgSRC) { document.getElementById(imgID).src = imgSRC }


function watchWindow(url, name) {
popupWin = window.open(url, name, 'menubar=no, status=no, toolbars=no, resizable=yes, scrollbars=yes, width=925, height=685, screenX=50, left=50, screenY=50, top=50');
popupWin.focus();
}
