function Go_Link(URL) { switch(URL){ //¼Ò½Ä case '1':location.href='/news/' break; case '1_1':location.href='/news/' break; case '1_2':location.href='/news/' break; case '1_3':location.href='/news/' break; //°ÔÀÓ°¡À̵å case '2_1':location.href='/guide/feature.html' break; case '2_2':alert('comming soon!') break; case '2_3':location.href='/guide/system.html' break; case '2_4':location.href='/guide/method.html' break; case '2_5':location.href='/guide/play.html' break; /* case '2_1':alert('comming soon!') break; case '2_2':alert('comming soon!') break; case '2_3':alert('comming soon!') break; case '2_4':alert('comming soon!') break; case '2_5':alert('comming soon!') break; case '2_1':location.href='/guide/feature.asp' break; case '2_2':location.href='/guide/install.asp' break; case '2_3':location.href='/guide/system.asp' break; case '2_4':location.href='/guide/method.asp' break; case '2_5':location.href='/guide/play.asp' break; */ //Ä¿¹Â´ÏƼ case '3_1':location.href='http://bbs.vavay.com/f186/' break; case '3_2':location.href='http://bbs.vavay.com/f186/' break; //ÀÚ·á½Ç case '4_1':location.href='http://www.ez2on.net/news/2007-12-13/383.html' break; case '4_2':alert('comming soon!') break; case '4_3':location.href='http://bbs.vavay.com/f206/' break; case '4_4':alert('comming soon!') break; /* case '4_1':location.href='/dataroom/download.asp' break; case '4_2':location.href='/dataroom/movie.asp' break; case '4_3':location.href='/dataroom/sshot.asp' break; //°í°´¼¾ÅÍ case '5_1':location.href='/customer/faq_list.asp' break; case '5_2':location.href='/customer/bugreport.asp' break; case '5_3':location.href='/customer/sitemap.asp' break; */ case '5_1':alert('comming soon!') break; case '5_2':alert('comming soon!') break; case '5_3':alert('comming soon!') break; //¹ÂÁ÷Ç÷¹À̾î case '6':location.href='/musicplayer/player.html' break; //case '6':alert('comming soon!') //break; //ȸ¿øÁ¤º¸ case '7_1':location.href='/member/' break; case '7_2':location.href='/member_tr/' break; case '7_3':location.href='/member_tr/member_pass.asp' break; case '7_4':location.href='/member/member_search_idpass.asp' break; case '7_5':location.href='/member_tr/member_withdraw.asp' break; case '7_6':location.href='/member_tr/member_withdraw_cancel.asp' break; } } function LogOut() { location.href="/_inc/auth/logout.asp" }