function faqsWin (url) {
    window.open(url, "winFAQs", "height=400,width=550,channelmode=0,dependent=0,dir ectories=0,fullscreen=0,location=0,menubar=0,resiz able=0,scrollbars=0,status=0,toolbar=0");
    return;
}

function disclaimerWin (url) {
    window.open(url, "winDisclaimer", "height=400,width=600,channelmode=0,dependent=0,dir ectories=0,fullscreen=0,location=0,menubar=0,resiz able=0,scrollbars=0,status=0,toolbar=0");
    return;
}