$(document).ready(function(){
	
	$('.inner_footer_content').find('a').click(function(){
		$('html, body').animate({scrollTop: 0}, 300);
	});

    $("#case_type_menu_trigger").click(function() {
        $("#case_type_menu").toggle();     
    });	


    
});

function formSubmit(elt){
    if (!myFormIsValid()) {
        return false;
    }

        var bustiframe = document.getElementsByName("retURL")[0].value;

        window.top.location.href = bustiframe;
        return Mkto.formSubmit(elt);
    }

