<!--NOTE: this file is expected to be ANSI - do not add any localizable strings to it !!! -->
<script language="JAVASCRIPT">
function OnLoad()
{
   document.vlinkColor = document.linkColor; // make sure that visited links don't look different

   // connect up the event source
   MMCEvents.ConnectTo(external.Document.Application);
   
   LeftPanel.style.width=@@LEFTPANEWIDTH@@;
   ViewPanel.addBehavior("#default#mmcview");

   UpdateState();
}
</script>


<body id="body" scroll='no' onload='OnLoad()' tabIndex='-1'>
    <DIV style="position:absolute; top:0; left:0">
		<TABLE WIDTH="100%" cellspacing="0" cellpadding="0" COLS="2">
			<TR>
				<TD><SPAN style="width:32px"></SPAN></TD>
				<TD id="TaskpadName"><NOBR>@@CONSOLETASKPADNAME@@</NOBR></TD>
			</TR>
		</TABLE>
    </DIV>
    <TABLE WIDTH="100%" HEIGHT="100%" cellspacing="0" cellpadding="0" COLS="2">
        <TR WIDTH="100%">
            <TD id="LeftPanel" WIDTH="100%" ROWSPAN="2">
                <object id='FolderIcon' classid="clsid:B0395DA5-6A15-4E44-9F36-9A9DC7A2F341" tabIndex='-1'></object>
            </TD>
            <TD ID="RightPanel" bgColor="activecaption" VALIGN="TOP" WIDTH="100%" style="height:expression(TaskpadName.clientHeight);">
            </TD>
        </TR>
        <TR>
            <TD HEIGHT="10"></TD>
        </TR>
        <TR>
            <TD>
                <DIV id="TaskpadDescription">
                    @@CONSOLETASKPADDESCRIPTION@@<BR />
                </DIV>            
            </TD>
            <TD height="100%"  ROWSPAN="2" id="ViewPanel"></TD>
        </TR>
        <TR height="100%" valign="top">
            <TD>
                <DIV STYLE="overflow: auto; height:100%; padding-left:5; padding-right:5; word-wrap:break-word">
                    @@TASKS@@
                </DIV>
            </TD>                    
        </TR>
    </TABLE>
    <object id='MMCEvents' classid="clsid:ADE6444B-C91F-4e37-92A4-5BB430A33340" tabIndex='-1'></object>
</body>