Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
function openModal(id) { document.getElementById(id).style.display = "block"; } function closeModal(id) { document.getElementById(id).style.display = "none"; }
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!