var pong;

function adjustMenu (itemNum) {
        if (itemNum != "default") {
                document.LocationRedirect.siteProduct.selectedIndex = itemNum;
        } else {
                document.LocationRedirect.siteProduct.selectedIndex = 0;
        }
}
function setPage (newAddress) {
        if (newAddress != "") { window.location.href = newAddress; }
}
function openWin(url, name)
{  
    popupWin = window.open(url, name, "width=750,height=500,status=no,toolbar=no,location=no,resizeable=no,scrollbars=yes,menubar=no");

}
function openWin2(url, name)
{  
    popupWin = window.open(url, name, "width=200,height=100,status=no,toolbar=no,location=yes,resizeable=no,scrollbars=no,menubar=no");
}
