

function TopLine( TLLanguage, TLBackground, TLImage, TLImageALT, TLPage )
{
    var TLrt = '';
    TLrt += '<tr>';
    TLrt += '    <td colspan="3" align="left" background="../images/' + TLBackground + '.jpg">';
    TLrt += '        <table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>';
    TLrt += '        <td align=left><img src="images/' + TLImage + '.jpg" width="196" height="71" alt="' + TLImageALT + '"></td>';
    TLrt += '        <td align=right>';
    TLrt += '            <select onchange="if( this.value != \'-\' ){ location.href=this.value; }">';
    TLrt += '                <option value="-">言語｜Language｜Idioma</option>';
    TLrt += '                <option value="-">-------------------</option>';
    TLrt += '                <option value="../portuguese/' + TLPage + '.html"> - Português Brasil</option>';
    TLrt += '                <option value="../japanese/' + TLPage + '.html"> - 日本語</option>';
    TLrt += '                <option value="../english/' + TLPage + '.html"> - English</option>';
    TLrt += '            </select>';
    TLrt += '        </td>';
    TLrt += '        </tr></table>';
    TLrt += '    </td>';
    TLrt += '</tr>';
    document.write( TLrt );
}


var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try {
var pageTracker = _gat._getTracker("UA-6897531-1");
pageTracker._trackPageview();
} catch(err) {}
