function ecard_view_locate(target_num,bigcate,smallcate){
	location.href = "/contents/cardbox/e_card/card_ecard_view.php?ecard_num="+target_num+"&bigcate="+bigcate+"&smallcate="+smallcate;
}
function ecard_view_locate2(target_num,bigcate,smallcate){
	location.href = "/contents/cardbox/e_card/card_ecard_view.php?ecard_num="+target_num+"&bigcate="+bigcate+"&smallcate="+smallcate;
}

function eletter_view_locate(target_num,bigcate,smallcate){
	location.href = "/contents/cardbox/e_letter/card_eletter_view.php?eletter_num="+target_num+"&bigcate="+bigcate+"&smallcate="+smallcate;
}
function eletter_view_locate2(target_num,bigcate,smallcate){
	location.href = "/contents/cardbox/e_letter/card_eletter_view.php?eletter_num="+target_num+"&bigcate="+bigcate+"&smallcate="+smallcate;
}
function ipop_view_locate(target_num,bigcate,smallcate){
	location.href = "/contents/cardbox/ipop/ipop_view.htm?ecard_num="+target_num+"&bigcate="+bigcate+"&smallcate="+smallcate;
}
function ipop_view_locate2(target_num,bigcate,smallcate){
	location.href = "/contents/cardbox/ipop/ipop_view.php?ecard_num="+target_num+"&bigcate="+bigcate+"&smallcate="+smallcate;
}
function Notice_View(idx,idx2){
    src = "/contents/notice/notice_view.php?f_index="+idx+"&target="+idx2;
    NewWin = window.open(src,"nt_view","toolbar=no,location=no,status=no,scrollbars=yes,width=510,height=300,resizable=no");
    NewWin.window.focus();
}
function call_rankgame(game_index){
	location.href="/contents/game/ranking_view.htm?c_index="+game_index;
}
function Post_view(){
	location.href="/contents/mybox/mybox_box_send.php";
}
function gamecard_view_locate(target_num){
	location.href = "../game/ranking_view.htm?c_index="+target_num;
}
