window.onload = function () { 
var as_cont = document.getElementById('a-n-t-i-s-p-a-m'); 
var as = document.getElementById('string'); 

as_cont.style.display = "none";
as.value="18";
}

