function openWin(textIn, text2In) {
    var nlpq = textIn.value;
    var kb = text2In.value;
    var mfWin = window.open("http://ask.northernrock.co.uk/templates/northernrock/seo/resultsPage?nlpq=" + nlpq + "&kb=" + kb, mfWin, "screenX=10,screenY=10,left=10,top=10,width=635,height=835,scrollbars=yes,resizable=yes,toolbar=yes,menubar=yes");
    mfWin.focus();
}
function clearBox(formfield) {
    if (formfield.defaultValue == formfield.value)
        formfield.value = ""
}

function openTextLink(link) {
    var mfWin = window.open(link, mfWin, "screenX=10,screenY=10,left=10,top=10,width=635,height=835,scrollbars=yes,resizable=yes,toolbar=yes,menubar=yes");
}

document.domain = "northernrock.co.uk";
