   <div class='clsDragObject' style='position:absolute;left:50px;top:50px' >  indicates that we want to drag the panel
       <div id='header' class='drag'>              class indicates that we can drag this div
            header                                  just some data
       </div>                                      end of header
       <div>                                       the other fields inside the panel
             other contents
       </div>                                      end of other fields
   </div>
   <div class='clsNonDragObj' style='position:absolute;left:50px;top:50px' >  indicates that we want to drag the panel
       <div id='headerRootA' class='nodrag'>        class indicates that we can drag this div
           header                                  just some data
       </div>                                      end of header
       <div>                                       the other fields inside the panel
           other contents
       </div>                                      end of other fields
   </div>
   <div class='clsDragObjRoot' style='position:absolute;left:50px;top:50px' >  indicates that we want to drag the panel
       <div id='headerRootB' class='drag'>          class indicates that we can drag this div
           header                                  just some data
       </div>                                      end of header
       <div>                                       the other fields inside the panel
           other contents
       </div>                                      end of other fields
   </div>
   <div class='clsDragObjCont' style='position:absolute;left:50px;top:50px' >  indicates that we want to drag the panel
       <div id='headerRootC' class='drag'>              class indicates that we can drag this div
           header                                  just some data
       </div>                                      end of header
       <div>                                       the other fields inside the panel
           other contents
       </div>                                      end of other fields
   </div>
   <div class='clsDragProcBlock' style='position:absolute;left:50px;top:50px' >  indicates that we want to drag the panel
       <div id='headerRootD' class='drag'>              class indicates that we can drag this div
           header                                  just some data
       </div>                                      end of header
       <div>                                       the other fields inside the panel
           other contents
       </div>                                      end of other fields
   </div>
   <div class='clsDragProcBlockItem' style='position:absolute;left:50px;top:50px' >  indicates that we want to drag the panel
       <div id='headerRootF' class='drag'>              class indicates that we can drag this div
           header                                  just some data
       </div>                                      end of header
       <div>                                       the other fields inside the panel
           other contents
       </div>                                      end of other fields
   </div>
   <div class="clsProcessFlow" style="position:absolute">
       <div id="categoryPF" class="forloop">
           parent
           child
       </div>
   </div>