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(' '); 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('
');