function razr(ser,width)
            {
      
  
 
  var patch;
  var patch='ajax/razr.php';


 

 
 
  JsHttpRequest.query(patch,
    {
     'ser':ser,
     'width':width
     
   
    
    
    },
    function (result,errors)
      {
     
  
  
  //--------------------------------------------------------
    if(result.ser)
    {
    

    
                  
    } 
  
    
  
   
  
  
  
  


  
  
    
    
    }
 //------THE END OF BLOCK---------------------------------------
 
 
  
      
   
   
      
      
    
  ,
  false);
  
 
 
  
  }     
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
   

