// JScript File
 function ReceiveServerData(arg, context)
                {
                    document.getElementById('imgAjax').src = 'images/blank.gif';
                    document.getElementById('txtErrorDesc').value = arg;
                    d = document.getElementById('disp_error');
                    d.style.display ="block";
                }
                
                 function testit()
                 {
                    document.getElementById('imgAjax').src = 'images/ajax-loader.gif';
                    CallServer(document.getElementById('txtErrorCode').value,'')
                 }
                  function testit1()
                 {
                        var key 
	                    if(window.event)
		                    key= window.event.keyCode;
		                 else
		                    return true;
		                    if(key > 47 && key < 58 || key==13)
		                    {
		                        document.getElementById('imgAjax').src = 'images/ajax-loader.gif';
                                CallServer(document.getElementById('txtErrorCode').value,'')
                             }
                             else
                             {
	                            window.event.returnValue = null;
	                         }
	
                 }
                 function checkpage(){
                    var SMid = document.getElementById('I0SXE5SXP');
                             // alert(divid);
                    if(SMid!=null){
                        var vspan1= document.getElementById('VC');                       
                        vspan1.style.visibility="hidden";                      
                        window.onload=onExpandAll(); return false;
                    }
                    else{
                        return;
                    }              
          
                 }
                 
       
