function showHide(shID) {
document.getElementById(shID).style.display = 'block';
document.getElementById('form-part1').style.display = 'none';
}
