<html>

<head><script language="JavaScript">
<!--
// Browser und WebSpeech Plugin abfragen
//WEBSPEECH FOR NAV DETECTION (MUST BE 1ST)
 IsWebSpeech = 0;
 IsWebSpeech2 = 0;
 IsWebSpeech4 = 0;
 IsNavigator = 0;
 IsExplorer  = 0;
 IsOpera  = 0;
 if(navigator.appName=="Netscape" && navigator.plugins && navigator.javaEnabled) {
   IsNavigator=1;
   for(i=0;i<navigator.plugins.length;i++)
    if(navigator.plugins[i].description.indexOf("WebSpeech") != -1 )     IsWebSpeech=1;
   }
// -->
</script>
<!-- WEBSPEECH FOR IE DETECTION (MUST BE 2ND)-->
<script language="VBScript">
 on error resume next
 if(navigator.javaEnabled) then
  IsExplorer=1
  IsWebSpeech=IsObject(CreateObject("WebSpeech.WebSpeech"))
 end if
</script>
<script
language="JavaScript">
<!--
function mouseover(text) {
document.lager.speicher.value = text;
window.setTimeout("DoIt()",1000);
}

function DoIt(text)
{
if(IsWebSpeech==1)
{
MyWebSpeech = document.WebSpeech;
if (text)
{
MyWebSpeech.SetText(text);
}
else
{
MyWebSpeech.SetText(document.lager.speicher.value);
}
MyWebSpeech.StopSpeaking();
MyWebSpeech.StartSpeakingImmediate();
}
}
function empty() {
document.lager.speicher.value = " ";
}


//-->
</script>
<!--webbot bot="HTMLMarkup" startspan TAG="XBOT" --></SCRIPT><!--webbot
bot="HTMLMarkup" endspan -->
<script language="JavaScript">


//########---------------Pfad---------------------------######## LadeWSX() ########---------------------
function LadeWSU2()
{

LadeWS('K1.txt',1,0);
//user2.txt

} // endof function LadeWSX

function LadeWSU1()
{LadeWS('K2.txt',1,0);
} // endof function LadeWSX


function user1()
{LadeWS('K1.txt',1,0);
}

function user2()
{LadeWS('K2.txt',1,0);
}

function uuser1()
{LadeWS('K3.txt',1,0);
}

function uuser2()
{LadeWS('K4.txt',1,0);
}

function hilfe1()
{LadeWS('hilfe.txt',1,1);
}

function hilfe2()
{LadeWS('hilfe.txt',1,0);
}

function erkennung1()
{LadeWS('erkennung.txt',1,0);
}

-->
</script>
<script
language="JavaScript">
<!--

function SagEs(Text) {
if (IsWebSpeech == 1){
    window.document.WebSpeech.SetText(Text);

}
else {
alert ("WebSpeech ist nicht installiert. \nSie knnen es von http://www.webspeech.de/download.php3 herunterladen.")
}

} // endof function SagEs

function SagEsSofort(Text) {
if (IsWebSpeech == 1){
    window.document.WebSpeech.SetText(Text);
    window.document.WebSpeech.StartSpeakingImmediate()
}
else {
alert ("WebSpeech ist nicht installiert. \nSie knnen es von http://www.webspeech.de/download.php3 herunterladen.")
}

} // endof function SagEsSofort

function SagEsNochmalWS() {
if (IsWebSpeech == 1){
 window.document.WebSpeech.StartSpeaking()
}
else {
alert ("WebSpeech ist nicht installiert. \nSie knnen es von http://www.webspeech.de/download.php3 herunterladen.")
}

} // endof function SagEsNochmalWS

function StopWS() {
if (IsWebSpeech == 1){
  window.document.WebSpeech.StopSpeaking()
}
else {
alert ("WebSpeech ist nicht installiert. \nSie knnen es von http://www.webspeech.de/download.php3 herunterladen.")
}

} // endof function StopWS

function PauseWS() {
if (IsWebSpeech == 1){
  window.document.WebSpeech.PauseSpeaking()
}
else {
alert ("WebSpeech ist nicht installiert. \nSie knnen es von http://www.webspeech.de/download.php3 herunterladen.")
}

} // endof function PauseWS

function WeiterWS() {
if (IsWebSpeech == 1){
  window.document.WebSpeech.ResumeSpeaking()
}
else {
alert ("WebSpeech ist nicht installiert. \nSie knnen es von http://www.webspeech.de/download.php3 herunterladen.")
}

} // endof function WeiterWS

function LadeWS(URL,AutoStart,Immediate) {
     if (IsWebSpeech == 1) {
     var vers = window.document.WebSpeech.GetVersion();
     vers2 = vers.substr(0,1);
//     alert ("Version:\t"+ vers+"\n1.\t"+vers2);
     if (vers2 == 2)
     {
     // altes WebSpeech
       SagEsSofort('Bitte installieren Sie Logox WebSpeech 4:www.webspeech.de/download.php3  !');
     } else {
     // neues Webspeech
         window.document.WebSpeech.LoadText(URL,AutoStart,Immediate)
     }
  }
  else {
    //alert('xxxxBitte installieren Sie Logox WebSpeech 4:http://www.webspeech.de/download.php3 !');

StopWS;

}

} // endof function LadeWS
//########------------------------------------------########  WebSpeech ENDE ########---------------------

//-->
</script>

<title>Neuer sprecher</title>
<base target="_blank">
</head>

<body topmargin="0" leftmargin="0" background="sprecher/sprecher.JPG" bgcolor="#000000"
oncontextmenu="return false">
<script language="VBScript">
 on error resume next
 if(navigator.javaEnabled) then
  IsExplorer=1
  IsWebSpeech=IsObject(CreateObject("WebSpeech.WebSpeech"))
 end if
</script>


<form NAME="Formular">
  <p><img src="sprecher/augen.gif" width="95" height="56" border="0" alt="Andromina"><br>
  <img src="sprecher/transpa.gif" width="42" height="30"> <script language="Javascript">
  if(IsWebSpeech==1)  {
    document.write("<OBJECT ID='WebSpeech'\n");
    document.write("CLASSID='CLSID:B38FEBBF-B2FD-11D3-BEC1-00500445FAEC'\n");
    document.write("WIDTH=23 HEIGHT=18>\n");
    document.write("<PARAM NAME='OPAQUE' VALUE='0'>\n");
    document.write("</OBJECT>\n");
}

  else  {
     document.write("<a href='http://www.webspeech.de/download.php3 '> ");
     document.write("<img src='kein.JPG' width='57' height='44'  ");
     document.write("border='0'alt='Bitte installieren Sie WebSpeech, sonst kann ich nicht fr Sie sprechen!'></a>\n");
}
</script> <br>
  <br>
  <br>
  <input id="Sprech" style="width: 1px; height:1px" onclick="javascript:LadeWSU1();"
  type="button" value="1"><input id="Sprech2" style="width: 1px; height: 1px"
  onclick="javascript:LadeWSU2();" type="button" value="2"><input id="Stop"
  style="width: 1px; height: 1px" onclick="javascript:StopWS();" type="button" value="stop">
  <input id="Pause" style="width: 1px; height: 1px" onclick="javascript:PauseWS();"
  type="button" value="Pause"> <input id="Weiter" style="width: 1px; height: 1px"
  onclick="javascript:WeiterWS();" type="button" value="weiter"> <input id="Nochmal"
  style="width: 1px; height: 1px" onclick="javascript:SagEsNochmalWS();" type="button"
  value="nochmal"><input id="User1" style="width: 1px; height: 1px"
  onclick="javascript:user1();" type="button" value="User1"> <input id="User2"
  style="width: 1px; height: 1px" onclick="javascript:user2();" type="button" value="User2">
  <input id="uUser1" style="width: 1px; height: 1px" onclick="javascript:uuser1();"
  type="button" value="uUser1"> <input id="uUser2" style="width: 1px; height: 1px"
  onclick="javascript:uuser2();" type="button" value="uUser2"> <input id="hilfe"
  style="width: 1px; height: 1px" onclick="javascript:hilfe1();" type="button" value="hilfe">
  <input id="hilfex" style="width: 1px; height: 1px" onclick="javascript:hilfe2();"
  type="button" value="hilfex"> <input id="erkennung" style="width: 1px; height: 1px"
  onclick="javascript:erkennung1();" type="button" value="erkennung"></p>
</form>

<form name="lager">
  <input type="hidden" name="speicher" value>
</form>
</body>
</html>
