 
function showLayer(){
var delay = 1300; //2 secs
setTimeout("document.getElementById('aaa').style.visibility='visible'",delay);}
