var handleSuccess=function(o){if(o.responseText!==undefined){var myJSONObject=eval("("+o.responseText+")");switch(myJSONObject.AJAXAction){case "WhatTip":elm("Tip").innerHTML=myJSONObject.WhatTip;elm("Tip").style.width="430px";elm("Tip").style.height="270px";elm("Tip").style.visibility="visible";elm("Tip").style.top="120px";elm("Tip").style.left="186px";break;case "WhereTip":elm("Tip").innerHTML=myJSONObject.WhereTip;elm("Tip").style.width="440px";elm("Tip").style.height="320px";elm("Tip").style.visibility= "visible";elm("Tip").style.top="120px";elm("Tip").style.left="186px";break}}};