<table border="0" cellspacing="0" cellpadding="0" width="{mainDisplayContentWidth}">
<tr>
<td valign="top" width="{mainDisplayContentWidth}" height="{mainDisplayContentHeightHalf}">
<div id="displayContainer2horizTop" style="position:relative;width:{mainDisplayContentWidth}px;height:{mainDisplayContentHeightHalf}px;overflow:hidden;border-bottom:1px solid {appBorderColor}">
<div id="displayContent2horizTop" style="position:absolute;width:{mainDisplayContentWidth}px;left:0px;top:0px">
<ilayer name="displayContainer2horizTop" width="{mainDisplayContentWidth}" height="{mainDisplayContentHeightHalf}" clip="0,0,{mainDisplayContentWidth},{mainDisplayContentHeightHalf}">
<ilayer name="displayContent2horizTop" width="{mainDisplayContentWidth}" height="{mainDisplayContentHeightHalf}" visibility="hidden">
{displayInfo_0}
</ilayer>
</ilayer>
</div>
</div>
</td>
</tr>
<tr>
<td valign="top" width="{mainDisplayContentWidth}" height="{mainDisplayContentHeightHalf}">
<div id="displayContainer2horizBot" style="position:relative;width:{mainDisplayContentWidth}px;height:{mainDisplayContentHeightHalf}px;overflow:hidden;border:0px ridge white">
<div id="displayContent2horizBot" style="position:absolute;width:{mainDisplayContentWidth}px;left:0px;top:0px">
<ilayer name="displayContainer2horizBot" width="{mainDisplayContentWidth}" height="{mainDisplayContentHeightHalf}" clip="0,0,{mainDisplayContentWidth},{mainDisplayContentHeightHalf}">
<ilayer name="displayContent2horizBot" width="{mainDisplayContentWidth}" height="{mainDisplayContentHeightHalf}" visibility="hidden">
{displayInfo_1}
</ilayer>
</ilayer>
</div>
</div>
</td>
</tr>
</table>