﻿
function MM_openBrWindow(theURL, winName, features) { //v2.0
    window.open(theURL, winName, features);
}
function searchDir() {
    window.location.href = '/Search.aspx?q=' + document.getElementById('ctl00_Nav1_txtQuery').value;
}

function opendiv(id1, id2) {
    document.getElementById(id1).style.display = 'inline';
    document.getElementById(id2).style.display = 'none';
}

function PopupPic(sPicURL) {
    window.open("/scripts/popup.htm?" + sPicURL, "", "resizable=1,HEIGHT=200,WIDTH=200");
}
