Explorando encontre un codigo que podria funcionar para ampliar la ventana en internet explorer 9, se los dejo para que lo analicen posiblemente ustedes le encuentren alguna utilidad:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<title></title>
<script language="vbs">
function pantComp()
set efe11=createobject("wscript.shell")
efe11.sendkeys "{F11}"
end function
</script>
<style>
</style>
</head>
<body onload="pantComp()">
<center><button style="font-size:100%; border-width:0.4em 0.4em 0.8em 0.4em; border-style:outset; border-color:beige; background:bisque; height:2.8em; width:3em" id="F11" onclick="pantComp()"><b>F11</b></button></center> <p>
</body>
</html>