function nv(x,y){
	var x;
	var z = document."menu"+y
	if (x=='1') {
		alert("an");
		z.style.backgroundColor = "#000000";
	} else {
		z.style.backgroundColor = "#fff1af";
	}
}
