function take_main(){
	location.href = "./?bidx=take1"
}

function take_menu(n){
	if(n==0){
		location.href = "./IntroProgram.asp?bidx=take1"
	}else if(n==1){
		location.href = "./UserBBS.asp?bidx=take1"
	}else if(n==2){
		location.href = "http://www.mnet.com/tv/program/345/vod"
	}else if(n==3){
		location.href = "./OriginalTake.asp?bidx=take1"
	}else if(n==4){
		location.href = "./UserBBS.asp?bidx=take1_b2"
	}else if(n==5){
		location.href = "./UserBBS.asp?bidx=take1_b1"
	}
}

