<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"> </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> </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: Nguyễn Thị Hồng Nhung </br> Số điện thoại: (028) 37.420.301 - Fax: 38.976.601</div>
<div style="width: 200px" class="atip" id="sticky2">Chủ tịch: Phạm Hoa Mai</br>
Số điện thoại: (028) 37.420.793 - Fax: 37.423.390
</div>
<div style="width: 200px" class="atip" id="sticky3">Bí thư: Lê Minh Trí </br>Số điện thoại: :(028) 62.806.949 - 62.806.950</div>
<div style="width: 200px" class="atip" id="sticky4">Trưởng ban: Nguyễn Thị Bé Hai </br> Số điện thoại: (028) 37.420.212 - Fax: 38.976.601</div>
<div style="width: 200px" class="atip" id="sticky5">Chủ tịch: Nguyễn Thị Tuyết Nga </br> Số điện thoại: (028)37.437.338 - 37.471.431</div>
<div style="width: 200px" class="atip" id="sticky6">Trưởng ban: Trương Tấn Kiệt </br>Số điện thoại: (028) 37.420.016</div>
<div style="width: 200px" class="atip" id="sticky7">Chủ tịch: Nguyễn Thị Ngọc Hương </br>Số điện thoại: (028)37.420.817 - Fax: 37.420.170 </div>
<div style="width: 200px" class="atip" id="sticky8">Chủ nhiệm: Nguyễn Minh Thanh Tùng </br> Số điện thoại: (028) 37.420.015 - Fax: 38.976.601</div>
<div style="width: 200px" class="atip" id="sticky9">Giám đốc: Trương Tấn Kiệt </br>Số điện thoại: (028) 37.425.581</div>
<div style="width: 200px" class="atip" id="sticky10">Chánh Văn Phòng: Phan Ngọc Tân</br>Số điện thoại: (028) 38.976.601</div>
<div style="width: 200px" class="atip" id="sticky11">sticky11</div>
<div style="width: 200px" class="atip" id="sticky12">Chánh VP: Nguyễn Trần Phú Thịnh </br>SĐT: (028) 37.400.509 - Fax: 37.470.225
Email:
q2@tphcm.gov.vn </div>
<div style="width: 200px" class="atip" id="sticky13">Trưởng công an: Trần Văn Hiếu </br>SĐT: (028 ) 37.415.333 - Fax: 37.415.325</div>
<div style="width: 200px" class="atip" id="sticky14">Trưởng phòng: Nguyễn Đoàn Thế Hùng </br>SĐT: (028) 37.470.542 - Fax: 37.470.542
Email:
noivu.q2@tphcm.gov.vn </div>
<div style="width: 200px" class="atip" id="sticky15">Chỉ huy trưởng: Hồ Tấn Tường </br>SĐT: (028) 37.423.638 - Fax: 37.420. 003</div>
<div style="width: 200px" class="atip" id="sticky16">Chánh Thanh tra: Võ Thanh Bình </br>SĐT: (028) 37.470.194
Email:
thanhtra.q2@tphcm.gov.vn </div>
<div style="width: 200px" class="atip" id="sticky17">Giám đốc: bà Tăng Thị Hường </br>SĐT: (028) 37.430.056 - 37.420.469 - 109</div>
<div style="width: 200px" class="atip" id="sticky18">Trưởng phòng: Lộ Nhật Thu </br>SĐT: (028) 62.795.025 - Fax: 37.470.383
Email:
tckh.q2@tphcm.gov.vn </div>
<div style="width: 200px" class="atip" id="sticky19">Chi cục trưởng: Nguyễn Duy Thành </br>SĐT: (028) 37.423.446 - Fax: 028.37.423.440</div>
<div style="width: 200px" class="atip" id="sticky20">Trưởng phòng: Nguyễn Văn Hùng </br>SĐT: (028) 37.470.193 – Fax:37.470.193
Email:
tuphap.q2@tphcm.gov.vn </div>
<div style="width: 200px" class="atip" id="sticky21">Chánh án: Phùng Văn Hải</br>SĐT: (028) 37.422.267 - Fax: 37.422.268</div>
<div style="width: 200px" class="atip" id="sticky22">Phó Trưởng phòng: Mai Thanh Nga </br>SĐT: (028) 3747.0170
Email:
qldt.q2@tphcm.gov.vn </div>
<div style="width: 200px" class="atip" id="sticky23">Chi Cục trưởng: bà Vương Thị Thúy</br>SĐT: (028) 37422.668 - Fax: 028.37422.669</div>
<div style="width: 200px" class="atip" id="sticky24">Trưởng phòng: Vũ Hoài Phương</br>SĐT: (028) 37.470.399 - Fax: 37.470.399
Email:
tnmt.q2@tphcm.gov.vn </div>
<div style="width: 200px" class="atip" id="sticky25">Viện trưởng: ông Phạm Xuân Hiến </br>SĐT: (028) 37.422.204 - Fax: 37.422.203</div>
<div style="width: 200px" class="atip" id="sticky26">Chánh thanh tra: Nguyễn Tấn Thành</div>
<div style="width: 200px" class="atip" id="sticky27">Chi cục trưởng: Phạm Thị Anh </br>SĐT: (028)37.470.294 – 37471146</div>
<div style="width: 200px" class="atip" id="sticky28">Trưởng phòng: Lê Thái Nguyên Khang </br>SĐT: (028) 37.470.148
Email:
vhtttt.q2@tphcm.gov.vn </div>
<div style="width: 200px" class="atip" id="sticky29">Giám đốc: Vũ Thị Mai Ly </br>SĐT: (028) 37.423.347 - Fax: 37.423.347</div>
<div style="width: 200px" class="atip" id="sticky30">Trưởng phòng: Nguyễn Phúc Huy Tùng </br>SĐT: (028) 3747.0627
Email:
pgd2@moet.edu.vn </div>
<div style="width: 200px" class="atip" id="sticky31">Trưởng trạm: Phạm Ngọc Chí</div>
<div style="width: 200px" class="atip" id="sticky32">Trưởng phòng: Nguyễn Thị Ngọc Trâm </br>SĐT: (028) 37.470.171 - Fax: 37.470.171
Email:
kinhte.q2@tphcm.gov.vn </div>
<div style="width: 200px" class="atip" id="sticky33">Đội trưởng: Trịnh Minh Châu</div>
<div style="width: 200px" class="atip" id="sticky34">Trưởng phòng: Trương Thanh Trung <br>SĐT: (028) 3747.0543
Email:
pyt.q2@tphcm.gov.vn </div>
<div style="width: 200px" class="atip" id="sticky35">Trưởng trạm: Nguyễn Tấn Đông </br>SĐT: (028) 38.976.453 - Fax: 38.976.153</div>
<div style="width: 200px" class="atip" id="sticky36">Trưởng phòng: Lê Hùng Huệ</br>SĐT: (028) 37.470.708
Email:
ldtbxh.q2@tphcm.gov.vn </div>
<div style="width: 200px" class="atip" id="sticky37">Trưởng trạm: Nguyễn Minh Mẫn</div>
<div style="width: 200px" class="atip" id="sticky38">Trưởng phòng: Lê Quốc Bảo</div>
<div style="width: 200px" class="atip" id="sticky39">sticky39</div>
<div style="width: 200px" class="atip" id="sticky40">Giám đốc: Phan Thà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 </br>SĐT: (028) 37437037 - Fax: 028.37437166 -Email:
cdtt.q2@tphcm.gov.vn</div>
<div style="width: 200px" class="atip" id="sticky43">Giám đốc: Đào Văn Long</br>SĐT: (028) 54.023.004 - Email:
tttdtt.q2@tphcm.gov.vn</div>
<div style="width: 200px" class="atip" id="sticky44">Giám đốc: Trần Chí Nghĩa </br>SĐT: : (028) 66.875.875 - Email :
ttvhtt.q2@tphcm.gov.vn</div>
<div style="width: 200px" class="atip" id="sticky45">Trưởng Ban: Đỗ Quốc Doanh</br>SĐT: (028) 22.534.218 - Email:
bbtgpmb.q2@tphcm.gov.vn</div>
<div style="width: 200px" class="atip" id="sticky46">Giám đốc: ông Đỗ Tấn Sĩ</br>SĐT: (028) 37437037 - Fax: 028.37437166 -Email:
bqlduan.q2@tphcm.gov.vn</div>
<div style="width: 200px" class="atip" id="sticky47">Giám đốc: Trần Văn Khanh</div>
<div style="width: 200px" class="atip" id="sticky48">Giám đốc: Lê Ngọc Thạch</br>SĐT: (028) 37.421.166 - Fax: 37.421.167 – Email:
dvci.q2@tphcm.gov.vn</div>
<div style="width: 200px" class="atip" id="sticky49">sticky49</div>
<div style="width: 200px" class="atip" id="sticky50">Chủ tịch UBND phường: Phạm Thanh Phương</br>SĐT: (028) 37.470.428 - Fax: 37.470.428
Email:
anphu.q2@tphcm.gov.vn </div>
<div style="width: 200px" class="atip" id="sticky51">Chủ tịch UBND phường: Phạm Văn Lành </br>SĐT: (028)37.431.053 - Fax: 37.430.529
Email:
binhtrungdong.q2@tphcm.gov.vn </div>
<div style="width: 200px" class="atip" id="sticky52">Chủ tịch UBND phường: Võ Trung Hiếu
</br> SĐT: (028) 37.431.664 (UBND)
Email:
binhtrungtay.q2@tphcm.gov.vn </div>
<div style="width: 200px" class="atip" id="sticky53">Chủ tịch: Nguyễn Như Thành </br>SĐT: (028) 38.905.138
Email:
anloidong.q2@tphcm.gov.vn </div>
<div style="width: 200px" class="atip" id="sticky54">Chủ tịch: Nguyễn Xuân Quỳnh</br>SĐT: (028) 37.405.025- 37.415.521 - Fax: 37.415.520
Email:
ankhanh.q2@tphcm.gov.vn </div>
<div style="width: 200px" class="atip" id="sticky55">Chủ tịch UBND phường: Nguyễn Đức Hiền
</br> SĐT: (028) 38.976.429
Email:
catlai.q2@tphcm.gov.vn </div>
<div style="width: 200px" class="atip" id="sticky56">Chủ tịch UBND phường: Hồ Hải Phong </br>SĐT: (028) 37.415.036 – 37.407.068
Email:
binhan.q2@tphcm.gov.vn </div>
<div style="width: 200px" class="atip" id="sticky57">Chủ tịch UBND phường: Phạm Đình Tú</br>SĐT: (028)37.420.559
Email:
thanhmyloi.q2@tphcm.gov.vn </div>
<div style="width: 200px" class="atip" id="sticky58">Chủ tịch UBND phường: Thượng Thị Ngọc Anh </br>SĐT: (028)37.415.395 - Fax: 54.020.728
Email:
binhkhanh.q2@tphcm.gov.vn </div>
<div style="width: 200px" class="atip" id="sticky59">Chủ tịch UBND phường: Nguyễn Ngọc Tuấn </br>SĐT: (028) 35.190.601
Email:
thaodien.q2@tphcm.gov.vn </div>
<div style="width: 200px" class="atip" id="sticky60">Chủ tịch UBND phường: : Nguyễn Văn Kiên
</br> SĐT: (028) 37.400.008 - 37.401.162 - Fax: 54.025.875
Email:
thuthiem.q2@tphcm.gov.vn </div>
<div style="width: 200px" class="atip" id="sticky61">Bí thư: Trần Thanh Thuận <br />
Phó Bí thư: Bùi Văn Phúc<br />
Thông tin liên hệ<br />
Số điện thoại hành chính: (028)37.420.013<br />
Số Fax:38.976.601</div>
<div style="width: 200px" class="atip" id="chutich">Chủ tịch: Lê Đức Thanh<br />
Phó Chủ tịch: Huỳnh Văn Tâm <br />
Phó Chủ tịch: Nguyễn Bạch Hoàng Phụng<br />
Phó Chủ tịch: Nguyễn Hồng Điệp<br />
Thông tin liên hệ<br />
Số điện thoại hành chính: (028)37.400.509<br />
Số Fax:37.470.225<br />
Email:
q2@tphcm.gov.vn</div>
</div>
<div class="stickystatus"> </div>
</div>
<p> </p>