var crossobj;var iebody=document.documentElement;var gst;var gObj;var gViewer=false;function show(sid){var d=document.createElement("DIV");d.style.position="absolute";d.id="transLucentDiv";d.style.MozOpacity=0.6;d.style.backgroundColor="#bbbbbb";d.style.left="0";d.style.top="0";d.style.width=document.body.clientWidth;d.style.height=document.body.scrollHeight;d.style.filter="progid:DXImageTransform.Microsoft.Alpha(opacity=55)";this.k=d;document.body.appendChild(d);var d=document.createElement("DIV");d.id="mainDiv";this.r=document.body.clientWidth-150;this.t=document.body.clientHeight-150;d.style.position="absolute";d.style.backgroundColor="transparent";d.style.posLeft="0";d.style.posTop="0";d.style.overflowY="visible";d.style.overflowX="visible";d.style.width=this.r+"px";d.style.height=this.t+"px";document.body.appendChild(d);this.f=d;this.f.style.left=(document.body.clientWidth-this.r)/2+20;this.f.style.top=(document.body.clientHeight-this.t)/2-20+document.body.scrollTop;gst=document.body.scrollTop;var j=this.r-50;var c=" ";c=c+"<table id='maintable'";c=c+" width='98%' border='0' align='center' cellpadding='0' cellspacing='0'>";c=c+"   <tr>";c=c+"     <td width='16'><img src='IMAGES/RCNEW/top_lef.gif' width='16' height='16'></td>";c=c+"     <td height='16' background='IMAGES/RCNEW/top_mid.gif'><img src='IMAGES/RCNEW/top_mid.gif' width='16' height='16'></td>";c=c+"     <td width='24'><img src='IMAGES/RCNEW/top_rig.gif' width='24' height='16'></td>";c=c+"   </tr>";c=c+"   <tr>";c=c+"     <td width='16' background='IMAGES/RCNEW/cen_lef.gif'><img src='IMAGES/RCNEW/cen_lef.gif' width='16' height='11'></td>";c=c+"     <td align='left' valign='top'>";c=c+"<div id='DD' style='border-bottom:4px solid #ffffff;padding-bottom:2px;text-align:right;background-color:lightblue;width:"+j+";height:20px'>";c=c+"<img src='images/close.gif' style='cursor:pointer' border='0' title='Close' onclick='closeDiv();'></div>";c=c+"<div id='addHTML' style='overflow:auto;background-color:#ffffff;width:"+j+";height:"+this.t+"'>";c=c+"</div>";c=c+"     <td width='24' background='IMAGES/RCNEW/cen_rig.gif'><img src='IMAGES/RCNEW/cen_rig.gif' width='24' height='11'></td>";c=c+"   </tr>";c=c+"   <tr>";c=c+"     <td width='16' height='16'><img src='IMAGES/RCNEW/bot_lef.gif' width='16' height='16'></td>";c=c+"     <td height='16' background='IMAGES/RCNEW/bot_mid.gif'><img src='IMAGES/RCNEW/bot_mid.gif' width='16' height='16'></td>";c=c+"     <td width='24' height='16'><img src='IMAGES/RCNEW/bot_rig.gif' width='24' height='16'></td>    ";c=c+"   </tr>";c=c+" </table>";crossobj=this.f;this.f.innerHTML=c;getHTML(sid);gObj=document.getElementById("addHTML");getHTML(sid);var v=setInterval('positionit()',1);};function positionit(){var g=parseInt(crossobj.style.top.replace("px",""),10);var l=(150)/2-20+document.body.scrollTop;var m=l-g;var sAacclerate=Math.round(m*0.1);crossobj.style.top=g+sAacclerate;};function closeDiv(){document.getElementById("transLucentDiv").parentNode.removeChild(document.getElementById("transLucentDiv"));document.getElementById("mainDiv").parentNode.removeChild(document.getElementById("mainDiv"));};var xmlhttp=false;var moz;var ie;set_http();set_moz_ie();function set_http(){try{xmlhttp=new ActiveXObject("Msxml2.XMLHTTP");}catch(e){try{xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");}catch(E){xmlhttp=false;}}if(!xmlhttp&&typeof XMLHttpRequest!='undefined'){xmlhttp=new XMLHttpRequest();}};function RSchange(){if(xmlhttp.readyState==4){gObj.innerHTML=xmlhttp.responseText;}};function getHTML(sid){set_http();if(xmlhttp){xmlhttp.open("POST","sid.aspx",true);xmlhttp.setRequestHeader("Content-Type","text/xml");xmlhttp.onreadystatechange=RSchange;var o="<sid><v>"+sid+"</v><viewer>f</viewer></sid>";if(gViewer)o="<sid><v>"+sid+"</v><viewer>t</viewer></sid>";xmlhttp.send(o);}};function set_moz_ie(){moz=(typeof document.implementation!='undefined')&&(typeof document.implementation.createDocument!='undefined');ie=(typeof window.ActiveXObject!='undefined');}