
// ½Ã½ºÅÛ ¸¶´Ù´Ù¸¥ ºÎºÐ
// case 2 ¹ø ·Î±×ÀÎ ·ÎÁ÷ÀÌ ¸ðµÎ ´Ù¸§
// °¢ÀÚ ÀÚ±â ½Ã½ºÅÛÀÇ °æ¿ì ÀÚ±â ·ÎÄÃ°æ·Î·Î ¼öÁ¤¿ä¸Á

function Search_forward(num) {

    var num = Number(num); 

    switch(num) {   
    //°³¹ß¿ë
            //-----1 : HOME---------------------------------------------------
            case 1: parent.location.href = "http://eng.kipris.or.kr"; break;
            // ******************* ½Ã½ºÅÛ ¸¶´Ù ´Ù¸§ **************************
            //-----2 : LOG-IN--------------------------------------------------
            case 2: Login_pateng(); break;
            //-----3 : LOG-OUT------------------------------------------------
            case 3: Logout(); break;
            //-----4 : Registration----------------------------------------------
            case 4: parent.location.href = "http://auth.kipris.or.kr/auth/loViewa.do?method=identifyForm"; break;
            //-----5 : Q&A-----------------------------------------------------
            case 5: parent.location.href = "http://bbsen.kipris.or.kr/bbs_en/qaLista.do?method=getList"; break;
            //-----6 : ContactUs-----------------------------------------------------
            case 6: parent.location.href = "http://eng.kipris.or.kr/Footer/contact.html"; break;
            //-----7 : KOREAN-----------------------------------------------------
            case 7: parent.location.href = "http://www.kipris.or.kr"; break;        
            
            //-------------------------------Æ¯½Ç ¿µ¹®ÀÎÅÍÆäÀÌ½º-----------------------------
            case 104: parent.location.href = "http://patent2.kipris.or.kr/patent_eng/kclo1000a.do";  break;
            case 105: parent.location.href = "http://patent2.kipris.or.kr/patent_eng/kclo1000a.do?searchType=G";  break;
            case 106: parent.location.href = "http://patent2.kipris.or.kr/patent_eng/kclo1000a.do?searchType=A";  break;
            //-------------------------------Æ¯½Ç ¿µ¹®ÀÌ±â¿¡ ·ÎÄÃ¿ëÀ¸·Î µÇ¾îÁ® ÀÕÀ½ -----------------------------            
            case 107: parent.location.href = "/pateng/searchLogina.do?next=GeneralSearch"; break;
            case 108: parent.location.href = "/pateng/searchLogina.do?next=ItemSearch"; break;
              
            //-------------------------------ãæ µðÀÚÀÎ ¿µ¹®ÀÎÅÍÆäÀÌ½º-----------------------------
            case 204:  parent.location.href = "http://detseng.kipris.or.kr/dets_en/loin1000a.do?method=loginTM"; break;
            case 205:  parent.location.href = "http://detseng.kipris.or.kr/dets_en/loin1000a.do?method=loginTM&searchType=S"; break;
            case 206:  parent.location.href = "http://detseng.kipris.or.kr/dets_en/loin1000a.do?method=loginTM&searchType=A"; break;
            //-------------------------------µðÀÚÀÎ ¿µ¹®ÀÌ±â¿¡ ·ÎÄÃ¿ëÀ¸·Î µÇ¾îÁ® ÀÕÀ½ -----------------------------            
            case 207: parent.location.href = "/ndetsen/loin1000a.do?method=loginDG&searchType=S"; break;
            case 208: parent.location.href = "/ndetsen/loin1000a.do?method=loginDG&searchType=A"; break;
            
            //-------------------------------ãæ »óÇ¥ ¿µ¹®ÀÎÅÍÆäÀÌ½º-----------------------------
            case 304:  parent.location.href = "http://detseng.kipris.or.kr/dets_en/loin1000a.do?method=loginTM"; break;
            case 305:  parent.location.href = "http://detseng.kipris.or.kr/dets_en/loin1000a.do?method=loginTM&searchType=S"; break;
            case 306:  parent.location.href = "http://detseng.kipris.or.kr/dets_en/loin1000a.do?method=loginTM&searchType=A"; break;
            //-------------------------------»óÇ¥ ¿µ¹®ÀÌ±â¿¡ ·ÎÄÃ¿ëÀ¸·Î µÇ¾îÁ® ÀÕÀ½ -----------------------------            
            case 307: parent.location.href = "/ndetsen/loin1000a.do?method=loginTM&searchType=S"; break;
            case 308: parent.location.href = "/ndetsen/loin1000a.do?method=loginTM&searchType=A"; break;
    
            //-------------------------------KPA ¿µ¹®-----------------------------------------------        
            case 504:  parent.location.href = "http://kpa.kipris.or.kr/kpa/LO/LOIN0000Fram.jsp?searchType=S";  break;
            case 505:  parent.location.href = "http://kpa.kipris.or.kr/kpa/LO/LOIN0000Fram.jsp?searchType=S";  break;
            case 506:  parent.location.href = "http://kpa.kipris.or.kr/kpa/LO/LOIN0000Fram.jsp?searchType=A";  break;
            
            
            //-------------------------------K2E-PAT(20070403Ãß°¡)----------------------------------------------          
            case 901:  parent.location.href = "http://k2epat.kipris.or.kr/k2epat/kclo1000a.do?searchType=G";  break;	
            case 902:  parent.location.href = "http://k2epat.kipris.or.kr/k2epat/kclo1000a.do?searchType=G";  break;
            case 903:  parent.location.href = "http://k2epat.kipris.or.kr/k2epat/kclo1000a.do?searchType=A";  break;


    }
}    
