(909) 938-7828 Rancho Cucamonga, CA

Espanol Tag

<input id="btnSwitchLanguage" onclick="switchLanguage()" style="padding: 5px 10px; margin: 0 24px 24px 0; background-color: red; border: solid 2px gold; color: gold; font-weight: bold; cursor: pointer; box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5); border-radius: 14px;" type="button" value="Español" /> <script>
    function switchLanguage() {
        window.location.href = '#googtrans(en|es)';
        window.location.reload(true);
    }
</script>