// JavaScript Document
function ShowDiv(){
document.getElementById("form").style.display='block';
}