
	/**
	 *  getXMLHttpRequest  XMLHTTP °´Ã¼ »ý¼º
	 */ 
	function getXMLHttpRequest()
	{
		if (window.ActiveXObject)
		{
			try {
				return new ActiveXObject("Msxml2.XMLHTTP");
			} catch(e) {
				try {
					return new ActiveXObject("Microsoft.XMLHTTP");
				} catch(e1) { return null; }
			}
		} else if (window.XMLHttpRequest) {
			return new XMLHttpRequest();
		} else {
			return null;
		}
	}

	/**
	 *  JangSBoxLoad1  ±¸Àý°Ë»ö Àå¼±ÅÃ¹Ú½º ·Îµå
	 */ 
	function JangSBoxLoad1(bib_volumn1,stt_chapter1)
	{

		var Url //°æ·Î+ÆÄÀÏ¸í
		var Params //ÆÄ¶ó¸ÞÅÍ

		Url="/comtv/common/Jang1_div.asp"
		Params='CtgBCd='+bib_volumn1+'&Jang='+stt_chapter1

		httpRequest = getXMLHttpRequest();
		httpRequest.open("post", Url,false);
		httpRequest.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
		httpRequest.send(Params)
		if (httpRequest.readyState == 4) {
			if (httpRequest.status == 200) {
				JangDiv1.innerHTML=httpRequest.responseText;
			} else {
				alert("½ÇÆÐ: "+httpRequest.status);
			}
		}

		if (bib_volumn1 == "")
		{
			JulSBoxLoad1("","","");
		}
	}

	/**
	 *  JulSBoxLoad1  ±¸Àý°Ë»ö Àå¼±ÅÃ¹Ú½º ·Îµå
	 */ 
	function JulSBoxLoad1(bib_volumn1,stt_chapter1,stt_part1)
	{
		var Url //°æ·Î+ÆÄÀÏ¸í
		var Params //ÆÄ¶ó¸ÞÅÍ

		Url="/comtv/common/Jul_div1.asp"
		Params='CtgBCd='+bib_volumn1+'&Jang='+stt_chapter1+'&Jul='+stt_part1

		httpRequest = getXMLHttpRequest();
		httpRequest.open("post", Url,false);
		httpRequest.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
		httpRequest.send(Params)

		if (httpRequest.readyState == 4) {
			if (httpRequest.status == 200) {
				JulDiv1.innerHTML=httpRequest.responseText;
			} else {
				alert("½ÇÆÐ: "+httpRequest.status);
			}
		}
	}

	/**
	 *  JangSBoxLoad2  ±¸Àý°Ë»ö Àå¼±ÅÃ¹Ú½º ·Îµå
	 */ 
	function JangSBoxLoad2(bib_volumn1,end_chapter1)
	{
		var Url //°æ·Î+ÆÄÀÏ¸í
		var Params //ÆÄ¶ó¸ÞÅÍ

		Url="/comtv/common/Jang2_div.asp"
		Params='CtgBCd='+bib_volumn1+'&Jang='+end_chapter1;

		httpRequest = getXMLHttpRequest();
		httpRequest.open("post", Url,false);
		httpRequest.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
		httpRequest.send(Params)

		if (httpRequest.readyState == 4) {
			if (httpRequest.status == 200) {
				JangDiv2.innerHTML=httpRequest.responseText;
			} else {
				alert("½ÇÆÐ: "+httpRequest.status);
			}
		}

		if (bib_volumn1 == "")
		{
			JulSBoxLoad2("","","");
		}
	}

	/**
	 *  JulSBoxLoad2  ±¸Àý°Ë»ö Àý¼±ÅÃ¹Ú½º ·Îµå
	 */ 
	function JulSBoxLoad2(bib_volumn1,end_chapter1,end_part1)
	{
		var Url //°æ·Î+ÆÄÀÏ¸í
		var Params //ÆÄ¶ó¸ÞÅÍ

		Url="/comtv/common/Jul_div2.asp"
		Params='CtgBCd='+bib_volumn1+'&Jang='+end_chapter1+'&Jul='+end_part1

		httpRequest = getXMLHttpRequest();
		httpRequest.open("post", Url,false);
		httpRequest.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
		httpRequest.send(Params)

		if (httpRequest.readyState == 4) {
			if (httpRequest.status == 200) {
				JulDiv2.innerHTML=httpRequest.responseText;
			} else {
				alert("½ÇÆÐ: "+httpRequest.status);
			}
		}
	}

	/**
	 *  JangSBoxLoad3  ±¸Àý°Ë»ö Àå¼±ÅÃ¹Ú½º ·Îµå
	 */ 
	function JangSBoxLoad3(bib_volumn2,stt_chapter2)
	{
		var Url //°æ·Î+ÆÄÀÏ¸í
		var Params //ÆÄ¶ó¸ÞÅÍ

		Url="/comtv/common/Jang3_div.asp"
		Params='CtgBCd='+bib_volumn2+'&Jang='+stt_chapter2

		httpRequest = getXMLHttpRequest();
		httpRequest.open("post", Url,false);
		httpRequest.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
		httpRequest.send(Params)

		if (httpRequest.readyState == 4) {
			if (httpRequest.status == 200) {
				JangDiv3.innerHTML=httpRequest.responseText;
			} else {
				alert("½ÇÆÐ: "+httpRequest.status);
			}
		}

		if (bib_volumn2 == "")
		{
			JulSBoxLoad3("","","");
		}
	}

	/**
	 *  JulSBoxLoad3  ±¸Àý°Ë»ö Àý¼±ÅÃ¹Ú½º ·Îµå
	 */ 
	function JulSBoxLoad3(bib_volumn2,stt_chapter2,stt_part2)
	{
		var Url //°æ·Î+ÆÄÀÏ¸í
		var Params //ÆÄ¶ó¸ÞÅÍ

		Url="/comtv/common/Jul_div3.asp"
		Params='CtgBCd='+bib_volumn2+'&Jang='+stt_chapter2+'&Jul='+stt_part2

		httpRequest = getXMLHttpRequest();
		httpRequest.open("post", Url,false);
		httpRequest.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
		httpRequest.send(Params)

		if (httpRequest.readyState == 4) {
			if (httpRequest.status == 200) {
				JulDiv3.innerHTML=httpRequest.responseText;
			} else {
				alert("½ÇÆÐ: "+httpRequest.status);
			}
		}
	}

	/**
	 *  JangSBoxLoad4  ±¸Àý°Ë»ö Àå¼±ÅÃ¹Ú½º ·Îµå
	 */ 
	function JangSBoxLoad4(bib_volumn2,end_chapter2)
	{
		var Url //°æ·Î+ÆÄÀÏ¸í
		var Params //ÆÄ¶ó¸ÞÅÍ

		Url="/comtv/common/Jang4_div.asp"
		Params='CtgBCd='+bib_volumn2+'&Jang='+end_chapter2

		httpRequest = getXMLHttpRequest();
		httpRequest.open("post", Url,false);
		httpRequest.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
		httpRequest.send(Params)

		if (httpRequest.readyState == 4) {
			if (httpRequest.status == 200) {
				JangDiv4.innerHTML=httpRequest.responseText;
			} else {
				alert("½ÇÆÐ: "+httpRequest.status);
			}
		}

		if (bib_volumn2 == "")
		{
			JulSBoxLoad4("","","");
		}
	}

	/**
	 *  JulSBoxLoad4  ±¸Àý°Ë»ö Àý¼±ÅÃ¹Ú½º ·Îµå
	 */
	function JulSBoxLoad4(bib_volumn2,end_chapter2,end_part2)
	{
		var Url //°æ·Î+ÆÄÀÏ¸í
		var Params //ÆÄ¶ó¸ÞÅÍ

		Url="/comtv/common/Jul_div4.asp"
		Params='CtgBCd='+bib_volumn2+'&Jang='+end_chapter2+'&Jul='+end_part2

		httpRequest = getXMLHttpRequest();
		httpRequest.open("post", Url,false);
		httpRequest.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
		httpRequest.send(Params)

		if (httpRequest.readyState == 4) {
			if (httpRequest.status == 200) {
				JulDiv4.innerHTML=httpRequest.responseText;
			} else {
				alert("½ÇÆÐ: "+httpRequest.status);
			}
		}
	}