function redirectToMM1(frm)
{
window.location = 'http://www.affordable-auto-insurance-quotes.net/MM.html?source=CD456&zip=' + frm.subid1.value + '&afftrack=top_zip_box';
}

function redirectToMM2()
{
window.location = 'http://www.affordable-auto-insurance-quotes.net/MM.html?source=CD456&zip=' + document.getElementById('subid2').value + '&afftrack=side_zip_box';
}

function redirectToMM3()
{
window.location = 'http://www.affordable-auto-insurance-quotes.net/MM.html?source=CD456&zip=' + document.getElementById('subid12').value;
}

function redirectClient(frm)
{
        window.open('http://network.mossaffiliatemarketing.com/z/1625/CD456/&subid3=news', 'new_win', 'fullscreen=yes,scrollbars=yes');
        //window.open('http://network.mossaffiliatemarketing.com/z/1440/CD456/' + frm.subid1.value, 'new_win', 'fullscreen=yes,scrollbars=yes');
        window.location = 'http://www.affordable-auto-insurance-quotes.net/MM.html?source=CD456&zip=' + frm.subid1.value + '&afftrack=top_zip_box';
        return false;
}

function process_form(frm){
        var selected_option = '';
        for(i=0; i<frm.subid3.length; i++){
                if(frm.subid3[i].checked){
                        selected_option = frm.subid3[i].value;
                }
        }
        //
        if(selected_option == 'Y'){
                redirectClient(frm);
                window.open('', 'new_win', 'fullscreen=yes,scrollbars=yes');
                return true
        }else{
                redirectClient(frm);
                window.open('', 'new_win', 'fullscreen=yes,scrollbars=yes');
                return false
        }
}
