

function switchstyle(tagname,tagindex,quelle) {

 document.getElementsByTagName(tagname)[tagindex].href=quelle;
}

