var pullDownLinks = Array();

pullDownLinks[0] = "";
pullDownLinks[1] = "/hintergruende/projekte/pro_wima.html";
pullDownLinks[2] = "/hintergruende/projekte/pro_unterkult.html"; 
pullDownLinks[3] = "/hintergruende/projekte/pro_interkult.html";
pullDownLinks[4] = "/hintergruende/projekte/pro_medikomp.html";
pullDownLinks[5] = "/hintergruende/projekte/pro_kindergart.html";
pullDownLinks[6] = "/hintergruende/projekte/pro_zukunft.html";

function redirect2Link(pdselect)
{
  if ((pdselect.selectedIndex > 0) && (pdselect.selectedIndex < pullDownLinks.length))
    document.location.href = pullDownLinks[pdselect.selectedIndex]; 
}h
