function handleSuccess(a){if(a.responseText!==undefined)try{var b=YAHOO.lang.JSON.parse(a.responseText);try{switch(b.AJAXAction){case "WhatTip":elm("Tip").innerHTML=b.WhatTip;elm("Tip").style.width="430px";elm("Tip").style.height="430px";elm("Tip").style.top="150px";elm("Tip").style.left="0px";elm("Tip").style.visibility="visible";break;case "WhereTip":elm("Tip").innerHTML=b.WhereTip;elm("Tip").style.width="440px";elm("Tip").style.height="200px";elm("Tip").style.visibility="visible";elm("Tip").style.top= "150px";elm("Tip").style.left="0px";break}}catch(c){alert("Anfrage konnte nicht vollst\ufffdndig ausgef\ufffdhrt werden.<br>("+c+")<br>"+a.responseText)}}catch(d){alert("Anfrage gab fehlerhafte Antwort zur\ufffdck.<br>("+d+")<br>"+a.responseText)}};