Tiêu đề

Sơ đồ tổ chức new 

Nguồn

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script><script type="text/javascript" language="javascript">
/* Sticky Tooltip script (v1.0)
* Created: Nov 25th, 2009. This notice must stay intact for usage
* Author: Dynamic Drive at http://www.dynamicdrive.com/
* Visit http://www.dynamicdrive.com/ for full source code
*/


var stickytooltip={
tooltipoffsets: [20, -30], //additional x and y offset from mouse cursor for tooltips
fadeinspeed: 200, //duration of fade effect in milliseconds
rightclickstick: true, //sticky tooltip when user right clicks over the triggering element (apart from pressing "s" key) ?
stickybordercolors: ["black", "darkred"], //border color of tooltip depending on sticky state
stickynotice1: [""], //customize tooltip status message
stickynotice2: "", //customize tooltip status message

//***** NO NEED TO EDIT BEYOND HERE

isdocked: false,

positiontooltip:function($, $tooltip, e){
var x=e.pageX+this.tooltipoffsets[0], y=e.pageY+this.tooltipoffsets[1]
var tipw=$tooltip.outerWidth(), tiph=$tooltip.outerHeight(),
x=(x+tipw>$(document).scrollLeft()+$(window).width())? x-tipw-(stickytooltip.tooltipoffsets[0]*2) : x
y=(y+tiph>$(document).scrollTop()+$(window).height())? $(document).scrollTop()+$(window).height()-tiph-10 : y
$tooltip.css({left:x, top:y})
},

showbox:function($, $tooltip, e){
$tooltip.fadeIn(this.fadeinspeed)
this.positiontooltip($, $tooltip, e)
},

hidebox:function($, $tooltip){
if (!this.isdocked){
$tooltip.stop(false, true).hide()
$tooltip.css({borderColor:'black'}).find('.stickystatus:eq(0)').css({background:this.stickybordercolors[0]}).html(this.stickynotice1)
}
},

docktooltip:function($, $tooltip, e){
this.isdocked=true
$tooltip.css({borderColor:'darkred'}).find('.stickystatus:eq(0)').css({background:this.stickybordercolors[1]}).html(this.stickynotice2)
},


init:function(targetselector, tipid){
jQuery(document).ready(function($){
var $targets=$(targetselector)
var $tooltip=$('#'+tipid).appendTo(document.body)
if ($targets.length==0)
return
var $alltips=$tooltip.find('div.atip')
if (!stickytooltip.rightclickstick)
stickytooltip.stickynotice1[1]=''
stickytooltip.stickynotice1=stickytooltip.stickynotice1.join(' ')
stickytooltip.hidebox($, $tooltip)
$targets.bind('mouseenter', function(e){
$alltips.hide().filter('#'+$(this).attr('data-tooltip')).show()
stickytooltip.showbox($, $tooltip, e)
})
$targets.bind('mouseleave', function(e){
stickytooltip.hidebox($, $tooltip)
})
$targets.bind('mousemove', function(e){
if (!stickytooltip.isdocked){
stickytooltip.positiontooltip($, $tooltip, e)
}
})
$tooltip.bind("mouseenter", function(){
stickytooltip.hidebox($, $tooltip)
})
$tooltip.bind("click", function(e){
e.stopPropagation()
})
$(this).bind("click", function(e){
if (e.button==0){
stickytooltip.isdocked=false
stickytooltip.hidebox($, $tooltip)
}
})
$(this).bind("contextmenu", function(e){
if (stickytooltip.rightclickstick && $(e.target).parents().andSelf().filter(targetselector).length==1){ //if oncontextmenu over a target element
stickytooltip.docktooltip($, $tooltip, e)
return false
}
})
$(this).bind('keypress', function(e){
var keyunicode=e.charCode || e.keyCode
if (keyunicode==115){ //if "s" key was pressed
stickytooltip.docktooltip($, $tooltip, e)
}
})
}) //end dom ready
}
}

//stickytooltip.init("targetElementSelector", "tooltipcontainer")
stickytooltip.init("*[data-tooltip]", "mystickytooltip")

</script>
<p><style type="text/css">
.stickytooltip{
box-shadow: 5px 5px 8px #818181;/*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
display:none;
position:absolute;
display:none;
border:1px solid black; /*Border around tooltip*/
background:white;
z-index:3000;
}
.atip{
font-size:14px;
text-align:center;
font-weight:bold;
}

.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:red;
color:white;
padding-top:1px;
text-align:center;
font:bold 12px Arial;
}</style></p>
<table width="764" height="1631" cellspacing="0" cellpadding="0" border="0" id="Table_01">
    <tbody>
        <tr>
            <td rowspan="47"><img width="8" height="1630" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_01.png" /></td>
            <td colspan="4"><img width="755" height="105" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/01.png" data-tooltip="sticky61" /></td>
            <td><img width="1" height="105" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="3"><img width="430" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/02.png" data-tooltip="sticky1" /></td>
            <td><img width="325" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/07.png" data-tooltip="sticky2" /></td>
            <td><img width="1" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="3"><img width="430" height="40" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/03.png" data-tooltip="sticky4" /></td>
            <td><img width="325" height="40" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/08.png" data-tooltip="sticky3" /></td>
            <td><img width="1" height="40" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="3"><img width="430" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/04.png" data-tooltip="sticky6" /></td>
            <td><img width="325" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/09.png" data-tooltip="sticky5" /></td>
            <td><img width="1" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="3"><img width="430" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/05.png" data-tooltip="sticky8" /></td>
            <td><img width="325" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/10.png" data-tooltip="sticky7" /></td>
            <td><img width="1" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="3"><img width="430" height="44" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/06.png" data-tooltip="sticky10" /></td>
            <td><img width="325" height="44" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/11.png" data-tooltip="sticky9" /></td>
            <td><img width="1" height="44" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="4"><img width="755" height="130" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_13.png" data-tooltip="chutich" /></td>
            <td><img width="1" height="130" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2"><img width="390" height="35" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_14.png" data-tooltip="sticky12" /></td>
            <td colspan="3"><img width="365" height="31" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(1).png" data-tooltip="sticky13" /></td>
            <td><img width="1" height="31" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2" colspan="3"><img width="365" height="35" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(2).png" data-tooltip="sticky15" /></td>
            <td><img width="1" height="4" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2"><img width="390" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_17.png" data-tooltip="sticky14" /></td>
            <td><img width="1" height="31" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2" colspan="3"><img width="365" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(3).png" data-tooltip="sticky17" /></td>
            <td><img width="1" height="10" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2"><img width="390" height="40" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_19.png" data-tooltip="sticky16" /></td>
            <td><img width="1" height="26" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2" colspan="3"><img width="365" height="35" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(4).png" data-tooltip="sticky19" /></td>
            <td><img width="1" height="14" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2"><img width="390" height="40" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_21.png" data-tooltip="sticky18" /></td>
            <td><img width="1" height="21" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2" colspan="3"><img width="365" height="33" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(5).png" data-tooltip="sticky21" /></td>
            <td><img width="1" height="19" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2"><img width="390" height="42" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_23.png" data-tooltip="sticky20" /></td>
            <td><img width="1" height="14" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2" colspan="3"><img width="365" height="37" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(6).png" data-tooltip="sticky23" /></td>
            <td><img width="1" height="28" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2"><img width="390" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_25.png" data-tooltip="sticky22" /></td>
            <td><img width="1" height="9" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2" colspan="3"><img width="365" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(7).png" data-tooltip="sticky25" /></td>
            <td><img width="1" height="32" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2"><img width="390" height="37" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_27.png" data-tooltip="sticky24" /></td>
            <td><img width="1" height="9" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2" colspan="3"><img width="365" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(8).png" data-tooltip="sticky27" /></td>
            <td><img width="1" height="28" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2"><img width="390" height="48" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_29.png" data-tooltip="sticky28" /></td>
            <td><img width="1" height="8" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="3"><img width="365" height="40" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(9).png" data-tooltip="sticky29" /></td>
            <td><img width="1" height="40" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td><img width="390" height="38" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_31.png" data-tooltip="sticky30" /></td>
            <td colspan="3"><img width="365" height="38" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(10).png" data-tooltip="sticky31" /></td>
            <td><img width="1" height="38" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2"><img width="390" height="42" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_33.png" data-tooltip="sticky32" /></td>
            <td colspan="3"><img width="365" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(11).png" data-tooltip="sticky33" /></td>
            <td><img width="1" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2" colspan="3"><img width="365" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(12).png" data-tooltip="sticky35" /></td>
            <td><img width="1" height="6" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2"><img width="390" height="43" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_36.png" data-tooltip="sticky34" /></td>
            <td><img width="1" height="30" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2" colspan="3"><img width="365" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(13).png" data-tooltip="sticky37" /></td>
            <td><img width="1" height="13" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2"><img width="390" height="65" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_38.png" data-tooltip="sticky36" /></td>
            <td><img width="1" height="28" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="3"><img width="365" height="37" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/SDTC%20(14).png" data-tooltip="sticky38" /></td>
            <td><img width="1" height="37" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="4"><img width="755" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_40.png" /></td>
            <td><img width="1" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_41.png" data-tooltip="sticky40" /></td>
            <td rowspan="9" colspan="2"><img width="359" height="417" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_42.png" /></td>
            <td><img width="1" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="40" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_43.png" data-tooltip="sticky42" /></td>
            <td><img width="1" height="40" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="40" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_44.png" data-tooltip="sticky43" /></td>
            <td><img width="1" height="40" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_45.png" data-tooltip="sticky44" /></td>
            <td><img width="1" height="41" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="57" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_46.png" data-tooltip="sticky45" /></td>
            <td><img width="1" height="57" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="68" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_47.png" data-tooltip="sticky46" /></td>
            <td><img width="1" height="68" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="43" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_48.png" data-tooltip="sticky47" /></td>
            <td><img width="1" height="43" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="58" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_49.png" data-tooltip="sticky48" /></td>
            <td><img width="1" height="58" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="3" colspan="2"><img width="396" height="76" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_50.png" data-tooltip="sticky50" /></td>
            <td><img width="1" height="34" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="359" height="34" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_51.png" data-tooltip="sticky51" /></td>
            <td><img width="1" height="34" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td rowspan="2" colspan="2"><img width="359" height="42" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_52.png" data-tooltip="sticky52" /></td>
            <td><img width="1" height="8" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="34" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_53.png" data-tooltip="sticky53" /></td>
            <td><img width="1" height="34" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_54.png" data-tooltip="sticky54" /></td>
            <td colspan="2"><img width="359" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_55.png" data-tooltip="sticky55" /></td>
            <td><img width="1" height="36" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="37" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_56.png" data-tooltip="sticky56" /></td>
            <td colspan="2"><img width="359" height="37" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_57.png" data-tooltip="sticky57" /></td>
            <td><img width="1" height="37" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="39" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_58.png" data-tooltip="sticky58" /></td>
            <td colspan="2"><img width="359" height="39" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_59.png" data-tooltip="sticky59" /></td>
            <td><img width="1" height="39" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td colspan="2"><img width="396" height="35" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_60.png" /></td>
            <td colspan="2"><img width="359" height="35" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/sodotochucq2_61.png" data-tooltip="sticky60" /></td>
            <td><img width="1" height="35" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
        </tr>
        <tr>
            <td><img width="8" height="1" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
            <td><img width="390" height="1" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
            <td><img width="6" height="1" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
            <td><img width="34" height="1" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
            <td><img width="325" height="1" alt="" src="http://quan2.hochiminhcity.gov.vn/Hnh%20nh%20bn%20tin/images/spacer.gif" /></td>
            <td>&nbsp;</td>
        </tr>
    </tbody>
</table>
<!--HTML for the tooltips-->
<div class="stickytooltip" id="mystickytooltip">
<div style="padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px">
<div style="width: 200px" class="atip" id="sticky1">Trưởng ban:&nbsp;B&ugrave;i Văn Ph&uacute;c</div>
<div style="width: 200px" class="atip" id="sticky2">Chủ tịch:&nbsp;Nguyễn Duy T&acirc;n</div>
<div style="width: 200px" class="atip" id="sticky3">B&iacute; Thư: Nguyễn Kiều &Aacute;nh Nguyệt</div>
<div style="width: 200px" class="atip" id="sticky4">Trưởng ban:&nbsp;Nguyễn Thị Bé Hai</div>
<div style="width: 200px" class="atip" id="sticky5">Chủ tịch: Hồ Thị Mỹ Hương</div>
<div style="width: 200px" class="atip" id="sticky6">Trưởng ban: Trần Đo&agrave;n Trung</div>
<div style="width: 200px" class="atip" id="sticky7">Chủ tịch: Nguyễn Thị Ngọc Hương</div>
<div style="width: 200px" class="atip" id="sticky8">Chủ nhiệm: Võ Minh Thanh Tùng</div>
<div style="width: 200px" class="atip" id="sticky9">Gi&aacute;m đốc:&nbsp;L&ecirc;&nbsp;Thanh Trung</div>
<div style="width: 200px" class="atip" id="sticky10">Ch&aacute;nh Văn ph&ograve;ng:&nbsp;Võ Tấn Quan</div>
<div style="width: 200px" class="atip" id="sticky11">sticky11</div>
<div style="width: 200px" class="atip" id="sticky12">Ch&aacute;nh VP:&nbsp; Nguyễn Hồng Điệp</div>
<div style="width: 200px" class="atip" id="sticky13">Trưởng c&ocirc;ng an:&nbsp;Trần Văn Hiếu</div>
<div style="width: 200px" class="atip" id="sticky14">Trưởng ph&ograve;ng: Phạm Hoa Mai</div>
<div style="width: 200px" class="atip" id="sticky15">Chỉ huy trưởng:&nbsp;Trần Minh Tiến</div>
<div style="width: 200px" class="atip" id="sticky16">Ch&aacute;nh thanh tra:&nbsp;Trần Quốc Kh&aacute;nh</div>
<div style="width: 200px" class="atip" id="sticky17">Gi&aacute;m đốc: b&agrave; Tăng Thị Hường</div>
<div style="width: 200px" class="atip" id="sticky18">Trưởng ph&ograve;ng: Lộ Nhật Thu</div>
<div style="width: 200px" class="atip" id="sticky19">Chi cục trưởng:&nbsp;L&acirc;m Th&aacute;i B&igrave;nh</div>
<div style="width: 200px" class="atip" id="sticky20">Trưởng ph&ograve;ng: &ocirc;ng V&otilde; Thanh B&igrave;nh</div>
<div style="width: 200px" class="atip" id="sticky21">Ch&aacute;nh &aacute;n:&nbsp;Ph&ugrave;ng Văn Hải</div>
<div style="width: 200px" class="atip" id="sticky22">Trưởng ph&ograve;ng: &ocirc;ng Huỳnh Văn T&acirc;m</div>
<div style="width: 200px" class="atip" id="sticky23">Chi Cục trưởng: b&agrave; Vương Thị Th&uacute;y</div>
<div style="width: 200px" class="atip" id="sticky24">Trưởng ph&ograve;ng:&nbsp; Vũ Ho&agrave;i Phương</div>
<div style="width: 200px" class="atip" id="sticky25">Viện trưởng: &ocirc;ng Phạm Xu&acirc;n Hiến</div>
<div style="width: 200px" class="atip" id="sticky26">Ch&aacute;nh thanh tra:&nbsp;Nguyễn&nbsp;Tấn&nbsp;Th&agrave;nh</div>
<div style="width: 200px" class="atip" id="sticky27">Chi cục trưởng:&nbsp;Phạm Thị Anh</div>
<div style="width: 200px" class="atip" id="sticky28">Trưởng ph&ograve;ng:&nbsp;L&ecirc;&nbsp;Th&aacute;i Nguy&ecirc;n Khang</div>
<div style="width: 200px" class="atip" id="sticky29">Gi&aacute;m đốc:&nbsp;Vũ Thị Mai Ly</div>
<div style="width: 200px" class="atip" id="sticky30">Trưởng ph&ograve;ng: Nguyễn Ph&uacute;c Huy T&ugrave;ng</div>
<div style="width: 200px" class="atip" id="sticky31">Trưởng trạm: Phạm Ngọc Ch&iacute;</div>
<div style="width: 200px" class="atip" id="sticky32">Trưởng phòng:&nbsp;Nguyễn Thị Ngọc Trâm</div>
<div style="width: 200px" class="atip" id="sticky33">Đội trưởng:&nbsp;Trịnh Minh Châu</div>
<div style="width: 200px" class="atip" id="sticky34">Trưởng  ph&ograve;ng: Trương Thanh Trung</div>
<div style="width: 200px" class="atip" id="sticky35">Trưởng trạm: Nguyễn&nbsp;Tấn Đ&ocirc;ng</div>
<div style="width: 200px" class="atip" id="sticky36">Trưởng phòng:&nbsp;Phạm Văn Kiệt</div>
<div style="width: 200px" class="atip" id="sticky37">Trưởng trạm:&nbsp;Nguyễn&nbsp;Minh Mẫn</div>
<div style="width: 200px" class="atip" id="sticky38">Trưởng ph&ograve;ng:&nbsp;L&ecirc;&nbsp;Quốc Bảo</div>
<div style="width: 200px" class="atip" id="sticky39">sticky39</div>
<div style="width: 200px" class="atip" id="sticky40">Gi&aacute;m đốc:&nbsp;Phan Th&agrave;nh Phước</div>
<div style="width: 200px" class="atip" id="sticky41">sticky41</div>
<div style="width: 200px" class="atip" id="sticky42">Hiệu trưởng: Thái Thiện Xuân</div>
<div style="width: 200px" class="atip" id="sticky43">Gi&aacute;m đốc: Đ&agrave;o Văn Long</div>
<div style="width: 200px" class="atip" id="sticky44">Nguyễn Tấn Kiệt</div>
<div style="width: 200px" class="atip" id="sticky45">Trưởng Ban:&nbsp;Đỗ Quốc Doanh</div>
<div style="width: 200px" class="atip" id="sticky46">Gi&aacute;m đốc:&nbsp;&ocirc;ng Đỗ Tấn Sĩ</div>
<div style="width: 200px" class="atip" id="sticky47">Gi&aacute;m đốc:&nbsp;Trần&nbsp;Văn Khanh</div>
<div style="width: 200px" class="atip" id="sticky48">Chủ tịch HĐ: Mai Văn Nguy&ecirc;n<br />
Gi&aacute;m đốc: Nguyễn Thị Thu Hằng</div>
<div style="width: 200px" class="atip" id="sticky49">sticky49</div>
<div style="width: 200px" class="atip" id="sticky50">Chủ tịch: Nguyễn Thị Đoan Trang</div>
<div style="width: 200px" class="atip" id="sticky51">Chủ tịch:&nbsp;Hồ Trọng Hiếu</div>
<div style="width: 200px" class="atip" id="sticky52">Chủ tịch: Phan Ngọc Tân</div>
<div style="width: 200px" class="atip" id="sticky53">Chủ tịch: Nguyễn Như Th&agrave;nh</div>
<div style="width: 200px" class="atip" id="sticky54">Chủ tịch: Nguyễn Xu&acirc;n Quỳnh</div>
<div style="width: 200px" class="atip" id="sticky55">Chủ tịch: Nguyễn Minh Điền</div>
<div style="width: 200px" class="atip" id="sticky56">Chủ tịch:&nbsp;Trần Thị Hồng Nguyệt</div>
<div style="width: 200px" class="atip" id="sticky57">Chủ tịch:&nbsp;Nguyễn Xu&acirc;n H&ugrave;ng</div>
<div style="width: 200px" class="atip" id="sticky58">Chủ tịch:&nbsp;Nguyễn Thị Th&ugrave;y Hạnh</div>
<div style="width: 200px" class="atip" id="sticky59">Chủ tịch: Nguyễn Trần Ph&uacute; Thịnh</div>
<div style="width: 200px" class="atip" id="sticky60">Chủ tịch:  Nguyễn Thị Ngọc Gi&agrave;u</div>
<div style="width: 200px" class="atip" id="sticky61">B&iacute; Thư Quận Ủy: Nguyễn Văn Hiếu</div>
<div style="width: 200px" class="atip" id="chutich">Chủ tịch: &ocirc;ng Nguyễn Ho&agrave;i Nam <br />
Ph&oacute; Chủ tịch: &ocirc;ng Nguyễn Phước Hưng<br />
Ph&oacute; Chủ tịch: &ocirc;ng Hứa Ngọc Thảo<br />
Ph&oacute; Chủ tịch: &ocirc;ng Huỳnh Thanh Khiết<br />
Ph&oacute; Chủ tịch: b&agrave; Huỳnh Thị Thanh Hiền</div>
</div>
<div class="stickystatus">&nbsp;</div>
</div>
<p>&nbsp;</p>
Attachments
Đã tạo vào thời điểm 28/06/2012 8:55 SA  bởi System Account 
Được sửa tại 05/01/2016 11:04 SA  bởi System Account