function show(divid) {
document.getElementById(divid).style.display="block";
}
