function goThere(link) {location = link;}

function eerstetwee(tekst) {
    return tekst.substring(0,2).toLowerCase();
}

function dag(dayofweek, bandbreedte) {
    document.write("<a href='http://cgi.omroep.nl/cgi-bin/streams?/tv/nos/journaal/"+bandbreedte+"."+dayofweek+".2000.rm' target='_blank'>"+eerstetwee(dayofweek)+"</a> ");
 }

function dagen(bandbreedte) {
    dag("zondag", bandbreedte);
    dag("maandag", bandbreedte);
    dag("dinsdag", bandbreedte);
    dag("woensdag", bandbreedte);
    dag("donderdag", bandbreedte);
    dag("vrijdag", bandbreedte);
    dag("zaterdag", bandbreedte);
}

function openpanels() {
    document.write("<CENTER><TABLE BORDER='0' CELLPADDING='0' CELLSPACING='0'>");
}

function closepanels() {
    document.write("</table></center>");
}

function openpanel() {
    document.write("<TR><TD class='nw'><img src='shadow/bordernw.gif' border='0'></TD>");
    document.write("<TD class='n'><img src='shadow/bordern.gif' border='0'></TD>");
    document.write("<TD class='ne'><img src='shadow/borderne.gif' border='0'></TD></TR>");
    document.write("<TR><TD class='w'><img src='shadow/borderw.gif' border='0'></TD>");
    document.write("<td class='uitvul'>");
}

function closepanel() {
    document.write("</td><TD class='e'><img src='shadow/bordere.gif' border='0'></TD></TR>");
    document.write("<TR><TD class='sw'><img src='shadow/bordersw.gif' border='0'></TD>");
    document.write("<TD class='s'><img src='shadow/borders.gif' border='0'></TD>");    
    document.write("<TD class='se'><img src='shadow/borderse.gif' border='0'></TD></TR>");
}

function opencontent() {
    document.write("<tr><td class=content><p>");
}

function closecontent() {
    document.write("</p></td></tr>");
}

function menutitle(title) {
    document.write("<tr WIDTH='100%'><td WIDTH='100%' class=titleborder>");
    document.write("<TABLE WIDTH='100%' CELLPADDING='3' CELLSPACING='0' BORDER='0'>");
    document.write("<TR WIDTH='100%'><TD class='title' WIDTH='100%'>");
    document.write(title);
    document.write("</TD></tr></TABLE></td>");
}
