// JScript source code

function validationing(){
	var box = document.getElementById('b2_details');
	
	if (box =="" || box==null){
		 alert("Cant leave field blank");
		 focus(box);
		 }
}
