// JavaScript Document
<!--
	var xmlHttp;
	function creatXMLHttpRequest() 
	{
		if(window.ActiveXObject) 
		{
			xmlHttp = new ActiveXObject('Microsoft.XMLHTTP');
		} 
		else if(window.XMLHttpRequest) 
		{
			xmlHttp = new XMLHttpRequest();
		}
	}

	function startRequest(url,result) 
	{
		creatXMLHttpRequest();
		xmlHttp.open("GET",url,"true");
		xmlHttp.onreadystatechange = handleStateChange;
		xmlHttp.setRequestHeader("Content-Type","application/x-www-form-urlencoded;");
		xmlHttp.send(null);

				function handleStateChange() 
				   {
						if(xmlHttp.readyState == 1) 
						 {
							   document.getElementById(result).style.cssText = "";
							   document.getElementById(result).innerText = "loading..";
						 }
						if(xmlHttp.readyState == 4) 
						 {
								if(xmlHttp.status == 200)
								{
									 document.getElementById(result).style.cssText = "";
									 var allcon =  xmlHttp.responseText;
									 document.getElementById(result).innerHTML = allcon;
								}
					     }
                    }


	} 
	
	var xmlHttp_1;
	function creatxmlHttp_1Request() 
	{
		if(window.ActiveXObject) 
		{
			xmlHttp_1 = new ActiveXObject('Microsoft.xmlHttp');
		} 
		else if(window.xmlHttp_1Request) 
		{
			xmlHttp_1 = new xmlHttp_1Request();
		}
	}

	function startRequest1(url,result) 
	{
		creatxmlHttp_1Request();
		xmlHttp_1.open("GET",url,"true");
		xmlHttp_1.onreadystatechange = handleStateChange;
		xmlHttp_1.setRequestHeader("Content-Type","application/x-www-form-urlencoded;"); 
		xmlHttp_1.send(null);

				function handleStateChange() 
				   {
						if(xmlHttp_1.readyState == 1) 
						 {
							   document.getElementById(result).style.cssText = "";
							   document.getElementById(result).innerText = "loading..";
						 }
						if(xmlHttp_1.readyState == 4) 
						 {
								if(xmlHttp_1.status == 200)
								{
									 document.getElementById(result).style.cssText = "";
									 var allcon =  xmlHttp_1.responseText;
									 document.getElementById(result).innerHTML = allcon;
								}
					     }
                    }


	} 
	
	
	

	var xmlHttp_check3;
	function creatxmlHttp_check3Request() 
	{
		if(window.ActiveXObject) 
		{
			xmlHttp_check3 = new ActiveXObject('Microsoft.xmlHttp');
		} 
		else if(window.xmlHttp_check3Request) 
		{
			xmlHttp_check3 = new xmlHttp_check3Request();
		}
	}

	function startRequestcheck3(url,result) 
	{
		var f = document.form1;
		if( isBlank(f.dh.value) ){f.dh.focus();alert( "ÇëÊäÈëµ¥ºÅ£¡" );return false;}

		creatxmlHttp_check3Request();
		xmlHttp_check3.open("GET",url,"true");
		xmlHttp_check3.onreadystatechange = handleStateChange;
		xmlHttp_check3.setRequestHeader("Content-Type","application/x-www-form-urlencoded;");
		xmlHttp_check3.send(null);

				function handleStateChange() 
				   {
						if(xmlHttp_check3.readyState == 1) 
						 {
							   document.getElementById(result).style.cssText = "";
							   document.getElementById(result).innerText = "¼ÓÔØ..";
						 }
						if(xmlHttp_check3.readyState == 4) 
						 {
								if(xmlHttp_check3.status == 200)
								{
									 document.getElementById(result).style.cssText = "";
									 var allcon =  xmlHttp_check3.responseText;
									 document.getElementById(result).innerHTML = allcon;
								}
					     }
                    }


	} 



var xmlHttp_2;
	function creatxmlHttp_2Request() 
	{
		if(window.ActiveXObject) 
		{
			xmlHttp_2 = new ActiveXObject('Microsoft.xmlHttp');
		} 
		else if(window.xmlHttp_2Request) 
		{
			xmlHttp_2 = new xmlHttp_2Request();
		}
	}

	function startRequest2(url,result) 
	{
		creatxmlHttp_2Request();
		xmlHttp_2.open("GET",url,"true");
		xmlHttp_2.onreadystatechange = handleStateChange;
		xmlHttp_2.setRequestHeader("Content-Type","application/x-www-form-urlencoded;");
		xmlHttp_2.send(null);

				function handleStateChange() 
				   {
						if(xmlHttp_2.readyState == 1) 
						 {
							   document.getElementById(result).style.cssText = "";
							   document.getElementById(result).innerText = "loading..";
						 }
						if(xmlHttp_2.readyState == 4) 
						 {
								if(xmlHttp_2.status == 200)
								{
									 document.getElementById(result).style.cssText = "";
									 var allcon =  xmlHttp_2.responseText;
									 document.getElementById(result).innerHTML = allcon;
								}
					     }
                    }


	} 

	//startRequest();
