<html>
<head>
<script language="javascript">
function win() {
var myWin = window.open('frameset.html','online','width=790,he ight=600,
resizable=yes');
myWin.focus();
}
</script>
</head>
<body>
</body>
</html>