function menochk() {
	//window.alert("momo");
	pts = 0;
	
	switch(true){
		case (1==1) :
			window.alert("test");
			//break;
		default :
			window.alert("test2")
			
	}
	
}