function menu (whichMenu,whatState){
	if (document.getElementById)
	{
	document.getElementById(whichMenu).style.visibility = whatState;
	}
	else {document[whichMenu].visibility = whatState;}
}





function valtolly()
	{
		frmprofto.keyvalue.value=frmprofto.operator.value;
	}

	function valka()
	{
		frmprofkan.keyvalue.value=frmprofkan.operator.value;
	}

	function valkermt()
	{
		frmprofkerelamt.keyvalue.value=frmprofkerelamt.operator.value;
	}

	function valmaas()

	{
		frmprofmas.keyvalue.value=frmprofmas.operator.value;
	}
	function valmajo()
	{
		frmprofmaj.keyvalue.value=frmprofmaj.operator.value;
	}

	function valhandi()
	{
		frmprofhs.keyvalue.value=frmprofhs.operator.value;
	}

	function valgujk()
	{
		frmprofgk.keyvalue.value=frmprofgk.operator.value;
	}
	function valtamil()
	{
		frmproftbt.keyvalue.value=frmproftbt.operator.value;
	}
	function valtfd()
	{
		frmprofttfd.keyvalue.value=frmprofttfd.operator.value;
	}

	function valtaj()
	{
		frmproftj.keyvalue.value=frmproftj.operator.value;
	}



	function valtbe()
	{
		frmproftelbt.keyvalue.value=frmproftelbt.operator.value;
	}

	function valtelt()
	{
		frmproftelday.keyvalue.value=frmproftelday.operator.value;
	}
	

function valtujo()
	{
		frmproftjok.keyvalue.value=frmproftjok.operator.value;
	}

function valmalb()
	{
		frmprofmbt.keyvalue.value=frmprofmbt.operator.value;
	}

function valmast()
	{
		frmprofmst.keyvalue.value=frmprofmst.operator.value;
	}

function valmtd()
	{
		frmprofmtfd.keyvalue.value=frmprofmtfd.operator.value;
	}
function valmoj()
	{
		frmprofmj.keyvalue.value=frmprofmj.operator.value;
	}

function valhin()
	{
		frmprofhbt.keyvalue.value=frmprofhbt.operator.value;
	}

function valhit()
	{
		frmprofhst.keyvalue.value=frmprofhst.operator.value;
	}

function valhfit()
	{
		frmprofhsft.keyvalue.value=frmprofhft.operator.value;
	}

function valhth()
	{
		frmprofhht.keyvalue.value=frmprofhht.operator.value;
	}

function valhipt()
	{
		frmprofhpt.keyvalue.value=frmprofhpt.operator.value;
	}

function valhret()
	{
		frmprofhrt.keyvalue.value=frmprofhrt.operator.value;
	}

function valhitv()
	{
		frmprofhint.keyvalue.value=frmprofhint.operator.value;
	}

function valhcat()
	{
		frmprofhct.keyvalue.value=frmprofhct.operator.value;
	}

function valhido()
	{
		frmprofhindt.keyvalue.value=frmprofhindt.operator.value;
	}
function valhjok()
	{
		frmprofhj.keyvalue.value=frmprofhj.operator.value;
	}

function valbak()
	{
		frmprofbk.keyvalue.value=frmprofbk.operator.value;
	}

function valkagj()
	{
		frmprofkgj.keyvalue.value=frmprofkgj.operator.value;
	}

function valkaaj()
	{
		frmprofkaj.keyvalue.value=frmprofkaj.operator.value;
	}
function valkamwj()
	{
		frmprofkmwj.keyvalue.value=frmprofkmwj.operator.value;
	}
function valkbat()
	{
		frmprofkbt.keyvalue.value=frmprofkbt.operator.value;
	}

function valkaht()
	{
		frmprofkht.keyvalue.value=frmprofkht.operator.value;
	}
function valkcat()
	{
		frmprofkct.keyvalue.value=frmprofkct.operator.value;
	}

function valktat()
	{
		frmprofktt.keyvalue.value=frmprofktt.operator.value;
	}


function valkawt()
	{
		frmprofkwt.keyvalue.value=frmprofkwt.operator.value;
	}



function ValidateMetot()
{var phnno=document.frmprofto.mobileno.value
var phnlen=document.frmprofto.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofto.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofto.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofto.mobileno.focus();
return false;
}
}






function ValidateMekmt()
{var phnno=document.frmprofkan.mobileno.value
var phnlen=document.frmprofkan.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofkan.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofkan.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofkan.mobileno.focus();
return false;
}
}




function ValidateMekemt()
{var phnno=document.frmprofkerelamt.mobileno.value
var phnlen=document.frmprofkerelamt.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofkerelamt.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofkerelamt.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofkerelamt.mobileno.focus();
return false;
}
}



function ValidateMems()
{var phnno=document.frmprofmas.mobileno.value
var phnlen=document.frmprofmas.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofmas.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofmas.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofmas.mobileno.focus();
return false;
}
}
  



function ValidateMemaaj()
{var phnno=document.frmprofmaj.mobileno.value
var phnlen=document.frmprofmaj.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofmaj.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofmaj.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofmaj.mobileno.focus();
return false;
}
}

function ValidateMehas()
{var phnno=document.frmprofhs.mobileno.value
var phnlen=document.frmprofhs.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofhs.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofhs.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofhs.mobileno.focus();
return false;
}
}

function ValidateMegka()
{var phnno=document.frmprofgk.mobileno.value
var phnlen=document.frmprofgk.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofgk.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofgk.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofgk.mobileno.focus();
return false;
}
}




function ValidateMetam()
{var phnno=document.frmproftbt.mobileno.value
var phnlen=document.frmproftbt.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmproftbt.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmproftbt.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmproftbt.mobileno.focus();
return false;
}
}


function ValidateMetamild()
{var phnno=document.frmprofttfd.mobileno.value
var phnlen=document.frmprofttfd.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofttfd.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofttfd.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofttfd.mobileno.focus();
return false;
}
}

function ValidateMetaaj()
{var phnno=document.frmproftj.mobileno.value
var phnlen=document.frmproftj.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmproftj.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmproftj.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmproftj.mobileno.focus();
return false;
}
}




function ValidateMetbtip()
{var phnno=document.frmproftelbt.mobileno.value
var phnlen=document.frmproftelbt.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmproftelbt.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmproftelbt.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmproftelbt.mobileno.focus();
return false;
}
}

function ValidateMetefor()
{var phnno=document.frmproftelday.mobileno.value
var phnlen=document.frmproftelday.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmproftelday.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmproftelday.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmproftelday.mobileno.focus();
return false;
}
}



function ValidateMetujok()
{var phnno=document.frmproftjok.mobileno.value
var phnlen=document.frmproftjok.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmproftjok.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmproftjok.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmproftjok.mobileno.focus();
return false;
}
}



function ValidateMemalbt()
{var phnno=document.frmprofmbt.mobileno.value
var phnlen=document.frmprofmbt.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofmbt.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofmbt.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofmbt.mobileno.focus();
return false;
}
}

function ValidateMemasti()
{var phnno=document.frmprofmst.mobileno.value
var phnlen=document.frmprofmst.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofmst.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofmst.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofmst.mobileno.focus();
return false;
}
}





function ValidateMemfd()
{var phnno=document.frmprofmtfd.mobileno.value
var phnlen=document.frmprofmtfd.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofmtfd.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofmtfd.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofmtfd.mobileno.focus();
return false;
}
}


function ValidateMemojo()
{var phnno=document.frmprofmj.mobileno.value
var phnlen=document.frmprofmj.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofmj.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofmj.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofmj.mobileno.focus();
return false;
}
}



function ValidateMehbti()
{var phnno=document.frmprofhbt.mobileno.value
var phnlen=document.frmprofhbt.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofhbt.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofhbt.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofhbt.mobileno.focus();
return false;
}
}



function ValidateMehist()
{var phnno=document.frmprofhst.mobileno.value
var phnlen=document.frmprofhst.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofhst.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofhst.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofhst.mobileno.focus();
return false;
}
}



function ValidateMehfti()
{var phnno=document.frmprofhft.mobileno.value
var phnlen=document.frmprofhft.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofhft.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofhft.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofhft.mobileno.focus();
return false;
}
}

function ValidateMehat()
{var phnno=document.frmprofhht.mobileno.value
var phnlen=document.frmprofhht.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofhht.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofhht.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofhht.mobileno.focus();
return false;
}
}

function ValidateMehpat()
{var phnno=document.frmprofhpt.mobileno.value
var phnlen=document.frmprofhpt.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofhpt.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofhpt.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofhpt.mobileno.focus();
return false;
}
}

function ValidateMehrti()
{var phnno=document.frmprofhrt.mobileno.value
var phnlen=document.frmprofhrt.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofhrt.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofhrt.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofhrt.mobileno.focus();
return false;
}
}

function ValidateMehitip()
{var phnno=document.frmprofhint.mobileno.value
var phnlen=document.frmprofhint.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofhint.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofhint.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofhint.mobileno.focus();
return false;
}
}

function ValidateMehict()
{var phnno=document.frmprofhct.mobileno.value
var phnlen=document.frmprofhct.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofhct.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofhct.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofhct.mobileno.focus();
return false;
}
}

function ValidateMehto()
{var phnno=document.frmprofhindt.mobileno.value
var phnlen=document.frmprofhindt.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofhindt.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofhindt.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofhindt.mobileno.focus();
return false;
}
}

function ValidateMehjoks()
{var phnno=document.frmprofhj.mobileno.value
var phnlen=document.frmprofhj.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofhj.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofhj.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofhj.mobileno.focus();
return false;
}
}



function ValidateMebank()
{var phnno=document.frmprofbk.mobileno.value
var phnlen=document.frmprofbk.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofbk.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofbk.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofbk.mobileno.focus();
return false;
}
}



function ValidateMekgjo()
{var phnno=document.frmprofkgj.mobileno.value
var phnlen=document.frmprofkgj.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofkgj.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofkgj.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofkgj.mobileno.focus();
return false;
}
}

function ValidateMekanaj()
{var phnno=document.frmprofkaj.mobileno.value
var phnlen=document.frmprofkaj.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofkaj.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofkaj.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofkaj.mobileno.focus();
return false;
}
}

function ValidateMekmwjo()
{var phnno=document.frmprofkmwj.mobileno.value
var phnlen=document.frmprofkmwj.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofkmwj.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofkmwj.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofkmwj.mobileno.focus();
return false;
}
}

function ValidateMekabat()
{var phnno=document.frmprofkbt.mobileno.value
var phnlen=document.frmprofkbt.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofkbt.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofkbt.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofkbt.mobileno.focus();
return false;
}
}

function ValidateMekhti()
{var phnno=document.frmprofkht.mobileno.value
var phnlen=document.frmprofkht.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofkht.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofkht.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofkht.mobileno.focus();
return false;
}
}

function ValidateMekacat()
{var phnno=document.frmprofkct.mobileno.value
var phnlen=document.frmprofkct.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofkct.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofkct.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofkct.mobileno.focus();
return false;
}
}



function ValidateMektti()
{var phnno=document.frmprofktt.mobileno.value
var phnlen=document.frmprofktt.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofktt.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofktt.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofktt.mobileno.focus();
return false;
}
}
function ValidateMekwti()
{var phnno=document.frmprofkwt.mobileno.value
var phnlen=document.frmprofkwt.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofkwt.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofkwt.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofkwt.mobileno.focus();
return false;
}
}
function valgaj()
	{
		 var selectmenu=document.frmprofgj.operator.options[document.frmprofgj.operator.selectedIndex].value;
   document.frmprofgj.keyvalue.value=selectmenu;
	}



function valajok()
	{
		 var selectmenu=document.frmprofajo.operator.options[document.frmprofajo.operator.selectedIndex].value;
   document.frmprofajo.keyvalue.value=selectmenu;
	}
function ValidateMegajo()
{var phnno=document.frmprofgj.mobileno.value
var phnlen=document.frmprofgj.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofgj.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofgj.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofgj.mobileno.focus();
return false;
}
}

function ValidateMeajoks()
{var phnno=document.frmprofajo.mobileno.value
var phnlen=document.frmprofajo.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofajo.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofajo.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofajo.mobileno.focus();
return false;
}
}

function valcati()
	{
		frmprofct.keyvalue.value=frmprofct.operator.value;
	}

	function valint()
	{
		frmprofit.keyvalue.value=frmprofit.operator.value;
	}

function ValidateMecatp()
{var phnno=document.frmprofct.mobileno.value
var phnlen=document.frmprofct.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofct.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofct.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofct.mobileno.focus();
return false;
}
}

function ValidateMeintet()
{var phnno=document.frmprofit.mobileno.value
var phnlen=document.frmprofit.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofit.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofit.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofit.mobileno.focus();
return false;
}
}
	function vallp()
	{
		frmproflp.keyvalue.value=frmproflp.operator.value;
	}

	function valrt()
	{
		frmprofrt.keyvalue.value=frmprofrt.operator.value;
	}

	function valpt()
	{
		frmprofpt.keyvalue.value=frmprofpt.operator.value;
	}

function ValidateMe123()
{var phnno=document.frmproflp.mobileno.value
var phnlen=document.frmproflp.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmproflp.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmproflp.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmproflp.mobileno.focus();
return false;
}
}

function ValidateMe223()
{var phnno=document.frmprofrt.mobileno.value
var phnlen=document.frmprofrt.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofrt.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofrt.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofrt.mobileno.focus();
return false;
}
}

function ValidateMe323()
{var phnno=document.frmprofpt.mobileno.value
var phnlen=document.frmprofpt.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofpt.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofpt.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofpt.mobileno.focus();
return false;
}
}



function valbtr()
	{
		frmprofbot.keyvalue.value=frmprofbot.operator.value;
	}

	function valkht()
	{
		frmprofktr.keyvalue.value=frmprofktr.operator.value;
	}
function ValidateMebotr()
{var phnno=document.frmprofbot.mobileno.value
var phnlen=document.frmprofbot.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofbot.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofbot.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofbot.mobileno.focus();
return false;
}
}

function ValidateMekhtr()
{var phnno=document.frmprofktr.mobileno.value
var phnlen=document.frmprofktr.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofktr.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofktr.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofktr.mobileno.focus();
return false;
}
}


function ValidateMecri()
{var phnno=document.frmprofcri.mobileno.value
var phnlen=document.frmprofcri.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofcri.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofcri.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofcri.mobileno.focus();
return false;
}
}
function val150()
    {
   
     var selectmenu=document.frmprofcri.operator.options[document.frmprofcri.operator.selectedIndex].value;
   document.frmprofcri.keyvalue.value=selectmenu;
 }
function valtdyfa()
	{
		frmproftdyf.keyvalue.value=frmproftdyf.operator.value;
	}
function ValidateMekhtr()
{var phnno=document.frmproftdyf.mobileno.value
var phnlen=document.frmproftdyf.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmproftdyf.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmproftdyf.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmproftdyf.mobileno.focus();
return false;
}
}


function valgeta()
	{
		frmprofgsh.keyvalue.value=frmprofgsh.operator.value;
	}

	function valkva()
	{
		frmprofkv.keyvalue.value=frmprofkv.operator.value;
	}

	function valhcha()
	{
		frmprofhch.keyvalue.value=frmprofhch.operator.value;
	}
	function valsch()
	{
		frmprofscha.keyvalue.value=frmprofscha.operator.value;
	}

	function valmah()
	{
		frmprofma.keyvalue.value=frmprofma.operator.value;
	}	


function ValidateMegets()
{var phnno=document.frmprofgsh.mobileno.value
var phnlen=document.frmprofgsh.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofgsh.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofgsh.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofgsh.mobileno.focus();
return false;
}
}

function ValidateMekvan()
{var phnno=document.frmprofkv.mobileno.value
var phnlen=document.frmprofkv.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofkv.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofkv.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofkv.mobileno.focus();
return false;
}
}

function ValidateMehach()
{var phnno=document.frmprofhch.mobileno.value
var phnlen=document.frmprofhch.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofhch.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofhch.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofhch.mobileno.focus();
return false;
}
}

function ValidateMesacha()
{var phnno=document.frmprofscha.mobileno.value
var phnlen=document.frmprofscha.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofscha.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofscha.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofscha.mobileno.focus();
return false;
}
}

function ValidateMemaha()
{var phnno=document.frmprofma.mobileno.value
var phnlen=document.frmprofma.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofma.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofma.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofma.mobileno.focus();
return false;
}
}





function valfot()
	{
		frmproffti.keyvalue.value=frmproffti.operator.value;
	}

	function valbets()
	{
		frmprofbeti.keyvalue.value=frmprofbeti.operator.value;
	}

	function valstpi()
	{
		frmprofstp.keyvalue.value=frmprofstp.operator.value;
	}

	function valthou()
	{
		frmproftfday.keyvalue.value=frmproftfday.operator.value;
	}
	
function ValidateMefoti(){
var phnno=document.frmproffti.mobileno.value
var phnlen=document.frmproffti.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmproffti.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmproffti.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmproffti.mobileno.focus();
return false;
}
}

function ValidateMebeat()
{var phnno=document.frmprofbeti.mobileno.value
var phnlen=document.frmprofbeti.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofbeti.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofbeti.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofbeti.mobileno.focus();
return false;
}
}

function ValidateMestps()
{var phnno=document.frmprofstp.mobileno.value
var phnlen=document.frmprofstp.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofstp.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofstp.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofstp.mobileno.focus();
return false;
}
}

function ValidateMetfoday()
{var phnno=document.frmproftfday.mobileno.value
var phnlen=document.frmproftfday.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmproftfday.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmproftfday.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmproftfday.mobileno.focus();
return false;
}
}




function valhealt()
	{
		frmprofhetip.keyvalue.value=frmprofhetip.operator.value;
	}

	function valfitt()
	{
		frmproffits.keyvalue.value=frmproffits.operator.value;
	}

	function valrmbti()
	{
		frmprofrmbt.keyvalue.value=frmprofrmbt.operator.value;
	}

		

function ValidateMehethp()
{var phnno=document.frmprofhetip.mobileno.value
var phnlen=document.frmprofhetip.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofhetip.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofhetip.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofhetip.mobileno.focus();
return false;
}
}


function ValidateMefitp()
{var phnno=document.frmproffits.mobileno.value
var phnlen=document.frmproffits.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmproffits.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmproffits.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmproffits.mobileno.focus();
return false;
}
}


function ValidateMermbts()
{var phnno=document.frmprofrmbt.mobileno.value
var phnlen=document.frmprofrmbt.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprofrmbt.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprofrmbt.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprofrmbt.mobileno.focus();
return false;
}
}
	function val()
	{
		frmprof.keyvalue.value=frmprof.operator.value;
	}

	function val1()
	{
		frmprof1.keyvalue.value=frmprof1.operator.value;
	}

	function val2()
	{
		frmprof2.keyvalue.value=frmprof2.operator.value;
	}

	function val3()
	{
		frmprof3.keyvalue.value=frmprof3.operator.value;
	}

	function val4()
	{
		frmprof4.keyvalue.value=frmprof4.operator.value;
	}

	function val5()
	{
		frmprof5.keyvalue.value=frmprof5.operator.value;
	}

	function val6()
	{
		frmprof6.keyvalue.value=frmprof6.operator.value;
	}

	function val7()
	{
		frmprof7.keyvalue.value=frmprof7.operator.value;
	}

	function val8()
	{
		frmprof8.keyvalue.value=frmprof8.operator.value;
	}

	function val9()
	{
		frmprof9.keyvalue.value=frmprof9.operator.value;
	}

	function val10()
	{
		frmprof10.keyvalue.value=frmprof10.operator.value;
	}

	function val11()
	{
		frmprof11.keyvalue.value=frmprof11.operator.value;
	}
	
function ValidateMe1()
{var phnno=document.frmprof.mobileno.value
var phnlen=document.frmprof.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprof.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprof.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprof.mobileno.focus();
return false;
}
}

function ValidateMe2()
{var phnno=document.frmprof1.mobileno.value
var phnlen=document.frmprof1.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprof1.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprof1.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprof1.mobileno.focus();
return false;
}
}


function ValidateMe3()
{var phnno=document.frmprof2.mobileno.value
var phnlen=document.frmprof2.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprof2.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprof2.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprof2.mobileno.focus();
return false;
}
}


function ValidateMe4()
{var phnno=document.frmprof3.mobileno.value
var phnlen=document.frmprof3.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprof3.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprof3.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprof3.mobileno.focus();
return false;
}
}

function ValidateMe5()
{var phnno=document.frmprof4.mobileno.value
var phnlen=document.frmprof4.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprof4.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprof4.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprof4.mobileno.focus();
return false;
}
}

function ValidateMe6()
{var phnno=document.frmprof5.mobileno.value
var phnlen=document.frmprof5.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprof5.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprof5.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprof5.mobileno.focus();
return false;
}
}

function ValidateMe7()
{var phnno=document.frmprof6.mobileno.value
var phnlen=document.frmprof6.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprof6.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprof6.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprof6.mobileno.focus();
return false;
}
}

function ValidateMe8()
{var phnno=document.frmprof7.mobileno.value
var phnlen=document.frmprof7.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprof7.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprof7.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprof7.mobileno.focus();
return false;
}
}

function ValidateMe9()
{var phnno=document.frmprof8.mobileno.value
var phnlen=document.frmprof8.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprof8.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprof8.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprof8.mobileno.focus();
return false;
}
}

function ValidateMe10()
{var phnno=document.frmprof9.mobileno.value
var phnlen=document.frmprof9.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprof9.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprof9.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprof9.mobileno.focus();
return false;
}
}

function ValidateMe11()
{var phnno=document.frmprof10.mobileno.value
var phnlen=document.frmprof10.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprof10.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprof10.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprof10.mobileno.focus();
return false;
}
}

function ValidateMe12()
{var phnno=document.frmprof11.mobileno.value
var phnlen=document.frmprof11.mobileno.value.length
var anum=/(^\d+$)|(^\d+\.\d+$)/
if (document.frmprof11.operator.selectedIndex == 0)
{
		alert("Please select an Operator");
		document.frmprof11.operator.focus();
		return false;
}
if(anum.test(phnno)&&(phnlen==10))
testresult=true;
else{
alert("Invalid number.Please enter the correct number");
document.frmprof11.mobileno.focus();
return false;
}
}
