//2006.9.4 Á¦ÀÛ : ±è±â¼±/jaywill // title document.title="::: ¿µÈ­...³¡³ªÁö ¾Ê´Â ²Þ - ¾¾³×¼­¿ï / CINESeOUL :::"; //ÆäÀÌÁö º¯¼ö ÂüÁ¶ var depth1 = ""; var depth2 = ""; function setDepthVar(firVar, secVar) { depth1 = firVar; depth2 = secVar; } //¸ÞÀθµÅ© function link_main(no) { var i = no; switch(i){ case 1: targeturl="/movies/screening_date.html"; break; case 2: targeturl="/NEWS/news.html"; break; case 3: targeturl="/cineseouldb/db_focus_list.html"; break; case 4: targeturl="/community/sentiments.html"; break; } if(targeturl.length > 0) { location.href = targeturl; } } //Äü¸µÅ© function quick(no) { var i = no; switch(i){ case 1: targeturl="/NEWS/news.html"; break; case 2: targeturl="/movies/review.html"; break; case 3: targeturl="/community/sentiments.html"; break; case 4: targeturl="/community/event.html"; break; case 5: targeturl="/community/photoquiz.html"; break; } if(targeturl.length > 0) { location.href = targeturl; } else { if (i==3) { alert('±âŸ ´Ù¸¥ ¸µÅ©'); }else{ alert('Coming up!'); } } } //movies function sub1(no) { var i = no; switch(i){ case 1: targeturl="/movies/screening_date.html"; break; case 2: targeturl="/movies/coming_date.html"; break; case 3: targeturl="/movies/review.html"; break; case 4: targeturl="/movies/hotclip.html"; break; case 5: targeturl="/movies/theater_list.html"; break; case 6: targeturl="/movies/dvd.html"; break; case 7: targeturl="/movies/boxoffice.html"; break; } if(targeturl.length > 0) { location.href = targeturl; } else { alert('Coming up!'); } } //db function sub2(no) { var i = no; switch(i){ case 1: targeturl="/cineseouldb/db_focus_list.html"; break; case 2: targeturl="/cineseouldb/this_movie_main.html"; break; case 3: targeturl="/cineseouldb/award_list.html?location=internal"; break; case 4: targeturl="/cineseouldb/award_list.html?location=external"; break; case 5: targeturl="/cineseouldb/screendic.html"; break; case 6: targeturl="/cineseouldb/rank.html"; break; case 7: targeturl="/cineseouldb/db_board.html"; break; case 8: targeturl="/cineseouldb/festival_list.html"; break; } if(targeturl.length > 0) { location.href = targeturl; } else { alert('Coming up!'); } } //magazine function sub3(no) { var i = no; switch(i){ case 1: targeturl="/NEWS/news.html?cate=internal"; break; case 2: targeturl="/NEWS/news.html?cate=external"; break; case 3: targeturl="/NEWS/news.html?cate=festival"; break; case 4: targeturl="/NEWS/news.html?cate=photo"; break; case 5: targeturl="/NEWS/daily.html"; break; case 6: targeturl="/NEWS/news_magazine.html?cate=special"; break; case 7: targeturl="/NEWS/news_magazine.html?cate=people"; break; case 8: targeturl="/NEWS/todayshistory.html"; break; } if(targeturl.length > 0) { location.href = targeturl; } else { alert('Coming up!'); } } //community function sub4(no) { var i = no; switch(i){ case 1: targeturl="/community/sentiments.html"; break; case 2: targeturl="/community/communityboard.html?boardID=free"; break; case 3: targeturl="/community/communityboard.html?boardID=qna"; break; case 4: targeturl="/community/event.html"; break; case 5: targeturl="/community/onlinepoll.html"; break; case 6: targeturl="/community/ticket.html"; break; case 7: targeturl="/community/downloadlist.html"; break; case 8: targeturl="/community/photoquiz.html"; break; } if(targeturl.length > 0) { location.href = targeturl; } else { alert('Coming up!'); } }