function toggleVisibility(){
document.getElementById('navileft').style.visibility='visible';
}

