<html>
<head>
<SCRIPT LANGUAGE="javascript">
<!--
var nifty_little_window = null;
function gateKeeper() {
nifty_little_window = window.open('arearestrita.html', 'restrita', 'width=350,height=150,resizable=1');
}
//-->
</SCRIPT>
</head>
<body>
<FORM NAME="gatekeeperbutton" ACTION="" onSubmit="gateKeeper()">
<input type="submit" value="area restrita">
</FORM>
</body>
</html>