This are the script to open a new Windows Browser
<head>
<script LANGUAGE="JavaScript">
function NavWin()
{
//close();
navwin=open("repo_8a.asp","cam","width=700,height=450,status=NO,scrollbars=NO,border=0");
}
</script>
</head>
To call the function ...
<a href=javascript:NavWin()>
TO Close a Windows Browser.
<a href=javascript:self.close()>
Bye, Ana