         function doShowInfo(showID, stap) {
                location.href = 'http://www.projectascreens.be/pages/index.php?taalCode=DE&amp;subgroep=&amp;action=&amp;rID=' + document.form1.rID.value + '&amp;showID=' + showID + '&amp;' +stap + '=' + showindex(stap);
            }

            function showindex(group) {
                eg = document.getElementsByName(group);
                for (i=0; i<eg.length; i++) {
                    if (eg.item(i).checked) {
                        return eg.item(i).value;
                    }
                }
            }
