function checkRClickYN(isRClickNotAllowed, isAdmin) {
	if (isRClickNotAllowed && !isAdmin) { 
		document.oncontextmenu = new Function ("return false");
		document.ondragstart = new Function ("return false");
		document.onselectstart = new Function ("return false"); 
	}
}

function mp3popup() {
window.open('radiokorea/player.html','Radio_Korea','scrollbars=no,resizable=no,status=no,menubar=no,toolbar=no,width=280,height=372,top=170,left=100');
}

function fatnessTest() {
window.open('bmi_check.html','Fatness_Test','scrollbars=no,resizable=no,status=no,menubar=no,toolbar=no,width=620,height=370,top=170,left=100');
}