﻿// JScript File

function TabListPuceH()
{
    document.write('<table border="0" cellpadding="0" cellspacing="0" style="background-image:URL(images/TabListPuce_back.gif);">');
    document.write('    <tr>');
    document.write('       <td><img src="images/TabListPuce_header.gif" /></td>');
    document.write('    </tr>');
    document.write('    <tr>');
    document.write('       <td class="Txt_blue">');
}

function TabListPuceB()
{
    document.write('       </td>');
    document.write('    </tr>');
    document.write('    <tr>');
    document.write('       <td><img src="images/TabListPuce_bottom.gif" /></td>');
    document.write('    </tr>');
    document.write('</table>');
}


