//////////// top
function index() {location.href = "/main/main.php";}
function help() {location.href = "/help/help.php";}


//////////// message
function new_message() {location.href = "/message/new_message.php";}
function inbox() {location.href = "/message/message_list.php?sType=In";}
function sentmail() {location.href = "/message/message_list.php?sType=Sent";}
function message() {location.href = "/message/message_list.php?sType=In";}

//////////// member
function login() {location.href = "/member/login.php";} //·Î±×ÀÎ
function signup() {location.href = "/member/sign_up.php";} //È¸¿ø°¡ÀÔ
function privacy() {location.href = "/member/privacy.php";} //È¸¿ø°¡ÀÔ
function terms() {location.href = "/member/terms.php";} //È¸¿ø°¡ÀÔ
function pw_search() {window.open('/member/pw_search.php?album=3','','width=400,height=350')}//¾ÆÀÌµð/ºñ¹Ð¹øÈ£Ã£±â
function zip_code() {window.open('/member/zip_code.php','','width=400,height=275,scrollbars=yes')}//¿ìÆí¹øÈ£Ã£±â


//////////// top_menu
function job() {location.href = "/job/index.php";}
function resume() {location.href = "/resume/index.php";}
function whatson() {location.href = "/whatson/index.php";}
function gallery() {location.href = "/whatson/list_photo.php";}
function blogs() {location.href = "/blogs/index.php";}
function forum() {location.href = "/forum/index.php";}
function kstar() {location.href = "/kstar/index.php";}
function information() {location.href = "/information/index.php";}
function directory() {location.href = "/directory/index.php";}
function employer() {location.href = "/employer/index.php";}
function magazine() {location.href = "/magazine/index.php";}
function korea() {location.href = "/korea/index.php";}


//////////// Jobs
function job_index() {location.href = "/job/index.php";} //My profile
function job_view() {location.href = "/job/job_view.php";}
function job_com_prifile_view(userid) {openWin('/job/company_profile_view.php?no='+userid, 'profile', 720,600, false,true);}
function job_myapply_now(no) {openWin('/job/myapply_now.php?no='+no, 'apply', 550,470, false,false);}
function job_myprofile() {location.href = "/job/myprofile.php";} //My resume
function job_myresume() {location.href = "/job/myresume.php";} //Resume view
function job_myresume_write() {location.href = "/job/myresume_write.php";}
function job_myresume_view() {location.href = "/job/myresume_view.php";}
function job_resume_view() {location.href = "/job/resume_view.php";} //Resume View
function job_myapply_list() {location.href = "/job/myapply_list.php";} //My Jobs
function job_mysaved_list() {location.href = "/job/mysaved_list.php";}
function job_top_myresume() {location.href = "/job/top_myresume.php";} //Top my resume
function job_seeker_faq() {location.href = "/job/seeker_faq.php";} //Seeker FAQ
function job_mail(no) {openWin('/job/job_mail.php?no='+no, 'apply', 710,580, false,false);}
function job_print() {openWin('/job/job_print.php', 'apply', 830,700, false,true);}

//////////// Resume   
function my_folders(album) {openWin('/resume/my_folders.php?album='+album, 'profile', 400,275, false,false);}

//////////// Employer
function emp_index() {location.href = "/employer/notice_board.php";} 
function emp_company_profile() {location.href = "/employer/company_profile.php";} 
function emp_post_job() {location.href = "/employer/post_job.php";} 
function emp_manage_jobs() {location.href = "/employer/manage_jobs.php";} 
function emp_my_jobs() {location.href = "/employer/my_jobs.php";} 
function emp_resume_folder() {location.href = "/employer/my_folder.php";} 
function emp_resume_folder_list() {location.href = "/employer/my_folder_list.php";} 

//////////// Order
function service_guide() {location.href = "/order/service_guide.php";} 
function service_guide_kor() {location.href = "/order/service_guide_kor.php";} 
function payment() {location.href = "/order/payment.php";} 
function payment_kor() {location.href = "/order/payment_kor.php";} 
function pay_result() {window.open('/order/pay_result.php','','width=400,height=300,scrollbars=yes')}
function pay_result_kor() {window.open('/order/pay_result_kor.php','','width=400,height=300,scrollbars=yes')}


//////////// Blogs
function blog_post() {location.href = "/blogs/blogs_write.php";}
function blog_profile() {location.href = "/blogs/myprofile.php";} 


//////////// Forum
function forum_post() {location.href = "/forum/index.php?md=write";}
function forum_profile() {location.href = "/forum/myprofile.php";} //profile_write.php

//////////// K-Star
function kstar_post() {location.href = "/kstar/kstar_write.php";}
function kstar_profile() {location.href = "/kstar/myprofile.php";} 

//////////// Directory
function directory_post() {location.href = "/directory/index.php?md=write";}

//////////// Magazine
function magazine_post() {location.href = "/magazine/index.php?md=write";}

