
function currentReleaseStaticLinkBox(languageShort){
    if(languageShort=='de'){
        document.writeln('   <table width="100%">    <tr>     <td style="padding: 2px 8px 8px 8px; background-image:url(\'/cms/upload/system/bgrechtsfeature.gif\');">     <span class="headlinerechtsfeature">Feature</span><br>     <a href="/de/61/feature/" class="rechtsausgabelink">Ausgabe # 61</a><br>     </td>    </tr>    <tr>     <td><img src="/cms/upload/system/spacer.gif" width="10" height="3"></td>    </tr>   </table>   <table width="100%">    <tr>     <td style="padding: 2px 8px 8px 8px; background-image:url(\'/cms/upload/system/bgrechtsonview.gif\');">     <span class="headlinerechtsonview">On View</span><br>     <a href="/de/61/on-view/" class="rechtsausgabelink">Ausgabe # 61</a><br>     </td>    </tr>    <tr>     <td><img src="/cms/upload/system/spacer.gif" width="10" height="3"></td>    </tr>   </table>   <table width="100%">    <tr>     <td style="padding: 2px 8px 8px 8px; background-image:url(\'/cms/upload/system/bgrechtsnews.gif\');">     <span class="headlinerechtsnews">News</span><br>     <a href="/de/61/news/" class="rechtsausgabelink">Ausgabe # 61</a><br>     </td>    </tr>    <tr>     <td><img src="/cms/upload/system/spacer.gif" width="10" height="3"></td>    </tr>   </table>   <table width="100%">    <tr>     <td style="padding: 2px 8px 8px 8px; background-image:url(\'/cms/upload/system/bgrechtspress.gif\');">     <span class="headlinerechtspress">Press</span><br>     <a href="/de/61/press/" class="rechtsausgabelink">Ausgabe # 61</a><br>     </td>    </tr>    <tr>     <td><img src="/cms/upload/system/spacer.gif" width="10" height="3"></td>    </tr>   </table>');
    }else{
        document.writeln('   <table width="100%">    <tr>     <td style="padding: 2px 8px 8px 8px; background-image:url(\'/cms/upload/system/bgrechtsfeature.gif\');">     <span class="headlinerechtsfeature">Feature</span><br>     <a href="/en/61/feature/" class="rechtsausgabelink">issue # 61</a><br>     </td>    </tr>    <tr>     <td><img src="/cms/upload/system/spacer.gif" width="10" height="3"></td>    </tr>   </table>   <table width="100%">    <tr>     <td style="padding: 2px 8px 8px 8px; background-image:url(\'/cms/upload/system/bgrechtsonview.gif\');">     <span class="headlinerechtsonview">On View</span><br>     <a href="/en/61/on-view/" class="rechtsausgabelink">issue # 61</a><br>     </td>    </tr>    <tr>     <td><img src="/cms/upload/system/spacer.gif" width="10" height="3"></td>    </tr>   </table>   <table width="100%">    <tr>     <td style="padding: 2px 8px 8px 8px; background-image:url(\'/cms/upload/system/bgrechtsnews.gif\');">     <span class="headlinerechtsnews">News</span><br>     <a href="/en/61/news/" class="rechtsausgabelink">issue # 61</a><br>     </td>    </tr>    <tr>     <td><img src="/cms/upload/system/spacer.gif" width="10" height="3"></td>    </tr>   </table>   <table width="100%">    <tr>     <td style="padding: 2px 8px 8px 8px; background-image:url(\'/cms/upload/system/bgrechtspress.gif\');">     <span class="headlinerechtspress">Press</span><br>     <a href="/en/61/press/" class="rechtsausgabelink">issue # 61</a><br>     </td>    </tr>    <tr>     <td><img src="/cms/upload/system/spacer.gif" width="10" height="3"></td>    </tr>   </table>');
    }
}