Here is the actual code, not sure on how to do what you want, but would be interested to see the solution.
Code:
<script>
<!--
function fullwin(){
window.open("../index.html","","fullscreen,scrollbars")
}
//-->
</script>
<form>
<input type="button" onClick="fullwin()" value="Open window">
</form>