function switchFields(ch) {
	//
			switch (ch) {
				case '.':
				case '0':
				case '9':
				case '8':
				case '7':
				case '6':
				case '5':
				case '4':
				case '3':
				case '2':
				case '1':
					brFlag = 0;
					break;
				default:
					alert("should be strictly numbers");
					brFlag = 1;
					break;
			}//end switch
			return brFlag;
}

//check box calls omni-online
function callomni(){
	//var checkselected = false;	
	
	//if(document.forms[0].ques.checked){
		//window.open("maintenance.html","popwin",
		window.open("http://p-online.pensure-nigeria.com","popwin",
		"width=800,height=500,resizable=yes,status=no,menubar=no,scrollbars=yes,titlebar=no")	
		//checkselected = true;
	//}
}//end function

//function custPopup(){
	//window.open("customerRequest.asp","popwin2","width=450,height=400,resizable=yes,status=no,menubar=no,scrollbars=yes,titlebar=no")
//}