/////   top_event view ½ÃÀÛ  ///////////////////////////////////////////////////////////////////	

function EventShow(idx) {
	if (document.getElementById("event").style.top == "") {
		document.getElementById("event").style.top = "51px";
		document.getElementById("tFavorite_Menu").style.display = "none";
		Banner_Action(1,"view",idx);
	}
	else {
		document.getElementById("event").style.top = "";
		document.getElementById("tFavorite_Menu").style.display = "";
	}
}
function Banner_Action(eType,aType,idx)	{
	var action = "";
	if (aType == "view")		action = "1";
	else if (aType == "click")	action = "2";
	sendRequest(on_loaded_bAction,'&n1_Type='+eType+'&idx='+idx+'&n1_Action='+action,'GET','/lib/inc/Banner_Proc_Ajax.asp',true,true);
}
function on_loaded_bAction(oj) {return;}

/////   top_event view ³¡  ///////////////////////////////////////////////////////////////////		

function StationOpen(idx_Station,n1_SType,vc_ID){
	if (n1_SType == 1){
		window.open('http://cstation.campuslife.co.kr/Station/Main/Station_Main.asp?idx_Station='+idx_Station+'&n1_SType='+n1_SType,vc_ID,',scrollbars=no,status=no,toolbar=no,resize=0,location=no,menu=no,width=970,height=730')	
	}
	if (n1_SType == 2){
		window.open('http://estation.campuslife.co.kr/Station/Main/Station_Main.asp?idx_Station='+idx_Station+'&n1_SType='+n1_SType,vc_ID,',scrollbars=no,status=no,toolbar=no,resize=0,location=no,menu=no,width=970,height=730')	
	}
}