/**********
*GO·Î±×ÀÎ
*/
function goCookiePage(){
	doc =document.goLoginForm;
	doc.submit();
}

/**********
*¿ä¾àº»´Ù¿î·Îµå
*/
function goAction(sno,type,ltype){
    doc =document.download;
    if(ltype ==""){
        //alert("µµ¼­°ü ³»¿¡¼­´Â ÇÑ ¹ø ´õ Å¬¸¯ÇÏ½Ã¸é ¿­¶÷ ¹× ´Ù¿î·Îµå°¡ °¡´ÉÇÕ´Ï´Ù.\n\n°ü¿Ü¿¡¼­´Â ·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.");
        alert("·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.");
		goCookiePage();
    }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 ="/Global/University/Sub/Digest/DownLoad.Asp";
            document.downloadCsd.submit();
        }else{
            doc.book_sno.value  =sno;
            doc.book_type.value =type;
            doc.action ="/Global/University/Sub/Digest/DownLoad.Asp";
            doc.submit();
        }
    }
}

/**********
*¿Àµð¿ÀºÏ
*/
function goAudio(sno,ltype){
    doc =document.listenAudio;
    if(ltype ==""){
        //alert("µµ¼­°ü ³»¿¡¼­´Â ÇÑ ¹ø ´õ Å¬¸¯ÇÏ½Ã¸é ¿­¶÷ ¹× ´Ù¿î·Îµå°¡ °¡´ÉÇÕ´Ï´Ù.\n\n°ü¿Ü¿¡¼­´Â ·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.");
        alert("·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.");
		goCookiePage();
    }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("","audiobook",'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 goAction_event(sno,type,ltype){
    doc =document.download;
    if(ltype ==""){
        alert("·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.");
		goCookiePage();
    }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 ="/Global/University/Sub/Digest/DownLoad_Event.Asp";
            document.downloadCsd.submit();
        }else{
            doc.book_sno.value  =sno;
            doc.book_type.value =type;
            doc.action ="/Global/University/Sub/Digest/DownLoad_Event.Asp";
            doc.submit();
        }
    }
}

/**********
*¿Àµð¿ÀºÏ ´Ù¿î·Îµå(ÀÌº¥Æ® °æ·Î)
*/
function audioDown_event(sno,ltype){
    doc =document.download;
    if(ltype ==""){
        alert("·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.");
		goCookiePage();
    }else if(ltype =="0"){
        alert("ÀÌ¿ë±â°£ÀÌ Á¾·áµÇ¾ú½À´Ï´Ù.");
    }else{
        doc.book_sno.value  =sno;
        doc.action ="/Global/University/Sub/Digest/DownLoadaudio_Event.Asp";
        doc.submit();
    }
}

function goEssay(sno,ltype){
    doc =document.listenAudio;
    if(ltype ==""){
        //alert("µµ¼­°ü ³»¿¡¼­´Â ÇÑ ¹ø ´õ Å¬¸¯ÇÏ½Ã¸é ¿­¶÷ ¹× ´Ù¿î·Îµå°¡ °¡´ÉÇÕ´Ï´Ù.\n\n°ü¿Ü¿¡¼­´Â ·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.");
        alert("·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.");
		goCookiePage();
    }else if(ltype =="0"){
        alert("ÀÌ¿ë±â°£ÀÌ Á¾·áµÇ¾ú½À´Ï´Ù.");
    }else{
        openWidth  ="350";
        openHeight ="180";
        doc.book_sno.value  =sno;
        var winl = (screen.width-openWidth)/2;
        var wint = (screen.height-openHeight)/2;
        objWindow =window.open("","audiobook",'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/Essay.Asp";
        doc.submit();
    }
}
/**********
*¹Ìµð¾îÇÃ·¹ÀÌ¾îÆË¾÷(ÀúÀÚ¿ÍÀÇÀÎÅÍºä)
*/
function MediaPalyer(media,title,type,ltype,sno){

    if(ltype ==""){
        //alert("µµ¼­°ü ³»¿¡¼­´Â ÇÑ ¹ø ´õ Å¬¸¯ÇÏ½Ã¸é ¿­¶÷ ¹× ´Ù¿î·Îµå°¡ °¡´ÉÇÕ´Ï´Ù.\n\n°ü¿Ü¿¡¼­´Â ·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.");
        alert("·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.");
		goCookiePage();
    }else if(ltype =="0"){
        alert("ÀÌ¿ë±â°£ÀÌ Á¾·áµÇ¾ú½À´Ï´Ù.");
    }else{
        window.open("/Global/Media/Media.Asp?media="+media+"&bookTitle="+title+"&type="+type+"&sno="+sno,"media", "width=370, height=500");
    }
}




/**********
*Å°Áîµ¿È­Yes24
*/
function kisPopYes24(idx,width,height,ltype) {

    var str, width,height;
    var iMyWidth;
    var iMyHeight;
    var URL;
    URL       = "/global/library/sub/kidbook/viewflashyes24.asp?idx="+idx;

    if(ltype ==""){
         //alert("µµ¼­°ü ³»¿¡¼­´Â ÇÑ ¹ø ´õ Å¬¸¯ÇÏ½Ã¸é ¿­¶÷ ¹× ´Ù¿î·Îµå°¡ °¡´ÉÇÕ´Ï´Ù.\n\n°ü¿Ü¿¡¼­´Â ·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.");
        alert("·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.");
		goCookiePage();
    }else if(ltype =="0"){
        alert("ÀÌ¿ë±â°£ÀÌ Á¾·áµÇ¾ú½À´Ï´Ù.");
    }else{
        if(width){
            iMyWidth  = (window.screen.width/2) - (width + 10)/2;
            iMyHeight = (window.screen.height/2) - (height + 50)/2;

            str ="'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=no,copyhistory=no,";
            str =str+"width="+width;
            str =str+",height="+height;
            str =str+",left=" + iMyWidth;
            str =str+",top=" +iMyHeight ;
            str =str+",screenX=" + iMyWidth + ",screenY=" + iMyHeight +"'";

            window.open(URL,'remote',str);
        }else{
            window.open(URL,'remote','fullscreen,scrollbars');
        }
    }
}

/**********
*ºÏ¼¼¹Ì³ª ¿Àµð¿À °­¿¬ ´Ù¿î·Îµå
*/
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 seminarDownLoadFile(fileName,ltype,actionPage){
	if(ltype ==""){
        //alert("µµ¼­°ü ³»¿¡¼­´Â ÇÑ ¹ø ´õ Å¬¸¯ÇÏ½Ã¸é ¿­¶÷ ¹× ´Ù¿î·Îµå°¡ °¡´ÉÇÕ´Ï´Ù.\n\n°ü¿Ü¿¡¼­´Â ·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.");
        alert("·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.");
		goCookiePage();
    }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.action =actionPage;
		doc.submit();
    }
}

/**********
*¿ÀÇÂÆË¾÷
*/
function open_Page(theURL,winName,features) {
    popupPage =window.open(theURL,winName,features);
    popupPage.focus();
}

/**********
*¿ä¾àº»°Ë»ö Ã¼Å©
*/
function checkSearch(){
    doc =document.searchBook;
    if(doc.key.value ==""){
        alert("°Ë»öÇÏ°íÀÚ ÇÏ´Â ´Ü¾î¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä");doc.key.focus();return false;
    }
    doc.submit();
}

/**********
*¿ä¾àº»´Ù¿î·Îµå
*/
function audioDownload(title,sno,ltype){
    doc =document.audiodown;
    if(ltype ==""){
        //alert("µµ¼­°ü ³»¿¡¼­´Â ÇÑ ¹ø ´õ Å¬¸¯ÇÏ½Ã¸é ¿­¶÷ ¹× ´Ù¿î·Îµå°¡ °¡´ÉÇÕ´Ï´Ù.\n\n°ü¿Ü¿¡¼­´Â ·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.");
        alert("·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.");
		goCookiePage();
    }else if(ltype =="0"){
        alert("ÀÌ¿ë±â°£ÀÌ Á¾·áµÇ¾ú½À´Ï´Ù.");
    }else{
			doc.book_title.value = title;
			doc.book_sno.value   = sno;
			doc.submit();
    }
}


/**********
*¿ÂºÏÆ¼ºñ °Ë»ö
*/
function check_OnbookTV(){
	doc =document.onbookForm;
	if(doc.onbookKey.value ==""){
		alert("°Ë»ö¾î¸¦ ÀÔ·ÂÇØÁÖ¼¼¿ä");doc.onbookKey.focus();return false;
	}
}

/**********
*Â÷ÀÌ³ª·Î
*/
function goChina(sno,ltype){
    doc =document.listenAudio;
    if(ltype ==""){
        //alert("µµ¼­°ü ³»¿¡¼­´Â ÇÑ ¹ø ´õ Å¬¸¯ÇÏ½Ã¸é ¿­¶÷ ¹× ´Ù¿î·Îµå°¡ °¡´ÉÇÕ´Ï´Ù.\n\n°ü¿Ü¿¡¼­´Â ·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.");
        alert("·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.");
		goCookiePage();
    }else if(ltype =="0"){
        alert("ÀÌ¿ë±â°£ÀÌ Á¾·áµÇ¾ú½À´Ï´Ù.");
    }else{
        openWidth  ="350";
        openHeight ="180";
        doc.book_sno.value  =sno;
        var winl = (screen.width-openWidth)/2;
        var wint = (screen.height-openHeight)/2;
        objWindow =window.open("","audiobook",'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/China.Asp";
        doc.submit();
    }
}


/**********
*Â÷´Ï³ª·Î ±³À°ÄÁÅÙÃ÷
*/
function goChinaStream(ltype,account,comp,stream,streamTitle){
    doc =document.chinaForm;
    if(ltype ==""){
        //alert("µµ¼­°ü ³»¿¡¼­´Â ÇÑ ¹ø ´õ Å¬¸¯ÇÏ½Ã¸é ¿­¶÷ ¹× ´Ù¿î·Îµå°¡ °¡´ÉÇÕ´Ï´Ù.\n\n°ü¿Ü¿¡¼­´Â ·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.");
        alert("·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.");
		goCookiePage();
    }else if(ltype =="0"){
        alert("ÀÌ¿ë±â°£ÀÌ Á¾·áµÇ¾ú½À´Ï´Ù.");
    }else{
        openWidth  ="900";
        openHeight ="654";
        doc.book_sno.value    =stream;
        doc.book_title.value  =streamTitle;
        var winl = (screen.width-openWidth)/2;
        var wint = (screen.height-openHeight)/2;
        objWindow =window.open("","china",'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/library/sub/china/chinastream.asp";
        doc.submit();
    }
}


/**********
*µ¶¼­ÄûÁî ÆË¾÷
*/
function notice_getCookie( name ){
    var nameOfCookie = name + "=";
    var x = 0;
    while ( x <= document.cookie.length ){
        var y = (x+nameOfCookie.length);
        if ( document.cookie.substring( x, y ) == nameOfCookie ) {
            if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 )
                endOfCookie = document.cookie.length;
                return unescape( document.cookie.substring( y, endOfCookie ) );
            }
            x = document.cookie.indexOf( " ", x ) + 1;
            if ( x == 0 )
                break;
        }
    return "";
}

var IE = document.all ? true:false;
function IE_Ver(){
    if(navigator.appName.match(/Explorer/i)){
        return navigator.appVersion.match(/MSIE \d+.\d+/)[0].split(" ")[1];
    }
    else return 0;
}


function schoolDown(Sno){
	doc =document.schoolForm;
	doc.sno.value =Sno;
	doc.submit();
}


//¿Àµð¿ÀºÏ MP3 ´Ù¿î·Îµå
function downloadCheck(book_sno,ltype) {
	if(ltype ==""){
		alert("·Î±×ÀÎ ÈÄ ÀÌ¿ëÇÏ½Ã±â ¹Ù¶ø´Ï´Ù.");
		goCookiePage();
	}else if(ltype =="0"){
		alert("ÀÌ¿ë±â°£ÀÌ Á¾·áµÇ¾ú½À´Ï´Ù.");
	}else{
		document.audiobookDown.book_sno.value = book_sno;
		document.audiobookDown.submit();
	}
}

