function loginSite()
{
    //var clogin=document.forms["siteLogin"].r_username_sn.value
    //var cpassword=document.forms["siteLogin"].r_password_pw1.value
    
    var csite = document.getElementById('login_type').value;
    
    if (csite=="Affiliates")
    {
        window.open('http://www.offerz.com/','Offerz','resizable=yes,left=1,top=1,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=800,height=600');
    }
    else if (csite=="Merchants")
    {    
        window.open('http://www.offerz.com/','Offerz','resizable=yes,left=1,top=1,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=800,height=600');
    }
    else if (csite=="ResponderInfo")
    {    
        window.open('http://www.responderinfo.com/','ResponderInfo','resizable=yes,left=1,top=1,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=800,height=600');
    }
    else if (csite=="Tipple")
    {    
        window.open('http://consumerbase.turbo-marketing.net/listorder/','Tipple','resizable=yes,left=1,top=1,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=800,height=600');
    }
    else
    {
        alert("You must select an account type.")
    }
}

function openQuote(src_win)
{
 window.open(src_win,'win_wuote','resizable=yes,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=800,height=600');    
}

function showPanel2()
{ 
 document.getElementById('form_1').style.display='none';
 document.getElementById('form_2').style.display='block'; 
}

function sendRequest()
{ 
}
