[php]
<script>
function displayStep2(){
document.getElementById(‘step1’).style.display = "none";
document.getElementById(‘step2’).style.display = "block";
}
</script>
[/php]
[php]
<script>
function displayStep2(){
document.getElementById(‘step1’).style.display = "none";
document.getElementById(‘step2’).style.display = "block";
}
</script>
[/php]