// JavaScript Document
function showdivtwo() {
document.getElementById('moretwo').style.display = "";
}

