function SendUser(newURL) {
window.location = newURL
}


function show(currList) {
thisMenu = document.getElementById(currList).style;
bg = document.getElementById('front1').style.display = "none"
thisMenu.display = "block";
}



function hide(currList) {
thisMenu = document.getElementById(currList).style;
thisMenu.display = "none";
document.getElementById('front1').style.display = "block"
}

var square = new Array(2);
square[0] = new Image;
square[0].src = "images/buttons/redsquare.gif";
square[1] = new Image;
square[1].src = "images/buttons/bluesquare.gif";


function highlight(button){
document[button].src = square[1].src;
}
function lowlight(button){
document[button].src = square[0].src;
}

function check1(userdat){
re1 = /[^\d \w,\.\(\)]/;
var length = userdat.length;
for (var i = 0; i < length; i++){
var A1 = userdat.elements[i].value;
var A2 = userdat.elements[i].name;
var result = re1.exec(A1);
if (result){alert("The character " + result[0] + " in the '" + A2 + "' field is not allowed for security reasons\n\nPlease use alphanumeric characters and basic punctuation marks only in your Search Pattern");
return false;}
}
}

function showmenu(catchit)
{
document.getElementById(catchit).style.visibility="visible"
}
function hidemenu(catchit)
{
document.getElementById(catchit).style.visibility="hidden"
}


function oldcol(colout){
document.getElementById(colout).style.background = "d3d3d3"
}
function newcol(colin){
document.getElementById(colin).style.background = "f3f3f3"
}

function massWindow() {conwin = window.open("mass/hopper.htm", "masswin", "width=750,height=450,scrollbars=yes,toolbar=no,location=yes, resizable=no top = 10 left = 10")}
function mailgroup() {conwin = window.open("mailgroup.htm", "masswin", "width=600,height=440,scrollbars=yes,toolbar=no,location=yes, resizable=no top = 10 left = 10")}



function jumpPage(newLoc) {
newPage = newLoc.options[newLoc.selectedIndex].value
if (newPage != "") {
window.location = newPage
}
}





