var cbtn = 1; function rbtnov(id){ //if(cbtn == id)return; document.getElementById('rbtn'+id).className = 'btno'; } function rbtnou(id){ //if(cbtn == id)return; if(cbtn == id) document.getElementById('rbtn'+id).className = 'btnc'; else document.getElementById('rbtn'+id).className = 'btnb'; } function rbtncl(id,pg){ //if(cbtn == id)return; document.getElementById('rbtn'+cbtn).className = 'btnb'; cbtn = id; document.getElementById('rbtn'+id).className = 'btnc'; loadPage(new Array('_pageloader',pg)); } function downloader(obj,pgname){ var objHTTP; this.pgname=pgname; if (document.all){ objHTTP = new ActiveXObject('Microsoft.XMLHTTP'); } else { objHTTP = new XMLHttpRequest(); } objHTTP.onreadystatechange = dataReceived; objHTTP.open('POST',"get.php?sid="+Math.random(),true); objHTTP.setRequestHeader('Content-Type','application/x-www-form-urlencoded'); var sstring = "dt="; for(var i=0;i