function openPopup() {

document.getElementById('light').style.display='block';
document.getElementById('fade').style.display='block';

}
