
//Linke Seite
function SCRLi21(){

}


//Rechte Seite
function SCRRe21(){
    AuSpHi(backscriptvariable);
    backdiv = LK_lireDIV;
}

//Aussprachehilfe
function AuSpHi(vaAH){
      var AuZus = '';
   var ths = vaAH.search("-S-");
       if (ths != -1){AuZus = AuZus+"<DIV><SPAN style='color:#ff0000;'><b><i>S</i></b></SPAN> = gelispeltes \"S\" - die Zunge dazu an die oberen Vorderzähne</DIV>";}
   var thsz = vaAH.search("-ß-");
       if (thsz != -1){AuZus = AuZus+"<DIV><SPAN style='color:#ff0000;'><b><i>ß</i></b></SPAN> = gelispeltes \"ß\" - die Zunge dazu an die oberen Vorderzähne</DIV>";}
       var shorte = vaAH.search("è");
       if (shorte != -1){AuZus = AuZus+"<DIV><SPAN style='color:#ff0000;'><b><i>è</i></b></SPAN> = sehr kurzes \"e\"</DIV>";}

   vaAH = vaAH.replace("-S-", "<SPAN style='color:#ff0000;'><i>S</i></SPAN>");
   vaAH = vaAH.replace("-ß-", "<SPAN style='color:#ff0000;'><i>ß</i></SPAN>");
   vaAH = vaAH.replace("è", "<SPAN style='color:#ff0000;'><i>è</i></SPAN>");

    LK_lireDIV =
    "<DIV style='position:absolute; top:230px; left:7px; height:15px; font-size:10px; text-align:left;'>vereinfachte Aussprachehilfe:</DIV>"
    +"<TABLE CELLSPACING=0 CELLPADDING=0 style='position:absolute; top:245px; left:5px; WIDTH:350px; HEIGHT:70px; font-size:12px;'>"
    +"<TR HEIGHT=35><TD style='background-color:#FFE35A; border-color:#7E7E7E; border-width:2px 2px; border-style:solid;'><B>"+vaAH+"</B></TD></TR>"
    +"<TR HEIGHT=35><TD style='text-align:left;'>"+AuZus+"</TD><TR>"
    +"</TABLE>";
}
