function hideIntro(){
    document.getElementById('intro').style.display = 'none';    
}
