ÿþ< windowSize(); thumbHeight = thumbFrameHeight; document.getElementById("BottomFrame").style.height=(thumbHeight+20) + "px"; document.getElementById("TopFrame").style.height=((windowHeight-thumbHeight) * .85) + "px"; document.getElementById("TopFrame").style.width=(windowWidth*.9) + "px"; document.getElementById("BottomFrame").style.width=(windowWidth*.9) + "px"; } } function resizeThis(){ setHeight(thumbHeight); } function windowSize() { var myWidth = 0, myHeight = 0; if( typeof( window.innerWidth ) == 'number' ) { //Non-IE myWidth = window.innerWidth; myHeight = window.innerHeight; } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) { //IE 6+ in 'standards compliant mode' myWidth = document.documentElement.clientWidth; myHeight = document.documentElement.clientHeight; } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) { //IE 4 compatible myWidth = document.body.clientWidth; myHeight = document.body.clientHeight; } windowWidth = myWidth; windowHeight = myHeight; } </script> </head> <body bgcolor="#F9F4F4" marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 onResize="resizeThis()"> <table width=100% height=100%> <tr><td align=middle valign=middle> <table cellpadding=0 cellspacing=0 border=0 valign=middle align=middle bgcolor="#FFFFFF"> <tr> <td valign=top valign=middle align=middle style="border:1pt solid #999999"> <table cellpadding=0 cellspacing=0 bgcolor="#CCCCCC"> <tr bgcolor="#F0F0F0"> <td> <table width=100% bgcolor="#F0F0F0"> <tr> <td align=left valign=top> <div id="titleframe"> <div class="titleContent"> <div class="banner"> <div class="info"> <script> if ("Domingos Aquino - Art Director / Digital Artist Portfolio 2007&#180;" != "") document.write('<B>Domingos Aquino - Art Director / Digital Artist Portfolio 2007&#180;</B>'); if ("" != "") document.write(' :: '); if ("" != "") document.write(' :: '); if ("Phone :5511 5072-6085 / Mobile: 5511 9118-3743" != "") document.write(' Phone :5511 5072-6085 / Mobile: 5511 9118-3743'); </script> </div> </div> </div> </td> <td align=right valign=top> <div id="titleframe"> <div class="titleContent"> <div class="banner"> <div class="info"><a href="mailto:domaquino@gmail.com">domaquino@gmail.com</a></div> </div> </div> </div> </td> <td align=center valign=top> <div id="titleframe"> <div class="titleContent"> <div class="banner"> <div class="info"><a href="http://www.youtube.com/v/7kl8B5RiEUg"><B>Demo Reel<B></a></div> </div> </div> </div> </td> </tr> </table> </td> </tr> <tr bgcolor="#999999"> <td height=1 width=100%><img src="images/spacer.gif" height=1></td> </tr> <tr bgcolor="#CCCCCC"> <td valign=top align=middle> <iframe id="TopFrame" style="width:800;height:500" name="TopFrame" frameborder="0" src="pages/00.htm"> Your browser does not support iframes. </iframe> </td> </tr> <tr bgcolor="#CCCCCC"> <td valign=top> <iframe id="BottomFrame" style="width:800;height:100" name="BottomFrame" frameborder="0" src="ThumbnailFrame.htm"> Your browser does not support iframes. </iframe> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </body>