document.write('');
document.write('');
document.write('
');
document.write(' ');
function getposOffset(overlay, offsettype){
var totaloffset = (offsettype == "left")? overlay.offsetLeft : overlay.offsetTop
var parentEl = overlay.offsetParent
while (parentEl != null) {
totaloffset = (offsettype == "left")? totaloffset + parentEl.offsetLeft : totaloffset + parentEl.offsetTop
parentEl = parentEl.offsetParent
}
return totaloffset
}
var menutimedelay = 0
var menudisplay = ""
function menuoverlay(curobj, subobjstr) {
if (document.getElementById) {
if (menudisplay != "" && menudisplay != subobjstr) document.getElementById(menudisplay).style.visibility = "hidden"
menudisplay = subobjstr
var subobj = document.getElementById(subobjstr)
subobj.style.visibility = "visible"
var xpos = getposOffset(curobj, "left")
var ypos = getposOffset(curobj, "top")
/* คำนวณตำแหน่งของเมนูตรงกับด้านล่าง-ซ้าย */
subobj.style.left = xpos + "px"
subobj.style.top = ypos + curobj.offsetHeight + 2 + "px"
return false
}
}
/* หน่วงเวลาเพื่อซ่อนเมนู */
function menudelayHide(lyr) {
menutimedelay = setTimeout('document.getElementById("'+lyr+'").style.visibility="hidden"', 250)
}
/* หยุดการซ่อนเมนู */
function menuMouseover(lyr) {
if (menutimedelay > 0) clearTimeout(menutimedelay)
}
/* ซ่อนเมนูทันที */
function menuHide(lyr) {
document.getElementById(lyr).style.visibility = "hidden"
}
document.write('
'); document.write(' '); document.write('สำนักงานบัญชี | '); document.write(' '); document.write('บริการรับทำบัญชี | '); document.write(' '); document.write('บริการตรวจสอบบัญชี | '); document.write(' '); document.write('บริการวางระบบบัญชี | '); document.write(' '); document.write('บริการด้านการจดทะเบียนบริษัท | '); document.write(' '); document.write('วางแผนภาษีและบริการอื่นๆ | '); document.write(' '); document.write('ข่าวสาร/โปรโมชั่น | '); document.write(' '); document.write('ติดต่อเรา '); document.write(' |