pop-up

<html>
<head>
<title>AGENDA VISITA</title>
<script languague=”javascript”>
function popup(){
window.open(“https://crtrceara.gov.br/wp-content/uploads/2021/02/Face-masks-please.png”, “AGENDAR VISITA”, “width=1004,height=5901,left=” + (screen.width – 1004) / 2 + “,top=” + (screen.height – 591) / 2);
}
</script>
</head>
<body onload=popup()>
</body>
</html>