var Url = document.URL;
var D_length = Url.length;

var Anf = Url.indexOf("_") + 1;
var pagename =  Url.slice(Anf,D_length-6);
var Xpagename =  Url.slice(D_length-11,D_length-6);

// var themaAnf = Url.indexOf("orpheus") + 8;
// var thema = Url.slice(D_length-13,D_length-8);

document.write("<table border='0' cellpadding='0' cellspacing='0' width='100%'>");

var Text = new Array(); var Page = new Array();
Text[1] = "Berufspolitisches";		Page[1] = "berufspolitisch";

// alert (Xpagename);

if (Xpagename == "tisch")
{document.write("<tr><td><p style='font-family:Arial; font-size:9pt;'><br><b>&nbsp;" + Text[1] + "&nbsp;</b><br>&nbsp;</p></td></tr>");}
else {document.write("<tr><td><p style='font-family:Arial; font-size:9pt;'>" + "<br><a href='" + Page[1] + "_f.htm' target='_top'>&nbsp;" + Text[1] + "&nbsp;</a><br>&nbsp;</p></td></tr>");}

Text[2] = "Situation";			Page[2] = "situation";
// Text[3] = "Einladung HFP-Schulungstage";	Page[3] = "hfpschulung";
Text[3] = "Nachrichten KSKV / CASAT";	Page[3] = "nachrichten";
// Text[5] = "";	Page[5] = "referate07";
// Text[6] = "";	Page[6] = "eroeffnung07";
// Text[7] = "";	Page[7] = "tagoffen07";
// Text[8] = "";	Page[8] = "akademie07";
Anzahl = 3;

var i =2;
while (i <= Anzahl)
{
if (pagename == Page[i])
{document.write("<tr><td><p style='font-family:Arial; font-size:9pt;'><b>&nbsp;" + Text[i] + "&nbsp;</b></p></td></tr>");}
else {document.write("<tr><td><p style='font-family:Arial; font-size:9pt;'><a href='berufspolitisch_" + Page[i] + "_f.htm' target='_top'>&nbsp;" + Text[i] + "&nbsp;</a></p></td></tr>");}

if (i == 4) {document.write("<tr><td><p style='font-family:Arial; font-size:9pt;'>&nbsp;</td></tr>");}

i++;
}
document.write("</table>");