<!--
	function init_b(){
		updateByGet('getMainList.action','announce','tab_no=09');
		updateByGet("getFixedInventory.action", "noticeimg", "inven_cd=IVT005");
		setInit("CF004003","42");
	}
	
	function init_p(refer){
		updateByGet("getMainList.action", "ann", "tab_no=11");
		updateByGet("getMainList.action", "mainPTab", "tab_no=12");
		updateByGet("getFixedInventory.action", "event", "inven_cd=IVT002");
		updateByGet("getFixedInventory.action", "weapon", "inven_cd=IVT003");
		updateByGet("getFixedInventory.action", "item", "inven_cd=IVT004");
		//updateByGet('addIpCount.action?address=' + refer, '', '');
		setInit("CF004003","43");
	}
		
	function movieHide(){
		document.getElementById("Main_avi").innerHTML = "";
	}
	
	function movieHide01(){
		document.getElementById("Main_avi01").innerHTML = "";
	}
	
	function movieHide02(){
		document.getElementById("Main_avi02").innerHTML = "";
	}
	
	function showMovie(movie_no){
		document.location.href = "goPage.action?pageName=MainB&s_type="+movie_no;
		//document.location.reload();
	}
	
	function showMovie2(movie_no){
		document.location.href = "goPage.action?pageName=MainP&s_type="+movie_no;
		//document.location.reload();
	}
	
	function tabChg(tab_no){
		updateByGet('getMainList.action','miniBoard','tab_no='+tab_no);
	}
		
	function dontsee(dontsee){
		if(dontsee == 'Y'){
			if(document.getElementById('dontsee').checked){
				updateByGetAfterFN('mainViewYN.action', '', 'dontsee=Y');
			}
		} else {
			updateByGetAfterFN('mainViewYN.action', '', 'dontsee=N');
		}
	}
	
	function goMainP(){
		dontsee('Y');
		document.location.href = "goPage.action?pageName=MainP";
	}
	
	function mainPchgTap(id){		
		if(id == 'tabC'){
			document.getElementById("tabC").style.display = '';
			document.getElementById("tabS").style.display = 'none';
		} else {
			document.getElementById("tabC").style.display = 'none';
			document.getElementById("tabS").style.display = '';
		}
		
	}
//-->
