function closepromotion() {
document.getElementById("promotion").style.display = 'none';
}
function openpromotion() {
document.getElementById("promotion").style.display = 'block';
}
