function openURL(menu1,menu2) { //alert(menu1+","+menu2); if(menu1 == 1){ switch(menu2){ case 0 : location.href="/info/index.html";break; case 1 : location.href="/info/index.html";break; case 2 : location.href="/info/story.html";break; case 3 : location.href="/info/movie.html";break; case 4 : location.href="/info/seiyu.html";break; } }else if(menu1 == 2){ switch(menu2){ case 0 : location.href="/gameguide/beginner/index.html";break; case 1 : location.href="/gameguide/beginner/index.html";break; case 2 : location.href="/gameguide/system/index.html";break; case 3 : location.href="/gameguide/data/index.html";break; } }else if(menu1 == 3){ 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/enquete/index.html";break; } }else if(menu1 == 4){ switch(menu2){ case 0 : location.href="/fan/fansite/index.html";break; case 1 : location.href="/fan/fansite/index.html";break; case 2 : location.href="/fan/comic/index.html";break; case 3 : location.href="/fan/story/index.html";break; case 4 : location.href="/fan/wallpaper/index.html";break; case 5 : location.href="/fan/ranking/index.html";break; } }else if(menu1 == 5){ switch(menu2){ case 0 : location.href="/support/news/list.html";break; case 1 : location.href="/support/news/list.html";break; case 2 : location.href="/support/faq/index.html";break; case 3 : location.href="/support/contact/index.html";break; case 4 : location.href="/support/sitemap/index.html";break; case 5 : location.href="/support/contact/index.html";break; case 6 : location.href="/support/sitemap/index.html";break; } }else{ location.href="/index.html"; } }