function set_gugun(obj, target_gugun_id, target_dong_id)
{
	var option_length	= document.getElementById(target_gugun_id).length;
	for(var i = 0; i < option_length; i++)	document.getElementById(target_gugun_id).remove(0);
	document.getElementById(target_gugun_id).options[0] = new Option(' ½Ã/±¸/±º', 'all');
	var option_length	= document.getElementById(target_dong_id).length;
	for(var i = 0; i < option_length; i++)	document.getElementById(target_dong_id).remove(0);
	document.getElementById(target_dong_id).options[0] = new Option(' µ¿/À¾/¸é', 'all');
	if(obj.value == 'ÀÎÃµ')
	{
		document.getElementById(target_gugun_id).options[1] = new Option(' °­È­±º', '°­È­±º');
		document.getElementById(target_gugun_id).options[2] = new Option(' °è¾ç±¸', '°è¾ç±¸');
		document.getElementById(target_gugun_id).options[3] = new Option(' ³²±¸', '³²±¸');
		document.getElementById(target_gugun_id).options[4] = new Option(' ³²µ¿±¸', '³²µ¿±¸');
		document.getElementById(target_gugun_id).options[5] = new Option(' µ¿±¸', 'µ¿±¸');
		document.getElementById(target_gugun_id).options[6] = new Option(' ºÎÆò±¸', 'ºÎÆò±¸');
		document.getElementById(target_gugun_id).options[7] = new Option(' ¼­±¸', '¼­±¸');
		document.getElementById(target_gugun_id).options[8] = new Option(' ¿¬¼ö±¸', '¿¬¼ö±¸');
		document.getElementById(target_gugun_id).options[9] = new Option(' ¿ËÁø±º', '¿ËÁø±º');
		document.getElementById(target_gugun_id).options[10] = new Option(' Áß±¸', 'Áß±¸');
	}
	else if(obj.value == '°æ±â')
	{
		document.getElementById(target_gugun_id).options[1] = new Option(' ºÎÃµ½Ã ¼Ò»ç±¸', 'ºÎÃµ½Ã ¼Ò»ç±¸');
		document.getElementById(target_gugun_id).options[2] = new Option(' ºÎÃµ½Ã ¿ÀÁ¤±¸', 'ºÎÃµ½Ã ¿ÀÁ¤±¸');
		document.getElementById(target_gugun_id).options[3] = new Option(' ºÎÃµ½Ã ¿ø¹Ì±¸', 'ºÎÃµ½Ã ¿ø¹Ì±¸');
		document.getElementById(target_gugun_id).options[4] = new Option(' ½ÃÈï½Ã', '½ÃÈï½Ã');
	}
}
function set_dong(obj, target_dong_id)
{
	var option_length	= document.getElementById(target_dong_id).length;
	for(var i = 0; i < option_length; i++)	document.getElementById(target_dong_id).remove(0);
	document.getElementById(target_dong_id).options[0] = new Option(' µ¿/À¾/¸é', 'all');
	if(obj.value == '°è¾ç±¸')
	{
		document.getElementById(target_dong_id).options[1] = new Option(' °¥Çöµ¿', '°¥Çö');
		document.getElementById(target_dong_id).options[2] = new Option(' °è»ê1µ¿', '°è»ê1');
		document.getElementById(target_dong_id).options[3] = new Option(' °è»ê2µ¿', '°è»ê2');
		document.getElementById(target_dong_id).options[4] = new Option(' °è»ê3µ¿', '°è»ê3');
		document.getElementById(target_dong_id).options[5] = new Option(' °è»ê4µ¿', '°è»ê4');
		document.getElementById(target_dong_id).options[6] = new Option(' °è»êµ¿', '°è»ê');
		document.getElementById(target_dong_id).options[7] = new Option(' ±ÖÇöµ¿', '±ÖÇö');
		document.getElementById(target_dong_id).options[8] = new Option(' ³ë¿ÀÁöµ¿', '³ë¿ÀÁö');
		document.getElementById(target_dong_id).options[9] = new Option(' ´Ù³²µ¿', '´Ù³²');
		document.getElementById(target_dong_id).options[10] = new Option(' µ¿¾çµ¿', 'µ¿¾ç');
		document.getElementById(target_dong_id).options[11] = new Option(' µÏ½Çµ¿', 'µÏ½Ç');
		document.getElementById(target_dong_id).options[12] = new Option(' ¸ñ»óµ¿', '¸ñ»ó');
		document.getElementById(target_dong_id).options[13] = new Option(' ¹ÚÃÌµ¿', '¹ÚÃÌ');
		document.getElementById(target_dong_id).options[14] = new Option(' ¹æÃàµ¿', '¹æÃà');
		document.getElementById(target_dong_id).options[15] = new Option(' º´¹æµ¿', 'º´¹æ');
		document.getElementById(target_dong_id).options[16] = new Option(' »ó¾ßµ¿', '»ó¾ß');
		document.getElementById(target_dong_id).options[17] = new Option(' ¼­¿îµ¿', '¼­¿î');
		document.getElementById(target_dong_id).options[18] = new Option(' ¼±ÁÖÁöµ¿', '¼±ÁÖÁö');
		document.getElementById(target_dong_id).options[19] = new Option(' ¿À·ùµ¿', '¿À·ù');
		document.getElementById(target_dong_id).options[20] = new Option(' ¿ëÁ¾µ¿', '¿ëÁ¾');
		document.getElementById(target_dong_id).options[21] = new Option(' ÀÌÈ­µ¿', 'ÀÌÈ­');
		document.getElementById(target_dong_id).options[22] = new Option(' ÀÓÇÐµ¿', 'ÀÓÇÐ');
		document.getElementById(target_dong_id).options[23] = new Option(' ÀÛÀü1µ¿', 'ÀÛÀü1');
		document.getElementById(target_dong_id).options[24] = new Option(' ÀÛÀü2µ¿', 'ÀÛÀü2');
		document.getElementById(target_dong_id).options[25] = new Option(' ÀÛÀü3µ¿', 'ÀÛÀü3');
		document.getElementById(target_dong_id).options[26] = new Option(' ÀÛÀüµ¿', 'ÀÛÀü');
		document.getElementById(target_dong_id).options[27] = new Option(' Àå±âµ¿', 'Àå±â');
		document.getElementById(target_dong_id).options[28] = new Option(' Æòµ¿', 'Æò');
		document.getElementById(target_dong_id).options[29] = new Option(' ÇÏ¾ßµ¿', 'ÇÏ¾ß');
		document.getElementById(target_dong_id).options[30] = new Option(' È¿¼º1µ¿', 'È¿¼º1');
		document.getElementById(target_dong_id).options[31] = new Option(' È¿¼º2µ¿', 'È¿¼º2');
		document.getElementById(target_dong_id).options[32] = new Option(' È¿¼ºµ¿', 'È¿¼º');
	}
	if(obj.value == '³²±¸')
	{
		document.getElementById(target_dong_id).options[1] = new Option(' °ü±³µ¿', '°ü±³');
		document.getElementById(target_dong_id).options[2] = new Option(' µµÈ­1µ¿', 'µµÈ­1');
		document.getElementById(target_dong_id).options[3] = new Option(' µµÈ­2µ¿', 'µµÈ­2');
		document.getElementById(target_dong_id).options[4] = new Option(' µµÈ­3µ¿', 'µµÈ­3');
		document.getElementById(target_dong_id).options[5] = new Option(' µµÈ­µ¿', 'µµÈ­');
		document.getElementById(target_dong_id).options[6] = new Option(' ¹®ÇÐµ¿', '¹®ÇÐ');
		document.getElementById(target_dong_id).options[7] = new Option(' ¼þÀÇ1µ¿', '¼þÀÇ1');
		document.getElementById(target_dong_id).options[8] = new Option(' ¼þÀÇ2µ¿', '¼þÀÇ2');
		document.getElementById(target_dong_id).options[9] = new Option(' ¼þÀÇ3µ¿', '¼þÀÇ3');
		document.getElementById(target_dong_id).options[10] = new Option(' ¼þÀÇ4µ¿', '¼þÀÇ4');
		document.getElementById(target_dong_id).options[11] = new Option(' ¼þÀÇµ¿', '¼þÀÇ');
		document.getElementById(target_dong_id).options[12] = new Option(' ¿ëÇö1µ¿', '¿ëÇö1');
		document.getElementById(target_dong_id).options[13] = new Option(' ¿ëÇö2µ¿', '¿ëÇö2');
		document.getElementById(target_dong_id).options[14] = new Option(' ¿ëÇö3µ¿', '¿ëÇö3');
		document.getElementById(target_dong_id).options[15] = new Option(' ¿ëÇö4µ¿', '¿ëÇö4');
		document.getElementById(target_dong_id).options[16] = new Option(' ¿ëÇö5µ¿', '¿ëÇö5');
		document.getElementById(target_dong_id).options[17] = new Option(' ¿ëÇöµ¿', '¿ëÇö');
		document.getElementById(target_dong_id).options[18] = new Option(' ÁÖ¾È1µ¿', 'ÁÖ¾È1');
		document.getElementById(target_dong_id).options[19] = new Option(' ÁÖ¾È2µ¿', 'ÁÖ¾È2');
		document.getElementById(target_dong_id).options[20] = new Option(' ÁÖ¾È3µ¿', 'ÁÖ¾È3');
		document.getElementById(target_dong_id).options[21] = new Option(' ÁÖ¾È4µ¿', 'ÁÖ¾È4');
		document.getElementById(target_dong_id).options[22] = new Option(' ÁÖ¾È5µ¿', 'ÁÖ¾È5');
		document.getElementById(target_dong_id).options[23] = new Option(' ÁÖ¾È6µ¿', 'ÁÖ¾È6');
		document.getElementById(target_dong_id).options[24] = new Option(' ÁÖ¾È7µ¿', 'ÁÖ¾È7');
		document.getElementById(target_dong_id).options[25] = new Option(' ÁÖ¾È8µ¿', 'ÁÖ¾È8');
		document.getElementById(target_dong_id).options[26] = new Option(' ÁÖ¾Èµ¿', 'ÁÖ¾È');
		document.getElementById(target_dong_id).options[27] = new Option(' ÇÐÀÍ1µ¿', 'ÇÐÀÍ1');
		document.getElementById(target_dong_id).options[28] = new Option(' ÇÐÀÍ2µ¿', 'ÇÐÀÍ2');
		document.getElementById(target_dong_id).options[29] = new Option(' ÇÐÀÍµ¿', 'ÇÐÀÍ');
	}
	if(obj.value == '³²µ¿±¸')
	{
		document.getElementById(target_dong_id).options[1] = new Option(' °£¼®1µ¿', '°£¼®1');
		document.getElementById(target_dong_id).options[2] = new Option(' °£¼®2µ¿', '°£¼®2');
		document.getElementById(target_dong_id).options[3] = new Option(' °£¼®3µ¿', '°£¼®3');
		document.getElementById(target_dong_id).options[4] = new Option(' °£¼®4µ¿', '°£¼®4');
		document.getElementById(target_dong_id).options[5] = new Option(' °£¼®µ¿', '°£¼®');
		document.getElementById(target_dong_id).options[6] = new Option(' °íÀÜµ¿', '°íÀÜ');
		document.getElementById(target_dong_id).options[7] = new Option(' ±¸¿ù1µ¿', '±¸¿ù1');
		document.getElementById(target_dong_id).options[8] = new Option(' ±¸¿ù2µ¿', '±¸¿ù2');
		document.getElementById(target_dong_id).options[9] = new Option(' ±¸¿ù3µ¿', '±¸¿ù3');
		document.getElementById(target_dong_id).options[10] = new Option(' ±¸¿ù4µ¿', '±¸¿ù4');
		document.getElementById(target_dong_id).options[11] = new Option(' ±¸¿ùµ¿', '±¸¿ù');
		document.getElementById(target_dong_id).options[12] = new Option(' ³²ÃÌµ¿', '³²ÃÌ');
		document.getElementById(target_dong_id).options[13] = new Option(' ³íÇöµ¿', '³íÇö');
		document.getElementById(target_dong_id).options[14] = new Option(' µµ¸²µ¿', 'µµ¸²');
		document.getElementById(target_dong_id).options[15] = new Option(' ¸¸¼ö1µ¿', '¸¸¼ö1');
		document.getElementById(target_dong_id).options[16] = new Option(' ¸¸¼ö2µ¿', '¸¸¼ö2');
		document.getElementById(target_dong_id).options[17] = new Option(' ¸¸¼ö3µ¿', '¸¸¼ö3');
		document.getElementById(target_dong_id).options[18] = new Option(' ¸¸¼ö4µ¿', '¸¸¼ö4');
		document.getElementById(target_dong_id).options[19] = new Option(' ¸¸¼ö5µ¿', '¸¸¼ö5');
		document.getElementById(target_dong_id).options[20] = new Option(' ¸¸¼ö6µ¿', '¸¸¼ö6');
		document.getElementById(target_dong_id).options[21] = new Option(' ¸¸¼öµ¿', '¸¸¼ö');
		document.getElementById(target_dong_id).options[22] = new Option(' ¼­Ã¢µ¿', '¼­Ã¢');
		document.getElementById(target_dong_id).options[23] = new Option(' ¼ö»êµ¿', '¼ö»ê');
		document.getElementById(target_dong_id).options[24] = new Option(' ¿î¿¬µ¿', '¿î¿¬');
		document.getElementById(target_dong_id).options[25] = new Option(' Àå¼öµ¿', 'Àå¼ö');
	}
	if(obj.value == 'µ¿±¸')
	{
		document.getElementById(target_dong_id).options[1] = new Option(' ±Ý°îµ¿', '±Ý°î');
		document.getElementById(target_dong_id).options[2] = new Option(' ¸¸¼®µ¿', '¸¸¼®');
		document.getElementById(target_dong_id).options[3] = new Option(' ¼Û¸²1µ¿', '¼Û¸²1');
		document.getElementById(target_dong_id).options[4] = new Option(' ¼Û¸²2µ¿', '¼Û¸²2');
		document.getElementById(target_dong_id).options[5] = new Option(' ¼Û¸²3µ¿', '¼Û¸²3');
		document.getElementById(target_dong_id).options[6] = new Option(' ¼Û¸²4µ¿', '¼Û¸²4');
		document.getElementById(target_dong_id).options[7] = new Option(' ¼Û¸²5µ¿', '¼Û¸²5');
		document.getElementById(target_dong_id).options[8] = new Option(' ¼Û¸²6µ¿', '¼Û¸²6');
		document.getElementById(target_dong_id).options[9] = new Option(' ¼Û¸²µ¿', '¼Û¸²');
		document.getElementById(target_dong_id).options[10] = new Option(' ¼ÛÇö1µ¿', '¼ÛÇö1');
		document.getElementById(target_dong_id).options[11] = new Option(' ¼ÛÇö2µ¿', '¼ÛÇö2');
		document.getElementById(target_dong_id).options[12] = new Option(' ¼ÛÇö3µ¿', '¼ÛÇö3');
		document.getElementById(target_dong_id).options[13] = new Option(' ¼ÛÇöµ¿', '¼ÛÇö');
		document.getElementById(target_dong_id).options[14] = new Option(' Ã¢¿µµ¿', 'Ã¢¿µ');
		document.getElementById(target_dong_id).options[15] = new Option(' È­¼ö1µ¿', 'È­¼ö1');
		document.getElementById(target_dong_id).options[16] = new Option(' È­¼ö2µ¿', 'È­¼ö2');
		document.getElementById(target_dong_id).options[17] = new Option(' È­¼öµ¿', 'È­¼ö');
		document.getElementById(target_dong_id).options[18] = new Option(' È­Æòµ¿', 'È­Æò');
	}
	if(obj.value == 'ºÎÆò±¸')
	{
		document.getElementById(target_dong_id).options[1] = new Option(' °¥»ê1µ¿', '°¥»ê1');
		document.getElementById(target_dong_id).options[2] = new Option(' °¥»ê2µ¿', '°¥»ê2');
		document.getElementById(target_dong_id).options[3] = new Option(' °¥»êµ¿', '°¥»ê');
		document.getElementById(target_dong_id).options[4] = new Option(' ±¸»êµ¿', '±¸»ê');
		document.getElementById(target_dong_id).options[5] = new Option(' ºÎ°³1µ¿', 'ºÎ°³1');
		document.getElementById(target_dong_id).options[6] = new Option(' ºÎ°³2µ¿', 'ºÎ°³2');
		document.getElementById(target_dong_id).options[7] = new Option(' ºÎ°³3µ¿', 'ºÎ°³3');
		document.getElementById(target_dong_id).options[8] = new Option(' ºÎ°³µ¿', 'ºÎ°³');
		document.getElementById(target_dong_id).options[9] = new Option(' ºÎÆò1µ¿', 'ºÎÆò1');
		document.getElementById(target_dong_id).options[10] = new Option(' ºÎÆò2µ¿', 'ºÎÆò2');
		document.getElementById(target_dong_id).options[11] = new Option(' ºÎÆò3µ¿', 'ºÎÆò3');
		document.getElementById(target_dong_id).options[12] = new Option(' ºÎÆò4µ¿', 'ºÎÆò4');
		document.getElementById(target_dong_id).options[13] = new Option(' ºÎÆò5µ¿', 'ºÎÆò5');
		document.getElementById(target_dong_id).options[14] = new Option(' ºÎÆò6µ¿', 'ºÎÆò6');
		document.getElementById(target_dong_id).options[15] = new Option(' ºÎÆòµ¿', 'ºÎÆò');
		document.getElementById(target_dong_id).options[16] = new Option(' »ê°î1µ¿', '»ê°î1');
		document.getElementById(target_dong_id).options[17] = new Option(' »ê°î2µ¿', '»ê°î2');
		document.getElementById(target_dong_id).options[18] = new Option(' »ê°î3µ¿', '»ê°î3');
		document.getElementById(target_dong_id).options[19] = new Option(' »ê°î4µ¿', '»ê°î4');
		document.getElementById(target_dong_id).options[20] = new Option(' »ê°îµ¿', '»ê°î');
		document.getElementById(target_dong_id).options[21] = new Option(' »ï»êµ¿', '»ï»ê');
		document.getElementById(target_dong_id).options[22] = new Option(' ½ÊÁ¤1µ¿', '½ÊÁ¤1');
		document.getElementById(target_dong_id).options[23] = new Option(' ½ÊÁ¤2µ¿', '½ÊÁ¤2');
		document.getElementById(target_dong_id).options[24] = new Option(' ½ÊÁ¤µ¿', '½ÊÁ¤');
		document.getElementById(target_dong_id).options[25] = new Option(' ÀÏ½Åµ¿', 'ÀÏ½Å');
		document.getElementById(target_dong_id).options[26] = new Option(' Ã»Ãµ1µ¿', 'Ã»Ãµ1');
		document.getElementById(target_dong_id).options[27] = new Option(' Ã»Ãµ2µ¿', 'Ã»Ãµ2');
		document.getElementById(target_dong_id).options[28] = new Option(' Ã»Ãµµ¿', 'Ã»Ãµ');
	}
	if(obj.value == '¼­±¸')
	{
		document.getElementById(target_dong_id).options[1] = new Option(' °¡Á¤1µ¿', '°¡Á¤1');
		document.getElementById(target_dong_id).options[2] = new Option(' °¡Á¤2µ¿', '°¡Á¤2');
		document.getElementById(target_dong_id).options[3] = new Option(' °¡Á¤3µ¿', '°¡Á¤3');
		document.getElementById(target_dong_id).options[4] = new Option(' °¡Á¤µ¿', '°¡Á¤');
		document.getElementById(target_dong_id).options[5] = new Option(' °¡ÁÂ1µ¿', '°¡ÁÂ1');
		document.getElementById(target_dong_id).options[6] = new Option(' °¡ÁÂ2µ¿', '°¡ÁÂ2');
		document.getElementById(target_dong_id).options[7] = new Option(' °¡ÁÂ3µ¿', '°¡ÁÂ3');
		document.getElementById(target_dong_id).options[8] = new Option(' °¡ÁÂ4µ¿', '°¡ÁÂ4');
		document.getElementById(target_dong_id).options[9] = new Option(' °¡ÁÂµ¿', '°¡ÁÂ');
		document.getElementById(target_dong_id).options[10] = new Option(' °Ë¾Ïµ¿', '°Ë¾Ï');
		document.getElementById(target_dong_id).options[11] = new Option(' °æ¼­µ¿', '°æ¼­');
		document.getElementById(target_dong_id).options[12] = new Option(' °øÃÌµ¿', '°øÃÌ');
		document.getElementById(target_dong_id).options[13] = new Option(' ±Ý°îµ¿', '±Ý°î');
		document.getElementById(target_dong_id).options[14] = new Option(' ´çÇÏµ¿', '´çÇÏ');
		document.getElementById(target_dong_id).options[15] = new Option(' ´ë°îµ¿', '´ë°î');
		document.getElementById(target_dong_id).options[16] = new Option(' ¸¶Àüµ¿', '¸¶Àü');
		document.getElementById(target_dong_id).options[17] = new Option(' ¹é¼®µ¿', '¹é¼®');
		document.getElementById(target_dong_id).options[18] = new Option(' ºÒ·Îµ¿', 'ºÒ·Î');
		document.getElementById(target_dong_id).options[19] = new Option(' ¼®³²1µ¿', '¼®³²1');
		document.getElementById(target_dong_id).options[20] = new Option(' ¼®³²2µ¿', '¼®³²2');
		document.getElementById(target_dong_id).options[21] = new Option(' ¼®³²3µ¿', '¼®³²3');
		document.getElementById(target_dong_id).options[22] = new Option(' ¼®³²µ¿', '¼®³²');
		document.getElementById(target_dong_id).options[23] = new Option(' ½ÃÃµµ¿', '½ÃÃµ');
		document.getElementById(target_dong_id).options[24] = new Option(' ½ÅÇöµ¿', '½ÅÇö');
		document.getElementById(target_dong_id).options[25] = new Option(' ½É°îµ¿', '½É°î');
		document.getElementById(target_dong_id).options[26] = new Option(' ¿¬Èñµ¿', '¿¬Èñ');
		document.getElementById(target_dong_id).options[27] = new Option(' ¿À·ùµ¿', '¿À·ù');
		document.getElementById(target_dong_id).options[28] = new Option(' ¿Õ±æµ¿', '¿Õ±æ');
		document.getElementById(target_dong_id).options[29] = new Option(' ¿ø´çµ¿', '¿ø´ç');
		document.getElementById(target_dong_id).options[30] = new Option(' ¿øÃ¢µ¿', '¿øÃ¢');
	}
	if(obj.value == '¿¬¼ö±¸')
	{
		document.getElementById(target_dong_id).options[1] = new Option(' µ¿Ãá1µ¿', 'µ¿Ãá1');
		document.getElementById(target_dong_id).options[2] = new Option(' µ¿Ãá2µ¿', 'µ¿Ãá2');
		document.getElementById(target_dong_id).options[3] = new Option(' µ¿Ãá3µ¿', 'µ¿Ãá3');
		document.getElementById(target_dong_id).options[4] = new Option(' µ¿Ãáµ¿', 'µ¿Ãá');
		document.getElementById(target_dong_id).options[5] = new Option(' ¼±ÇÐµ¿', '¼±ÇÐ');
		document.getElementById(target_dong_id).options[6] = new Option(' ¼Ûµµµ¿', '¼Ûµµ');
		document.getElementById(target_dong_id).options[7] = new Option(' ¿¬¼ö1µ¿', '¿¬¼ö1');
		document.getElementById(target_dong_id).options[8] = new Option(' ¿¬¼ö2µ¿', '¿¬¼ö2');
		document.getElementById(target_dong_id).options[9] = new Option(' ¿¬¼ö3µ¿', '¿¬¼ö3');
		document.getElementById(target_dong_id).options[10] = new Option(' ¿¬¼öµ¿', '¿¬¼ö');
		document.getElementById(target_dong_id).options[11] = new Option(' ¿Á·Ã1µ¿', '¿Á·Ã1');
		document.getElementById(target_dong_id).options[12] = new Option(' ¿Á·Ã2µ¿', '¿Á·Ã2');
		document.getElementById(target_dong_id).options[13] = new Option(' ¿Á·Ãµ¿', '¿Á·Ã');
		document.getElementById(target_dong_id).options[14] = new Option(' Ã»ÇÐµ¿', 'Ã»ÇÐ');
	}
	if(obj.value == 'Áß±¸')
	{
		document.getElementById(target_dong_id).options[1] = new Option(' °æµ¿', '°æ');
		document.getElementById(target_dong_id).options[2] = new Option(' °üµ¿1°¡', '°üµ¿1');
		document.getElementById(target_dong_id).options[3] = new Option(' °üµ¿2°¡', '°üµ¿2');
		document.getElementById(target_dong_id).options[4] = new Option(' °üµ¿3°¡', '°üµ¿3');
		document.getElementById(target_dong_id).options[5] = new Option(' ³²ºÏµ¿', '³²ºÏ');
		document.getElementById(target_dong_id).options[6] = new Option(' ³»µ¿', '³»');
		document.getElementById(target_dong_id).options[7] = new Option(' ´äµ¿', '´ä');
		document.getElementById(target_dong_id).options[8] = new Option(' ´ö±³µ¿', '´ö±³');
		document.getElementById(target_dong_id).options[9] = new Option(' µµ¿øµ¿', 'µµ¿ø');
		document.getElementById(target_dong_id).options[10] = new Option(' ¹«ÀÇµ¿', '¹«ÀÇ');
		document.getElementById(target_dong_id).options[11] = new Option(' ºÏ¼ºµ¿1°¡', 'ºÏ¼ºµ¿1');
		document.getElementById(target_dong_id).options[12] = new Option(' ºÏ¼ºµ¿2°¡', 'ºÏ¼ºµ¿2');
		document.getElementById(target_dong_id).options[13] = new Option(' ºÏ¼ºµ¿3°¡', 'ºÏ¼ºµ¿3');
		document.getElementById(target_dong_id).options[14] = new Option(' »çµ¿', '»ç');
		document.getElementById(target_dong_id).options[15] = new Option(' ¼±¸°µ¿', '¼±¸°');
		document.getElementById(target_dong_id).options[16] = new Option(' ¼±È­µ¿', '¼±È­');
		document.getElementById(target_dong_id).options[17] = new Option(' ¼Û¿ùµ¿1°¡', '¼Û¿ùµ¿1');
		document.getElementById(target_dong_id).options[18] = new Option(' ¼Û¿ùµ¿2°¡', '¼Û¿ùµ¿2');
		document.getElementById(target_dong_id).options[19] = new Option(' ¼Û¿ùµ¿3°¡', '¼Û¿ùµ¿3');
		document.getElementById(target_dong_id).options[20] = new Option(' ¼ÛÇÐµ¿1°¡', '¼ÛÇÐµ¿1');
		document.getElementById(target_dong_id).options[21] = new Option(' ¼ÛÇÐµ¿2°¡', '¼ÛÇÐµ¿2');
		document.getElementById(target_dong_id).options[22] = new Option(' ¼ÛÇÐµ¿3°¡', '¼ÛÇÐµ¿3');
		document.getElementById(target_dong_id).options[23] = new Option(' ½Å»ýµ¿', '½Å»ý');
		document.getElementById(target_dong_id).options[24] = new Option(' ½ÅÆ÷µ¿', '½ÅÆ÷');
		document.getElementById(target_dong_id).options[25] = new Option(' ½ÅÈïµ¿1°¡', '½ÅÈïµ¿1');
		document.getElementById(target_dong_id).options[26] = new Option(' ½ÅÈïµ¿2°¡', '½ÅÈïµ¿2');
		document.getElementById(target_dong_id).options[27] = new Option(' ½ÅÈïµ¿3°¡', '½ÅÈïµ¿3');
		document.getElementById(target_dong_id).options[28] = new Option(' ¿ëµ¿', '¿ë');
		document.getElementById(target_dong_id).options[29] = new Option(' ¿î³²µ¿', '¿î³²');
		document.getElementById(target_dong_id).options[30] = new Option(' ¿îºÏµ¿', '¿îºÏ');
		document.getElementById(target_dong_id).options[31] = new Option(' ¿î¼­µ¿', '¿î¼­');
		document.getElementById(target_dong_id).options[32] = new Option(' À¯µ¿', 'À¯');
		document.getElementById(target_dong_id).options[33] = new Option(' À²¸ñµ¿', 'À²¸ñ');
		document.getElementById(target_dong_id).options[34] = new Option(' À»¿Õµ¿', 'À»¿Õ');
		document.getElementById(target_dong_id).options[35] = new Option(' ÀÎÇöµ¿', 'ÀÎÇö');
		document.getElementById(target_dong_id).options[36] = new Option(' Àüµ¿', 'Àü');
		document.getElementById(target_dong_id).options[37] = new Option(' Áß»êµ¿', 'Áß»ê');
		document.getElementById(target_dong_id).options[38] = new Option(' Áß¾Óµ¿1°¡', 'Áß¾Óµ¿1');
		document.getElementById(target_dong_id).options[39] = new Option(' Áß¾Óµ¿2°¡', 'Áß¾Óµ¿2');
		document.getElementById(target_dong_id).options[40] = new Option(' Áß¾Óµ¿3°¡', 'Áß¾Óµ¿3');
		document.getElementById(target_dong_id).options[41] = new Option(' Áß¾Óµ¿4°¡', 'Áß¾Óµ¿4');
		document.getElementById(target_dong_id).options[42] = new Option(' Ç×µ¿1°¡', 'Ç×µ¿1');
		document.getElementById(target_dong_id).options[43] = new Option(' Ç×µ¿2°¡', 'Ç×µ¿2');
		document.getElementById(target_dong_id).options[44] = new Option(' Ç×µ¿3°¡', 'Ç×µ¿3');
		document.getElementById(target_dong_id).options[45] = new Option(' Ç×µ¿4°¡', 'Ç×µ¿4');
		document.getElementById(target_dong_id).options[46] = new Option(' Ç×µ¿5°¡', 'Ç×µ¿5');
		document.getElementById(target_dong_id).options[47] = new Option(' Ç×µ¿6°¡', 'Ç×µ¿6');
		document.getElementById(target_dong_id).options[48] = new Option(' Ç×µ¿7°¡', 'Ç×µ¿7');
		document.getElementById(target_dong_id).options[49] = new Option(' ÇØ¾Èµ¿1°¡', 'ÇØ¾Èµ¿1');
		document.getElementById(target_dong_id).options[50] = new Option(' ÇØ¾Èµ¿2°¡', 'ÇØ¾Èµ¿2');
		document.getElementById(target_dong_id).options[51] = new Option(' ÇØ¾Èµ¿3°¡', 'ÇØ¾Èµ¿3');
		document.getElementById(target_dong_id).options[52] = new Option(' ÇØ¾Èµ¿4°¡', 'ÇØ¾Èµ¿4');
	}
	if(obj.value == '°­È­±º')
	{
		document.getElementById(target_dong_id).options[1] = new Option(' °­È­À¾', '°­È­');
		document.getElementById(target_dong_id).options[2] = new Option(' ±³µ¿¸é', '±³µ¿');
		document.getElementById(target_dong_id).options[3] = new Option(' ±æ»ó¸é', '±æ»ó');
		document.getElementById(target_dong_id).options[4] = new Option(' ³»°¡¸é', '³»°¡');
		document.getElementById(target_dong_id).options[5] = new Option(' ºÒÀº¸é', 'ºÒÀº');
		document.getElementById(target_dong_id).options[6] = new Option(' »ï»ê¸é', '»ï»ê');
		document.getElementById(target_dong_id).options[7] = new Option(' ¼­µµ¸é', '¼­µµ');
		document.getElementById(target_dong_id).options[8] = new Option(' ¼±¿ø¸é', '¼±¿ø');
		document.getElementById(target_dong_id).options[9] = new Option(' ¼ÛÇØ¸é', '¼ÛÇØ');
		document.getElementById(target_dong_id).options[10] = new Option(' ¾çµµ¸é', '¾çµµ');
		document.getElementById(target_dong_id).options[11] = new Option(' ¾ç»ç¸é', '¾ç»ç');
		document.getElementById(target_dong_id).options[12] = new Option(' ÇÏÁ¡¸é', 'ÇÏÁ¡');
		document.getElementById(target_dong_id).options[13] = new Option(' È­µµ¸é', 'È­µµ');
	}
	if(obj.value == '¿ËÁø±º')
	{
		document.getElementById(target_dong_id).options[1] = new Option(' ´ëÃ»¸é', '´ëÃ»');
		document.getElementById(target_dong_id).options[2] = new Option(' ´öÀû¸é', '´öÀû');
		document.getElementById(target_dong_id).options[3] = new Option(' ¹é·É¸é', '¹é·É');
		document.getElementById(target_dong_id).options[4] = new Option(' ºÏµµ¸é', 'ºÏµµ');
		document.getElementById(target_dong_id).options[5] = new Option(' ¿¬Æò¸é', '¿¬Æò');
		document.getElementById(target_dong_id).options[6] = new Option(' ¿µÈï¸é', '¿µÈï');
		document.getElementById(target_dong_id).options[7] = new Option(' ÀÚ¿ù¸é', 'ÀÚ¿ù');
	}
	if(obj.value == 'ºÎÃµ½Ã ¼Ò»ç±¸')
	{
		document.getElementById(target_dong_id).options[1] = new Option(' °è¼öµ¿', '°è¼ö');
		document.getElementById(target_dong_id).options[2] = new Option(' ±«¾Èµ¿', '±«¾È');
		document.getElementById(target_dong_id).options[3] = new Option(' ¹ü¹Úµ¿', '¹ü¹Ú');
		document.getElementById(target_dong_id).options[4] = new Option(' ¼Ò»çº»1µ¿', '¼Ò»çº»1');
		document.getElementById(target_dong_id).options[5] = new Option(' ¼Ò»çº»2µ¿', '¼Ò»çº»2');
		document.getElementById(target_dong_id).options[6] = new Option(' ¼Ò»çº»3µ¿', '¼Ò»çº»3');
		document.getElementById(target_dong_id).options[7] = new Option(' ¼Ò»çº»µ¿', '¼Ò»çº»');
		document.getElementById(target_dong_id).options[8] = new Option(' ¼Û³»1µ¿', '¼Û³»1');
		document.getElementById(target_dong_id).options[9] = new Option(' ¼Û³»2µ¿', '¼Û³»2');
		document.getElementById(target_dong_id).options[10] = new Option(' ¼Û³»µ¿', '¼Û³»');
		document.getElementById(target_dong_id).options[11] = new Option(' ½É°îº»1µ¿', '½É°îº»1');
		document.getElementById(target_dong_id).options[12] = new Option(' ½É°îº»µ¿', '½É°îº»');
		document.getElementById(target_dong_id).options[13] = new Option(' ¿ª°î3µ¿', '¿ª°î3');
		document.getElementById(target_dong_id).options[14] = new Option(' ¿Á±æµ¿', '¿Á±æ');
	}
	if(obj.value == 'ºÎÃµ½Ã ¿ÀÁ¤±¸')
	{
		document.getElementById(target_dong_id).options[1] = new Option(' °í°­1µ¿', '°í°­1');
		document.getElementById(target_dong_id).options[2] = new Option(' °í°­º»µ¿', '°í°­º»');
		document.getElementById(target_dong_id).options[3] = new Option(' ³»µ¿', '³»');
		document.getElementById(target_dong_id).options[4] = new Option(' ´ëÀåµ¿', '´ëÀå');
		document.getElementById(target_dong_id).options[5] = new Option(' »ïÁ¤µ¿', '»ïÁ¤');
		document.getElementById(target_dong_id).options[6] = new Option(' ¿©¿ùµ¿', '¿©¿ù');
		document.getElementById(target_dong_id).options[7] = new Option(' ¿ÀÁ¤µ¿', '¿ÀÁ¤');
		document.getElementById(target_dong_id).options[8] = new Option(' ¿øÁ¾1µ¿', '¿øÁ¾1');
		document.getElementById(target_dong_id).options[9] = new Option(' ¿øÁ¾2µ¿', '¿øÁ¾2');
		document.getElementById(target_dong_id).options[10] = new Option(' ¿øÁ¾µ¿', '¿øÁ¾');
		document.getElementById(target_dong_id).options[11] = new Option(' ÀÛµ¿', 'ÀÛ');
	}
	if(obj.value == 'ºÎÃµ½Ã ¿ø¹Ì±¸')
	{
		document.getElementById(target_dong_id).options[1] = new Option(' µµ´çµ¿', 'µµ´ç');
		document.getElementById(target_dong_id).options[2] = new Option(' »ó1µ¿', '»ó1');
		document.getElementById(target_dong_id).options[3] = new Option(' »ó2µ¿', '»ó2');
		document.getElementById(target_dong_id).options[4] = new Option(' »ó3µ¿', '»ó3');
		document.getElementById(target_dong_id).options[5] = new Option(' »óµ¿', '»ó');
		document.getElementById(target_dong_id).options[6] = new Option(' ¼Ò»çµ¿', '¼Ò»ç');
		document.getElementById(target_dong_id).options[7] = new Option(' ½É°î1µ¿', '½É°î1');
		document.getElementById(target_dong_id).options[8] = new Option(' ½É°î2µ¿', '½É°î2');
		document.getElementById(target_dong_id).options[9] = new Option(' ½É°î3µ¿', '½É°î3');
		document.getElementById(target_dong_id).options[10] = new Option(' ½É°îµ¿', '½É°î');
		document.getElementById(target_dong_id).options[11] = new Option(' ¾à´ëµ¿', '¾à´ë');
		document.getElementById(target_dong_id).options[12] = new Option(' ¿ª°î1µ¿', '¿ª°î1');
		document.getElementById(target_dong_id).options[13] = new Option(' ¿ª°î2µ¿', '¿ª°î2');
		document.getElementById(target_dong_id).options[14] = new Option(' ¿ª°îµ¿', '¿ª°î');
		document.getElementById(target_dong_id).options[15] = new Option(' ¿ø¹Ì1µ¿', '¿ø¹Ì1');
		document.getElementById(target_dong_id).options[16] = new Option(' ¿ø¹Ì2µ¿', '¿ø¹Ì2');
		document.getElementById(target_dong_id).options[17] = new Option(' ¿ø¹Ìµ¿', '¿ø¹Ì');
		document.getElementById(target_dong_id).options[18] = new Option(' Áß1µ¿', 'Áß1');
		document.getElementById(target_dong_id).options[19] = new Option(' Áß2µ¿', 'Áß2');
		document.getElementById(target_dong_id).options[20] = new Option(' Áß3µ¿', 'Áß3');
		document.getElementById(target_dong_id).options[21] = new Option(' Áß4µ¿', 'Áß4');
		document.getElementById(target_dong_id).options[22] = new Option(' Áßµ¿', 'Áß');
		document.getElementById(target_dong_id).options[23] = new Option(' ÃáÀÇµ¿', 'ÃáÀÇ');
	}
	if(obj.value == '½ÃÈï½Ã')
	{
		document.getElementById(target_dong_id).options[1] = new Option(' °Å¸ðµ¿', '°Å¸ð');
		document.getElementById(target_dong_id).options[2] = new Option(' °è¼öµ¿', '°è¼ö');
		document.getElementById(target_dong_id).options[3] = new Option(' °ú¸²µ¿', '°ú¸²');
		document.getElementById(target_dong_id).options[4] = new Option(' ±¤¼®µ¿', '±¤¼®');
		document.getElementById(target_dong_id).options[5] = new Option(' ±ºÀÚµ¿', '±ºÀÚ');
		document.getElementById(target_dong_id).options[6] = new Option(' ±ÝÀÌµ¿', '±ÝÀÌ');
		document.getElementById(target_dong_id).options[7] = new Option(' ³í°îµ¿', '³í°î');
		document.getElementById(target_dong_id).options[8] = new Option(' ´É°îµ¿', '´É°î');
		document.getElementById(target_dong_id).options[9] = new Option(' ´ë¾ßµ¿', '´ë¾ß');
		document.getElementById(target_dong_id).options[10] = new Option(' µµÃ¢µ¿', 'µµÃ¢');
		document.getElementById(target_dong_id).options[11] = new Option(' ¸ÅÈ­µ¿', '¸ÅÈ­');
		document.getElementById(target_dong_id).options[12] = new Option(' ¸ñ°¨µ¿', '¸ñ°¨');
		document.getElementById(target_dong_id).options[13] = new Option(' ¹«Áö³»µ¿', '¹«Áö³»');
		document.getElementById(target_dong_id).options[14] = new Option(' ¹°¿Õµ¿', '¹°¿Õ');
		document.getElementById(target_dong_id).options[15] = new Option(' ¹Ì»êµ¿', '¹Ì»ê');
		document.getElementById(target_dong_id).options[16] = new Option(' ¹æ»êµ¿', '¹æ»ê');
		document.getElementById(target_dong_id).options[17] = new Option(' »êÇöµ¿', '»êÇö');
		document.getElementById(target_dong_id).options[18] = new Option(' ½ÅÃµµ¿', '½ÅÃµ');
		document.getElementById(target_dong_id).options[19] = new Option(' ¾ÈÇöµ¿', '¾ÈÇö');
		document.getElementById(target_dong_id).options[20] = new Option(' ¿ù°ùµ¿', '¿ù°ù');
		document.getElementById(target_dong_id).options[21] = new Option(' ÀºÇàµ¿', 'ÀºÇà');
		document.getElementById(target_dong_id).options[22] = new Option(' Àå°îµ¿', 'Àå°î');
		document.getElementById(target_dong_id).options[23] = new Option(' ÀåÇöµ¿', 'ÀåÇö');
		document.getElementById(target_dong_id).options[24] = new Option(' Á¤¿Õ1µ¿', 'Á¤¿Õ1');
		document.getElementById(target_dong_id).options[25] = new Option(' Á¤¿Õ2µ¿', 'Á¤¿Õ2');
		document.getElementById(target_dong_id).options[26] = new Option(' Á¤¿Õ3µ¿', 'Á¤¿Õ3');
		document.getElementById(target_dong_id).options[27] = new Option(' Á¤¿Õ4µ¿', 'Á¤¿Õ4');
		document.getElementById(target_dong_id).options[28] = new Option(' Á¤¿Õµ¿', 'Á¤¿Õ');
		document.getElementById(target_dong_id).options[29] = new Option(' Á¶³²µ¿', 'Á¶³²');
		document.getElementById(target_dong_id).options[30] = new Option(' Á×À²µ¿', 'Á×À²');
		document.getElementById(target_dong_id).options[31] = new Option(' Æ÷µ¿', 'Æ÷');
		document.getElementById(target_dong_id).options[32] = new Option(' ÇÏ»óµ¿', 'ÇÏ»ó');
		document.getElementById(target_dong_id).options[33] = new Option(' ÇÏÁß1µ¿', 'ÇÏÁß1');
		document.getElementById(target_dong_id).options[34] = new Option(' ÇÏÁß2µ¿', 'ÇÏÁß2');
		document.getElementById(target_dong_id).options[35] = new Option(' ÇÏÁßµ¿', 'ÇÏÁß');
		document.getElementById(target_dong_id).options[36] = new Option(' È­Á¤µ¿', 'È­Á¤');
	}
}

function set_sido_s(obj)
{
	document.getElementById('sido').value	= obj.value;
	set_gugun(obj, 'gugun', 'dong')
	document.getElementById('search_form').submit();
}
function set_gugun_s(obj)
{
	document.getElementById('gugun').value	= obj.value;
	set_dong(obj, 'dong')
	document.getElementById('search_form').submit();
}
function set_dong_s(obj)
{
	document.getElementById('dong').value	= obj.value;
	document.getElementById('search_form').submit();
}

function set_sido_c(obj)
{
	document.getElementById('sido').value	= obj.value;
	set_gugun(obj, 'gugun', 'dong')
	document.getElementById('search_form').action	= './category_rs.php';
	document.getElementById('search_form').submit();
}
function set_gugun_c(obj)
{
	document.getElementById('gugun').value	= obj.value;
	set_dong(obj, 'dong')
	document.getElementById('search_form').action	= './category_rs.php';
	document.getElementById('search_form').submit();
}
function set_dong_c(obj)
{
	document.getElementById('dong').value	= obj.value;
	document.getElementById('search_form').action	= './category_rs.php';
	document.getElementById('search_form').submit();
}

function set_sido_ca(obj)
{
	document.getElementById('sido').value	= obj.value;
	set_gugun(obj, 'gugun', 'dong')
	document.getElementById('search_form').action	= './category_ca.php';
	document.getElementById('search_form').submit();
}
function set_gugun_ca(obj)
{
	document.getElementById('gugun').value	= obj.value;
	set_dong(obj, 'dong')
	document.getElementById('search_form').action	= './category_ca.php';
	document.getElementById('search_form').submit();
}
function set_dong_ca(obj)
{
	document.getElementById('dong').value	= obj.value;
	document.getElementById('search_form').action	= './category_ca.php';
	document.getElementById('search_form').submit();
}
