var sAltTmrId; function isIE(){if(window.navigator.userAgent.toLowerCase().indexOf("msie")>=1) return true;else return false;} if(!isIE()){HTMLElement.prototype.__defineGetter__("innerText",function() {var anyString="";var childS=this.childNodes; for(var i=0;i"+strMsg;document.getElementById("msgDiv").appendChild(txt); var db=document.createElement("div");db.setAttribute("id","dbDiv"); var bt=document.createElement("input");bt.setAttribute("id","sAltBt");bt.type='button';bt.value='OK';bt.onclick=On_Click;bt.style.position="absolute";bt.style.top="95px";bt.style.left="90px";bt.style.width="60px";bt.style.height="25px";bt.style.font="12px Arial"; bt.style.color="blue";bt.style.background="khaki";bt.style.fontWeight=700;bt.style.textDecorationUnderline=true;bt.style.cursor="pointer"; document.getElementById("msgDiv").appendChild(db);document.getElementById("dbDiv").appendChild(bt);sAltFocus();}