﻿function printdiv() {
    var headstr = "<html><head><ti" + "tle></ti" + "tle></head><body bgcolor=" + "White>";
    headstr = headstr + "<table width=100% height=100% bgcolor=White cellpadding=4 cellspacing=0 border=0>";
    headstr = headstr + "<tr><td bgcolor=White>";
    headstr = headstr + "<img src=ima" + "ges/logo_w" + "hiteonly" + ".jpg border=0px /><br/>";
    var footstr = "</td></tr></table></body>";
    var newstr = document.getElementById('div_print').innerHTML;
    var oldstr = document.body.innerHTML;
    document.body.innerHTML = headstr + newstr + footstr;
    window.print();
    document.body.innerHTML = oldstr;
    return false;
}
function jsSignUpMailingList2() {
    var the_es = document.getElementById('ea4567').value;
    var the_m = document.getElementById('Hidden45').value;
    var the_p = document.getElementById('Hidden3542').value;

    if (the_es == '') {
        alert('Please enter an Email Address before signing up !!');
    } else if (the_es == 'Enter Email Address Here') {
        alert('Please enter an Email Address before signing up !');
    } else {
        if (confirm('Confirm Signup to our News Mailing List ??') == true) {
            window.open('http://ui.constantcontact.com/d.jsp?ea=' + the_es + '&m=' + the_m + '&p=' + the_p, '_blank', 'width=320px, height=250px, scrollbars=auto, toolbars=no, status=yes, resizable=yes');
        } else {
            //Do Nothing
        }
    }
}
function checkQSValue(thevalue) {
    if (thevalue == 'Quick Search ...') {
        document.getElementById('ctl00$lbQuickSearch').value = '';
    } else {
        document.getElementById('ctl00$lbQuickSearch').value = thevalue;
    }
}
