function click() {
var stan = document.getElementById('ghost');
if( stan.style.display == 'none' ) {
stan.style.display = '';
} else {
stan.style.display = 'none';
}
}




function cclick() {
var stan = document.getElementById('kody');
if( stan.style.display == 'none' ) {
stan.style.display = '';
} else {
stan.style.display = 'none';
}
}