function toggleO(md) {
	if(md == "1") {
		jQuery('#menu_layer1').animate({ top:'-460px'},1000);
	} else if(md == "2") {
		jQuery('#menu_layer1').animate({ top:'0'},500);
	}     
}


function OpenSite(url){
	if(url == "#"){
		self.location.href = url;
	}else{
		var OpenWin = window.open(url,'','');
	}
}


var fnPopup = function(url,names,width,height,top,left,option){
	var state = "width="+width+",height="+height+",top="+top+",left="+left+",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars="+option+",resizable=no";
	window.open(url,names,state);
}


var ReadAlert = function(){
	alert ("신청 기간이 아닙니다.");
}

function filedown(filename){
	file_url = "/down.php?filename="+filename;
	location.href=file_url;
}
