function popUp(link,title) {
    window.open(link, title, 'width=350,height=285,directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no')
}

function lmadPopUp(link,title) {
    window.open(link, title, 'width=620,height=360,directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=yes')
}

function searchCheck() {
    var s = document.searchform._dirnamesearch.value
    if (s.length == 0) {
        alert('Please enter a Business Name or Category to continue your Yellow Pages search.');
        document.searchform._dirnamesearch.focus();
    } else {
        document.searchform.submit();
    }
}
