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('Home | '); document.write(''); document.write('About us | '); document.write(''); document.write('Warehouse & Factory | '); //document.write(''); //document.write('Make to Order | '); document.write(' '); document.write('Fabrication Shop | '); document.write(' '); //document.write(' '); //document.write('Construction/เมทัลชีส | '); //document.write(' '); document.write(' '); document.write('Construction work/เมทัลชีส | '); document.write(' '); document.write('Dealer RANBUILD | '); //document.write(' '); //document.write('Service(บริการ)/เช่ารถเครน | '); //document.write(' '); document.write(' '); document.write('Project | '); document.write(''); document.write('Contact | '); document.write(' '); document.write('โบรชัวว์ | '); document.write(' '); document.write('สมัครงาน '); document.write(' |