/*****
*¿ä¾àº» ´Ù¿î·Îµå
*/
function goAction(sno,type,ltype){
    doc =document.download;
    if(ltype =="" || ltype =="2"){
        alert("·Î±×ÀÎÈÄ ÀÌ¿ë°¡´ÉÇÕ´Ï´Ù.");
    }else if(ltype =="0"){
        alert("ÀÌ¿ë±â°£ÀÌ Á¾·áµÇ¾ú½À´Ï´Ù.");
    }else{
        if(type =="htm"){
            openWidth  ="900";
            openHeight ="675";
            document.downloadCsd.book_sno.value  =sno;
            document.downloadCsd.book_type.value =type;
            var winl = (screen.width-openWidth)/2;
            var wint = (screen.height-openHeight)/2;
            objWindow =window.open("","csdViewer",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=auto,resizable=yes,copyhistory=0,width=' + openWidth + ',height=' + openHeight +',top=' + wint  + ',left=' + winl);
            objWindow.focus();
            document.downloadCsd.action ="/sub/digest/download.asp";
            document.downloadCsd.submit();
        }else{
            doc.book_sno.value  =sno;
            doc.book_type.value =type;
            doc.action ="/sub/digest/download.asp";
            doc.submit();
        }
    }
}
/*****
*¹«·á¿ä¾àº» ´Ù¿î·Îµå
*/
function goActionSample(sno,type){
    doc =document.download;
    if(type =="htm"){
        openWidth  ="900";
        openHeight ="675";
        document.downloadCsd.book_sno.value  =sno;
        document.downloadCsd.book_type.value =type;
        var winl = (screen.width-openWidth)/2;
        var wint = (screen.height-openHeight)/2;
        objWindow =window.open("","csdViewer",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=auto,resizable=yes,copyhistory=0,width=' + openWidth + ',height=' + openHeight +',top=' + wint  + ',left=' + winl);
        objWindow.focus();
        document.downloadCsd.action ="/sub/digest/downloadsample.asp";
        document.downloadCsd.submit();
    }else{
        doc.book_sno.value  =sno;
        doc.book_type.value =type;
        doc.action ="/sub/digest/downloadsample.asp";
        doc.submit();
    }
}
/*****
*¿Àµð¿ÀºÏ Ã»Ãë
*/
function goAudio(sno,ltype){
    doc =document.listenAudio;
    if(ltype =="" || ltype =="2"){
        alert("·Î±×ÀÎÈÄ ÀÌ¿ë°¡´ÉÇÕ´Ï´Ù.");
    }else if(ltype =="0"){
        alert("ÀÌ¿ë±â°£ÀÌ Á¾·áµÇ¾ú½À´Ï´Ù.");
    }else{
        openWidth  ="350";
        openHeight ="495";
        doc.book_sno.value   =sno;
        var winl = (screen.width-openWidth)/2;
        var wint = (screen.height-openHeight)/2;
        objWindow =window.open("","audioPage",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=auto,resizable=no,copyhistory=0,width=' + openWidth + ',height=' + openHeight +',top=' + wint  + ',left=' + winl);
        objWindow.focus();
        doc.action ="/global/audio/audio.asp";
        doc.submit();
    }
}
/**********
*ºÏ¼¼¹Ì³ª ¿Àµð¿À °­¿¬ ´Ù¿î·Îµå
*/
function seminarAudioDown(fileName,fileTitle,ltype,actionPage){
	if(ltype ==""){
        alert("·Î±×ÀÎÈÄ ÀÌ¿ë°¡´ÉÇÕ´Ï´Ù.");
    }else if(ltype =="0"){
        alert("ÀÌ¿ë±â°£ÀÌ Á¾·áµÇ¾ú½À´Ï´Ù.");
	}else if(ltype =="4"){
        alert("´Ù¸¥ »ç¿ëÀÚ°¡ È¸¿ø´ÔÀÇ ¾ÆÀÌµð·Î ·Î±×ÀÎÇÏ¿© »ç¿ëÁßÀÔ´Ï´Ù.\n\n***´ÙÀ½°ú °°ÀÌ ÁøÇàÇØ ÁÖ½Ã¸é µË´Ï´Ù.***\n\nÁö±Ý ¹Ù·Î ºñ¹Ð¹øÈ£ º¯°æÀ» ÅëÇØ ºñ¹Ð¹øÈ£¸¦ º¯°æÇÏ½Å ÈÄ ´Ù½Ã ·Î±×ÀÎ ÈÄ »ç¿ëÇÏ½Ã±â ¹Ù¶ø´Ï´Ù");
	}else if(ltype =="3"){
		alert("ÇöÀç ¹«ÅëÀå ÀÔ±Ý ´ë±â»óÅÂÀÔ´Ï´Ù. ÀÔ±Ý¿Ï·áÈÄ ¼­ºñ½º¸¦ ÀÌ¿ëÇÏ½Ç¼öÀÖ½À´Ï´Ù.");
	}else{
		doc =document.seminarDownLoadForm;
		doc.file_name.value =fileName;
		doc.file_title.value =fileTitle;

		doc.action =actionPage;
		doc.submit();
    }
}
/*****
*µµ¼­°Ë»ö¹× °Ë»ö¹öÆ°º¯°æ
*/
function check_search(){
    doc =document.searchForm;
    if(doc.key.value ==""){
        alert("°Ë»ö¾î¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä");doc.key.focus();return false;
    }
}

function searchBtnChange(btn){
	doc =document.searchForm;
	if(btn =="title"){
		var titleValue =doc.book_title.value;
		if(titleValue =="1"){
			doc.book_title.value ="";
			document.getElementById("searchTitle").setAttribute("src","/images/search/Search_1.gif");
		}else{
			doc.book_title.value ="1";
			document.getElementById("searchTitle").setAttribute("src","/images/search/Search_1_on.gif");
		}
	}else if(btn =="name"){
		var titleValue =doc.aut_name_k.value;
		if(titleValue =="1"){
			doc.aut_name_k.value ="";
			document.getElementById("searchName").setAttribute("src","/images/search/Search_2.gif");
		}else{
			doc.aut_name_k.value ="1";
			document.getElementById("searchName").setAttribute("src","/images/search/Search_2_on.gif")
		} 
	}else if(btn =="pbl"){
		var titleValue =doc.pbl_name.value;
		if(titleValue =="1"){
			doc.pbl_name.value ="";
			document.getElementById("searchPbl").setAttribute("src","/images/search/Search_3.gif");
		}else{
			doc.pbl_name.value ="1";
			document.getElementById("searchPbl").setAttribute("src","/images/search/Search_3_on.gif");
		}
	}
}

function MediaPalyer(media,title,type,ltype){
    if(ltype =="" || ltype =="2"){
        alert("·Î±×ÀÎÈÄ ÀÌ¿ë°¡´ÉÇÕ´Ï´Ù.");
    }else if(ltype =="0"){
        alert("ÀÌ¿ë±â°£ÀÌ Á¾·áµÇ¾ú½À´Ï´Ù.");
    }else{
        window.open("/global/media/media.asp?media="+media+"&bookTitle="+title+"&type="+type,"", "width=370, height=500");
    }
}
/*****
*ÆäÀÌÁö¿ÀÇÂ ÆË¾÷
*/
function open_Page(theURL,winName,features){
    popupPage =window.open(theURL,winName,features);
	popupPage.focus();
}

/**********
*ÀÎÆ÷ºÏ AJAX
*/
function infobookAjax(code){

    var infobook1 =document.getElementById("infobook1");
    var infobook2 =document.getElementById("infobook2");
    var infobook3 =document.getElementById("infobook3");
    var infobook4 =document.getElementById("infobook4");

    switch (code){
       case "1" :
                   infobook1.src ='/images/main/tab_01_on.gif';
                   infobook2.src ='/images/main/tab_02.gif';
                   infobook3.src ='/images/main/tab_03.gif';
                   infobook4.src ='/images/main/tab_04.gif';
        break;
        case "5" :
                   infobook1.src ='/images/main/tab_01.gif';
                   infobook2.src ='/images/main/tab_02_on.gif';
                   infobook3.src ='/images/main/tab_03.gif';
                   infobook4.src ='/images/main/tab_04.gif';
        break;
        case "4" :
                   infobook1.src ='/images/main/tab_01.gif';
                   infobook2.src ='/images/main/tab_02.gif';
                   infobook3.src ='/images/main/tab_03_on.gif';
                   infobook4.src ='/images/main/tab_04.gif';
        break;
        case "2" :
                   infobook1.src ='/images/main/tab_01.gif';
                   infobook2.src ='/images/main/tab_02.gif';
                   infobook3.src ='/images/main/tab_03.gif';
                   infobook4.src ='/images/main/tab_04_on.gif';
        break;
    }
    var params ="gubuncode="+encodeURIComponent(code);
    new ajax.xhr.Request("/main/infobookajax.asp",params,infobookAjaxResult,"POST");
}

function infobookAjaxResult(req){
    if(req.readyState ==4){
        if(req.status ==200){
            var txtData =req.responseText;
            infoContent.innerHTML =txtData;

        }else{
            this.ajaxError(req.status)
        }
    }
}