<html>

<script>
function show_alert(text)
  { 
   alert(text);
  }
</script>

<body>
  Frame 1.
</body>

</html>