function oneDepth(URL){
	switch(URL){			
		case "1" : 
			location.href="/letter/main.asp";
			break;
		case "2" : 
			location.href="/happy/main.asp";
			break;
		case "3" : 				
			location.href="/divi/main.asp";
			break;
		case "4" : 				
			location.href="/seed/main.asp";
			break;
		case "5" : 				
			location.href="/center/main.asp";
			break;
		case "6" : 				
			location.href="/info/main.asp";
			break;
		
	}
}
function twoDepth01(URL){
	switch(URL){	
		case "1" : 
			location.href="/letter/dawn/lastdawn/lastdawn_list.asp";
			break;		
		case "2" : 
			location.href="/letter/story/story_list.asp";
			break;
		case "3" : 
			location.href="/letter/nosend/nosend_list.asp";
			break;
		case "4" : 
			location.href="/letter/foreign/foreign_list.asp";
			break;
		
	}
}
function twoDepth02(URL){
	switch(URL){			
		case "1" : 
			location.href="/happy/fill/photo/photo_list.asp";
			break;
		case "2" : 
			location.href="/happy/note/movie/movie_list.asp";
			break;
		case "3" : 
			location.href="/happy/writer/letter/letter_list.asp";
			break;	
		case "4" : 
			location.href="/happy/column/know/know_list.asp";
			break;
		case "5" : 
			location.href="/happy/praise/praise_list.asp";
			break;	
		case "6" : 
			location.href="/happy/ucc/ucc_list.asp";
			break;
	

	}
}
function twoDepth03(URL){
	switch(URL){			
		case "1" : 
			location.href="/divi/concert/concert_heal.asp";
			break;
		case "2" : 
			location.href="/divi/event/concert_Dj.asp";
			break;
		case "3" : 
			location.href="/divi/campaign/campaign_list.asp";
			break;
		case "4" : 
			location.href="/divi/club/club_Ac.asp";
			break;
		case "5" : 
			location.href="#";
			break;
	
	}
}

function twoDepth04(URL){
	switch(URL){			
		case "1" : 
                  location.href="/seed/support/board/support_list.asp";
			break;
		case "2" : 
                  location.href="/seed/supporters.asp";
			break;
		case "3" : 
			location.href="/seed/break/break_list.asp";
			break;
		case "4" : 
			location.href="/seed/income.asp";
			break;
			
			
	}
}

function twoDepth05(URL){
	switch(URL){			
		case "1" : 
			location.href="/center/with/receive.asp";
			break;
		case "2" : 
			location.href="/center/with/today.asp";
			break;
		case "3" : 
			location.href="/center/question/qna/qna.asp";
			break;
		
	
	}
}
function twoDepth06(URL){
	switch(URL){			
		case "1" : 
			location.href="/info/about/about.asp";
			break;
		case "2" : 
			location.href="/info/pr.asp";
			break;
		case "3" : 
			location.href="/info/banner.asp";
			break;
		case "4" : 
			location.href="/info/partner.asp";
			break;
		case "5" : 
			location.href="/info/calendar.asp";
			break;
	
	}
}

/*function bluring(){
   if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); 
} 
document.onfocusin=bluring;*/

document.write("<iframe name='download' src='about:blank' width='0' height='0' style='display:none'></iframe>");

<!-- ¿©Çà½ÅÃ» ½ºÅ©¸³Æ® -->
function sendit()
{
   var str;
     str = document.form.name.value;

   if(str == "") {
		alert("ÀÌ¸§¸¦ ÀÔ·ÂÇØ¾ß ÇÕ´Ï´Ù.");
		document.form.name.focus();
		return;
	}
	

	str = document.form.HTEL_1.value;
	if(str==""){
		alert("ÇÚµåÆù¹øÈ£¸¦ ±âÀÔÇØ ÁÖ¼¼¿ä!!");
		document.form.HTEL_1.focus();
		return;
	}
	
	
  //¸ðµÎ Àß ÀÔ·ÂµÇ¾ú´Ù¸é
	document.form.submit();
	
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


<!-- ¼±ÅÃ¿µ¿ª ÇÁ¸°Æ® ½ºÅ©¸³Æ® -->

var win=null;
function print(printThis)
{
win=window.open

("","PrintWindow","width=620,height=600,left=10,top=10,scrollbars=yes,resizable=yes");
self.focus();
win.document.open();
win.document.write("<html><head>");
win.document.write("<link href='/css/css.css' rel='stylesheet' type='text/css'>");
win.document.write("</head><body>");
win.document.write(printThis);
win.document.write("</body></html>");
win.document.close();win.print();win.close();
}
