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