tenta assim, véio:
<html>
<head>
<title> bla bla </title>
</head>
<script language="javascript">
function abre() {
window.open("http://diretorio/bla2.html","bla2","resizable=no","scrollbars=no","toolbar=no","location=no","menubar=no","status=no",
"width=400","height=120","top=10","left=10");
}
</script>
<body>
<a href="#" onClick="javascrip:abre();">LINK</A>
</body>
</html>