<html>
<!-- © 1999 Microsoft Corporation.  All rights reserved.-->
<head>
<title>left banner</title>
<script language=JavaScript src="sh_page.js"></script>
<SCRIPT language=JavaScript>
    function Init() {
        if (window == window.parent)
            window.location = "default.htm";
        if (IsIE())     
            document.all.LOGOIMAGE.style.display = "none";
        else {
            //document.images["TABLELOGO"].style.display = "none";
            Resize();
        }
    }
    
    function Resize() {
        if (!IsIE())
            document.LOGO.pageY = window.innerHeight - 46;
    }
</script>
</head>

<body onload="Init();" onDragDrop="return false;" onResize="Resize();" border=0 topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" bgcolor="#000000">
<table cellspacing=0 cellpadding=0 height="100%" style="position:absolute; left:0; top:0; ;pagex:0; z-index:2">
<TR>
    <TD height="90%" >&nbsp;</TD>
</TR>
<TR>
    <TD height="51" style="background-color:#000000">
        <IMG ID="TABLELOGO" src="images/server_appliance_logo.gif" border=0 style="pagex:0;"> 
    </TD>
</TR>    
</table>
<layer ID="LOGO" left=0 style="position:absolute; z-index:2; left:0; pagex:0; pagey:300;"> 
    <IMG name="LOGOIMAGE" src="images/server_appliance_logo.gif" border=0 > 
</layer>
    
<IMG src="images/left_panel.gif" border=0 style="position:absolute; z-index:1">

</body>
</html>