<!--
function openlogin(){
    opts = '?rs_user='+document.getElementById('rs_user').value+'&rs_pass='+document.getElementById('rs_pass').value
    newwindow = window.open('https://www.infusionreferral.com/2011/secure/checkit.cfm'+opts,'infref','menubar=no,scrollbars=yes,resizable=yes,width=800,height=600');
    newwindow.focus();
    if(window.name != 'infref'){
        document.location = 'index2.cfm';
    }
}

//-->
