In the following code, what should go in place of "¿?" to obtain the height of one (any) of the frames?
<head>
...
<script language="javascript">
var frameheight = ¿?
</script>
</head>
<frameset rows="30,*,30">
<frameset cols="30,*,60,*,30">
<frame name="top1" />
<frame...