function n3dkey(){
 var k=event.keyCode;
	 if (k==37 || k==38 || k==39 || k==40) {
		return false;
	 }
 }