/*<!--
===========================================================================================================
File name       : LOADDEFAULT.JS
Create			: 01/07/2009
Lastupdate      : 02/07/2009
Developer       : Developer's Team of Thai Online Co.,Ltd. <support@thaionline-reservation.com>
Project         : THAI ONLINE RESERVATION V.1.0
Description     : โหลดข้อมูลสำหรับควบคุมการใช้งานปฏิธิน
License         : CopyRight(C) 2007 THAI ONLINE COMPANY LIMITED.All rights reserved.
Editor          : PHP Editor / Adobe Dreamweaver
===========================================================================================================
-->*/

var ObjHotelID	= document.getElementById('RefHotelID').value;

/* Load LeadTime*/
var	xScript;
xScript = document.createElement('SCRIPT');
xScript.setAttribute('type','text/javascript');
xScript.setAttribute('id','JSAjaxLoadLeadTime');
xScript.setAttribute('src','http://www.thaionline-reservation.com/customerv1/web1/customers/loaddefault_ajax.php?actions=LoadDefault&HotelID='+ObjHotelID+'&Rand='+Math.random());
document.getElementsByTagName('BODY')[0].appendChild(xScript);

/*กำหนดวันที่ check out เริ่มต้นที่สามารถเลือกได้*/
if(document.getElementById('starttime')!=null){document.getElementById('starttime').value	= parseFloat(document.getElementById('leadtime').value)+1;}