function showDiv(id) { document.getElementById('checkout_2co').style.visibility = 'hidden'; document.getElementById('checkout_paypal').style.visibility = 'hidden'; document.getElementById(id).style.visibility = 'visible'; }