function openURL(menu1,menu2) { //alert(menu1+","+menu2); if(menu1 == 1){ switch(menu2){ case 0 : window.open("/play/beginner/beginner_top.html","_blank");break; case 1 : window.open("/play/beginner/beginner_top.html","_blank");break; case 2 : location.href="/play/check.html";break; case 3 : location.href="/play/setup_download.html";break; case 4 : location.href="/play/startup.html";break; case 5 : location.href="/play/interface01.html";break; case 6 : location.href="/play/operation.html";break; } }else if(menu1 == 2){ switch(menu2){ case 0 : location.href="/intro/index.html";break; case 1 : location.href="/intro/index.html";break; case 2 : location.href="/intro/story01.html";break; } }else if(menu1 == 3){ switch(menu2){ case 0 : location.href="/system/char01.html";break; case 1 : location.href="/system/char01.html";break; case 2 : location.href="/system/pet01.html";break; case 3 : location.href="/system/quest/index.html";break; case 4 : location.href="/system/item/weapon.html";break; case 5 : location.href="/system/monster/index.html";break; case 6 : location.href="/system/npc/index.html";break; case 7 : location.href="/system/etc/index.html";break; } }else if(menu1 == 4){ switch(menu2){ case 0 : location.href="/community/free/index.html";break; case 1 : location.href="/community/free/index.html";break; case 2 : location.href="/community/screenshot/index.html";break; case 3 : location.href="/community/fansite/index.html";break; case 4 : location.href="/community/ranking/index.html";break; } }else if(menu1 == 5){ switch(menu2){ case 0 : location.href="/news/list.html";break; case 1 : location.href="/news/list.html?type=1";break; case 2 : location.href="/news/list.html?type=3";break; case 3 : location.href="/news/list.html?type=2";break; } }else if(menu1 == 6){ switch(menu2){ case 0 : location.href="/library/movie.html";break; case 1 : location.href="/library/movie.html";break; case 2 : location.href="/library/comic/index.html";break; case 3 : location.href="/library/wallpaper.html";break; case 4 : location.href="/library/minigame/index.html";break; case 5 : window.open("/gj/index.html","_blank");break; case 6 : location.href="/library/sitemap/index.html";break; } }else if(menu1 == 7){ switch(menu2){ case 0 : location.href="/support/faq/index.html";break; case 1 : location.href="/support/faq/index.html";break; case 2 : location.href="/support/contact/index.html";break; case 3 : location.href="/support/sitemap/index.html";break; } }else{ location.href="/index.html"; } }