function fIsNumeric(sText) {
	var ValidChars = "0123456789";
	var IsNumber = true;
	var Char;

	for (i = 0; i < sText.length && IsNumber == true; i++) { 
		Char = sText.charAt(i); 
		if (ValidChars.indexOf(Char) == -1) {
			IsNumber = false;
		}
	}
 return IsNumber;
}
//-------------------------------------------
function echeck(str) { // check for valid email addresses
	var at="@"
	var dot="."
	var lat=str.indexOf(at)
	var lstr=str.length
	var ldot=str.indexOf(dot)
	if (str.indexOf(at)==-1){
		return false
	}
	if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
		return false
	}
	if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
		return false
	}
	if (str.indexOf(at,(lat+1))!=-1){
		return false
	}
	if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
		return false
	}

	if (str.indexOf(dot,(lat+2))==-1){
		return false
	}	
	if (str.indexOf(" ")!=-1){
		return false
	}
	return true					
}
//-------------------------------------------
function fValidareContact() {
	//nume
	if (document.getElementById("txtNume").value.length < 1) {
		alert("Completati campul 'Nume'");
		document.getElementById("txtNume").focus();
		return false;
	}

	//telefon
	if (document.getElementById("txtTelefon").value.length < 1) {
		alert("Completati campul 'Telefon'");
		document.getElementById("txtTelefon").focus();
		return false;
	}
	
	//email
	var oEmail = document.getElementById("txtEmail");
	if ((oEmail.value == null) || (oEmail.value.length < 1)){
		alert("Completati campul 'Adresa E-mail'.");
		oEmail.focus();
		return false;
	}
	if (echeck(oEmail.value) == false){
		alert("Adresa E-mail introdusa nu este valida.");
		oEmail.focus();
		return false;
	}
	
	//mesaj
	if ((document.getElementById("txtMesaj").value.length < 1) || (document.getElementById("txtMesaj").value.length > 3000)) {
		alert("Completati campul 'Mesaj' (1-3000 caractere)");
		document.getElementById("txtMesaj").focus();
		return false;
	}
	
	//cod securitate
	if (document.getElementById("txtCodSecuritate").value.length < 6) {
		alert("Campul 'Cod Securitate' trebuie sa contina 6 cifre.");
		document.getElementById("txtCodSecuritate").focus();
		return false;
	}
	return true;
}
//------------------------------------------------------------------------------------------------
function fValidareSuport() {
	//nume
	if (document.getElementById("txtNume").value.length < 1) {
		alert("Completati campul 'Nume'");
		document.getElementById("txtNume").focus();
		return false;
	}

	//nume
	if (document.getElementById("txtIP").value.length < 1) {
		alert("Completati campul 'IP alocat direct'");
		document.getElementById("txtIP").focus();
		return false;
	}

	//telefon
	if (document.getElementById("txtTelefon").value.length < 1) {
		alert("Completati campul 'Telefon'");
		document.getElementById("txtTelefon").focus();
		return false;
	}
	
	//email
	var oEmail = document.getElementById("txtEmail");
	if ((oEmail.value == null) || (oEmail.value.length < 1)){
		alert("Completati campul 'Adresa E-mail'.");
		oEmail.focus();
		return false;
	}
	if (echeck(oEmail.value) == false){
		alert("Adresa E-mail introdusa nu este valida.");
		oEmail.focus();
		return false;
	}
	
	//mesaj
	if ((document.getElementById("txtMesaj").value.length < 1) || (document.getElementById("txtMesaj").value.length > 3000)) {
		alert("Completati campul 'Problema sesizata' (1-3000 caractere)");
		document.getElementById("txtMesaj").focus();
		return false;
	}
	
	//cod securitate
	if (document.getElementById("txtCodSecuritate").value.length < 6) {
		alert("Campul 'Cod Securitate' trebuie sa contina 6 cifre.");
		document.getElementById("txtCodSecuritate").focus();
		return false;
	}
	return true;
}
//------------------------------------------------------------------------------------------------
function fMsgContact() {
	document.getElementById('frmContact').submit();
}
//------------------------------------------------------------------------------------------------
function fMsgCotatie() {
	document.getElementById('frmCotatie').submit();
}
//------------------------------------------------------------------------------------------------
function fMsgSuport() {
	document.getElementById('frmSuport').submit();
}
//------------------------------------------------------------------------------------------------
function fValidareAlocareAS() {
	//nume
	if (document.getElementById("txtName").value.length < 1) {
		alert("Completati campul 'Legal organisation name'");
		document.getElementById("txtName").focus();
		return false;
	}

	//cod securitate
	if (document.getElementById("txtCodSecuritate").value.length < 6) {
		alert("Campul 'Cod Securitate' trebuie sa contina 6 cifre.");
		document.getElementById("txtCodSecuritate").focus();
		return false;
	}

	return true;
}
//------------------------------------------------------------------------------------------------
function fAlocareAS() {
	document.getElementById('frmAlocareAS').submit();
}
//------------------------------------------------------------------------------------------------
function fValidareAlocareIP() {
	//nume
	if (document.getElementById("txtName").value.length < 1) {
		alert("Completati campul 'Legal organisation name'");
		document.getElementById("txtName").focus();
		return false;
	}

	//cod securitate
	if (document.getElementById("txtCodSecuritate").value.length < 6) {
		alert("Campul 'Cod Securitate' trebuie sa contina 6 cifre.");
		document.getElementById("txtCodSecuritate").focus();
		return false;
	}
	return true;
}
//------------------------------------------------------------------------------------------------
function fAlocareIP() {
	document.getElementById('frmAlocareIP').submit();
}
//------------------------------------------------------------------------------------------------
function fValidareAlocareAS_Pas2() {

	//validari comune
	if (document.getElementById("txtNumeCompanie_Pas2").value.length < 1) {
		alert("Completati campul 'Nume/Companie'");
		document.getElementById("txtNumeCompanie_Pas2").focus();
		return false;
	}
	if (document.getElementById("txtTelefon_Pas2").value.length < 1) {
		alert("Completati campul 'Telefon'");
		document.getElementById("txtTelefon_Pas2").focus();
		return false;
	}
	if (document.getElementById("txtEmail_Pas2").value.length < 1) {
		alert("Completati campul 'Email'");
		document.getElementById("txtEmail_Pas2").focus();
		return false;
	}
	if (document.getElementById("txtCuiCnp_Pas2").value.length < 1) {
		alert("Completati campul '(CUI/R)/CNP'");
		document.getElementById("txtCuiCnp_Pas2").focus();
		return false;
	}
	if (document.getElementById("txtStradaNr_Pas2").value.length < 1) {
		alert("Completati campul 'Strada'");
		document.getElementById("txtStradaNr_Pas2").focus();
		return false;
	}
	if (document.getElementById("txtLocalitate_Pas2").value.length < 1) {
		alert("Completati campul 'Localitate'");
		document.getElementById("txtLocalitate_Pas2").focus();
		return false;
	}
	if (document.getElementById("txtJudetSector_Pas2").value.length < 1) {
		alert("Completati campul 'Judet'");
		document.getElementById("txtJudetSector_Pas2").focus();
		return false;
	}

	var sTipPersoana = document.getElementById("selTipPlatitor_Pas2").value;

	if (sTipPersoana == "juridica") { //validari pers juridice
		if (document.getElementById("txtPersoanaContact_Pas2").value.length < 1) {
			alert("Completati campul 'Persoana Contact'");
			document.getElementById("txtPersoanaContact_Pas2").focus();
			return false;
		}
		if (document.getElementById("txtNrOrdRegCom_Pas2").value.length < 1) {
			alert("Completati campul 'NrOrdRegCom (J-ul)'");
			document.getElementById("txtNrOrdRegCom_Pas2").focus();
			return false;
		}
		if (document.getElementById("txtBanca_Pas2").value.length < 1) {
			alert("Completati campul 'Banca'");
			document.getElementById("txtBanca_Pas2").focus();
			return false;
		}
		if (document.getElementById("txtIBAN_Pas2").value.length < 1) {
			alert("Completati campul 'IBAN'");
			document.getElementById("txtIBAN_Pas2").focus();
			return false;
		}
	}

	return true;
}
//------------------------------------------------------------------------------------------------
function fValidareAlocareAS_Pas3() {
	
	if (document.getElementById("txtNumeCompanie_Pas3").value.length < 1) {
		alert("Completati campul 'Nume/Companie'");
		document.getElementById("txtNumeCompanie_Pas3").focus();
		return false;
	}
	if (document.getElementById("txtTelefon_Pas3").value.length < 1) {
		alert("Completati campul 'Telefon'");
		document.getElementById("txtTelefon_Pas3").focus();
		return false;
	}
	if (document.getElementById("txtEmail_Pas3").value.length < 1) {
		alert("Completati campul 'Email'");
		document.getElementById("txtEmail_Pas3").focus();
		return false;
	}
	if (document.getElementById("txtCuiCnp_Pas3").value.length < 1) {
		alert("Completati campul '(CUI/R)/CNP'");
		document.getElementById("txtCuiCnp_Pas3").focus();
		return false;
	}
	if (document.getElementById("txtStradaNr_Pas3").value.length < 1) {
		alert("Completati campul 'Strada'");
		document.getElementById("txtStradaNr_Pas3").focus();
		return false;
	}
	if (document.getElementById("txtLocalitate_Pas3").value.length < 1) {
		alert("Completati campul 'Localitate'");
		document.getElementById("txtLocalitate_Pas3").focus();
		return false;
	}
	if (document.getElementById("txtJudetSector_Pas3").value.length < 1) {
		alert("Completati campul 'Judet'");
		document.getElementById("txtJudetSector_Pas3").focus();
		return false;
	}
	return true;
}
//------------------------------------------------------------------------------------------------
function fValidareAlocareAS_Pas4() {
	if (document.getElementById("txtNumePrenume_Pas4").value.length < 1) {
		alert("Completati campul 'Nume, Prenume'");
		document.getElementById("txtNumePrenume_Pas4").focus();
		return false;
	}
	if (document.getElementById("txtTelefon_Pas4").value.length < 1) {
		alert("Completati campul 'Telefon'");
		document.getElementById("txtTelefon_Pas4").focus();
		return false;
	}
	if (document.getElementById("txtEmail_Pas4").value.length < 1) {
		alert("Completati campul 'Email'");
		document.getElementById("txtEmail_Pas4").focus();
		return false;
	}
	if (document.getElementById("txtStradaNr_Pas4").value.length < 1) {
		alert("Completati campul 'Strada, Nr.'");
		document.getElementById("txtStradaNr_Pas4").focus();
		return false;
	}
	if (document.getElementById("txtLocalitate_Pas4").value.length < 1) {
		alert("Completati campul 'Localitate'");
		document.getElementById("txtLocalitate_Pas4").focus();
		return false;
	}
	if (document.getElementById("txtJudetSector_Pas4").value.length < 1) {
		alert("Completati campul 'Judet/Sector'");
		document.getElementById("txtJudetSector_Pas4").focus();
		return false;
	}
	return true;
}
//------------------------------------------------------------------------------------------------
function fValidareAlocareAS_Pas5() {
	if (document.getElementById("txtNumePrenume_Pas5").value.length < 1) {
		alert("Completati campul 'Nume, Prenume'");
		document.getElementById("txtNumePrenume_Pas5").focus();
		return false;
	}
	if (document.getElementById("txtTelefon_Pas5").value.length < 1) {
		alert("Completati campul 'Telefon'");
		document.getElementById("txtTelefon_Pas5").focus();
		return false;
	}
	if (document.getElementById("txtEmail_Pas5").value.length < 1) {
		alert("Completati campul 'Email'");
		document.getElementById("txtEmail_Pas5").focus();
		return false;
	}
	if (document.getElementById("txtStradaNr_Pas5").value.length < 1) {
		alert("Completati campul 'Strada, Nr.'");
		document.getElementById("txtStradaNr_Pas5").focus();
		return false;
	}
	if (document.getElementById("txtLocalitate_Pas5").value.length < 1) {
		alert("Completati campul 'Localitate'");
		document.getElementById("txtLocalitate_Pas5").focus();
		return false;
	}
	if (document.getElementById("txtJudetSector_Pas5").value.length < 1) {
		alert("Completati campul 'Judet/Sector'");
		document.getElementById("txtJudetSector_Pas5").focus();
		return false;
	}
	return true;
}
//------------------------------------------------------------------------------------------------
function fValidareAlocareAS_Pas6() {
	if (document.getElementById("txtNumarActualClienti_Pas6").value.length < 1) {
		alert("Completati campul 'Numar actual de clienti'");
		document.getElementById("txtNumarActualClienti_Pas6").focus();
		return false;
	}
	if (document.getElementById("txtNumarEstimatClienti_Pas6").value.length < 1) {
		alert("Completati campul 'Numar estimat de clienti peste 1 an'");
		document.getElementById("txtNumarEstimatClienti_Pas6").focus();
		return false;
	}
	if (document.getElementById("txtAs1_Pas6").value.length < 1) {
		alert("Lipseste AS-ul primului provider");
		document.getElementById("txtAs1_Pas6").focus();
		return false;
	}
	if (document.getElementById("txtEmailContact1_Pas6").value.length < 1) {
		alert("Lipseste adresa email a persoanei de contact pentru primul AS");
		document.getElementById("txtEmailContact1_Pas6").focus();
		return false;
	}
	if (document.getElementById("txtAs2_Pas6").value.length < 1) {
		alert("Lipseste AS-ul celui de-al doilea provider");
		document.getElementById("txtAs2_Pas6").focus();
		return false;
	}
	if (document.getElementById("txtEmailContact2_Pas6").value.length < 1) {
		alert("Lipseste adresa email a persoanei de contact pentru al doilea AS");
		document.getElementById("txtEmailContact2_Pas6").focus();
		return false;
	}
	return true;
}
//------------------------------------------------------------------------------------------------
function fValidareAlocareAS_Pas7() {
	if (document.getElementById("txtSpatiiIP_Pas7").value.length < 1) {
		alert("Completati campul 'Spatiile IP agregabile pe noul AS'");
		document.getElementById("txtSpatiiIP_Pas7").focus();
		return false;
	}
	if (document.getElementById("txtDescriere_Pas7").value.length <= 200) {
		alert("Descrierea trebuie sa depaseasca 200 caractere");
		document.getElementById("txtDescriere_Pas7").focus();
		return false;
	}
	return true;
}
//------------------------------------------------------------------------------------------------
/////////////////////////////// IP ///////////////////////////////////////////////////////////////
function fValidareAlocareIP_Pas2() {

	//validari comune
	if (document.getElementById("txtNumeCompanie_Pas2").value.length < 1) {
		alert("Completati campul 'Nume/Companie'");
		document.getElementById("txtNumeCompanie_Pas2").focus();
		return false;
	}
	if (document.getElementById("txtTelefon_Pas2").value.length < 1) {
		alert("Completati campul 'Telefon'");
		document.getElementById("txtTelefon_Pas2").focus();
		return false;
	}
	if (document.getElementById("txtEmail_Pas2").value.length < 1) {
		alert("Completati campul 'Email'");
		document.getElementById("txtEmail_Pas2").focus();
		return false;
	}
	if (document.getElementById("txtCuiCnp_Pas2").value.length < 1) {
		alert("Completati campul '(CUI/R)/CNP'");
		document.getElementById("txtCuiCnp_Pas2").focus();
		return false;
	}
	if (document.getElementById("txtStradaNr_Pas2").value.length < 1) {
		alert("Completati campul 'Strada'");
		document.getElementById("txtStradaNr_Pas2").focus();
		return false;
	}
	if (document.getElementById("txtLocalitate_Pas2").value.length < 1) {
		alert("Completati campul 'Localitate'");
		document.getElementById("txtLocalitate_Pas2").focus();
		return false;
	}
	if (document.getElementById("txtJudetSector_Pas2").value.length < 1) {
		alert("Completati campul 'Judet'");
		document.getElementById("txtJudetSector_Pas2").focus();
		return false;
	}

	var sTipPersoana = document.getElementById("selTipPlatitor_Pas2").value;

	if (sTipPersoana == "juridica") { //validari pers juridice
		if (document.getElementById("txtPersoanaContact_Pas2").value.length < 1) {
			alert("Completati campul 'Persoana Contact'");
			document.getElementById("txtPersoanaContact_Pas2").focus();
			return false;
		}
		if (document.getElementById("txtNrOrdRegCom_Pas2").value.length < 1) {
			alert("Completati campul 'NrOrdRegCom (J-ul)'");
			document.getElementById("txtNrOrdRegCom_Pas2").focus();
			return false;
		}
		if (document.getElementById("txtBanca_Pas2").value.length < 1) {
			alert("Completati campul 'Banca'");
			document.getElementById("txtBanca_Pas2").focus();
			return false;
		}
		if (document.getElementById("txtIBAN_Pas2").value.length < 1) {
			alert("Completati campul 'IBAN'");
			document.getElementById("txtIBAN_Pas2").focus();
			return false;
		}
	}

	return true;
}
//------------------------------------------------------------------------------------------------
function fValidareAlocareIP_Pas3() {
	
	if (document.getElementById("txtNumeCompanie_Pas3").value.length < 1) {
		alert("Completati campul 'Nume/Companie'");
		document.getElementById("txtNumeCompanie_Pas3").focus();
		return false;
	}
	if (document.getElementById("txtTelefon_Pas3").value.length < 1) {
		alert("Completati campul 'Telefon'");
		document.getElementById("txtTelefon_Pas3").focus();
		return false;
	}
	if (document.getElementById("txtEmail_Pas3").value.length < 1) {
		alert("Completati campul 'Email'");
		document.getElementById("txtEmail_Pas3").focus();
		return false;
	}
	if (document.getElementById("txtCuiCnp_Pas3").value.length < 1) {
		alert("Completati campul '(CUI/R)/CNP'");
		document.getElementById("txtCuiCnp_Pas3").focus();
		return false;
	}
	if (document.getElementById("txtStradaNr_Pas3").value.length < 1) {
		alert("Completati campul 'Strada'");
		document.getElementById("txtStradaNr_Pas3").focus();
		return false;
	}
	if (document.getElementById("txtLocalitate_Pas3").value.length < 1) {
		alert("Completati campul 'Localitate'");
		document.getElementById("txtLocalitate_Pas3").focus();
		return false;
	}
	if (document.getElementById("txtJudetSector_Pas3").value.length < 1) {
		alert("Completati campul 'Judet'");
		document.getElementById("txtJudetSector_Pas3").focus();
		return false;
	}
	return true;
}
//------------------------------------------------------------------------------------------------
function fValidareAlocareIP_Pas4() {
	if (document.getElementById("txtNumePrenume_Pas4").value.length < 1) {
		alert("Completati campul 'Nume, Prenume'");
		document.getElementById("txtNumePrenume_Pas4").focus();
		return false;
	}
	if (document.getElementById("txtTelefon_Pas4").value.length < 1) {
		alert("Completati campul 'Telefon'");
		document.getElementById("txtTelefon_Pas4").focus();
		return false;
	}
	if (document.getElementById("txtEmail_Pas4").value.length < 1) {
		alert("Completati campul 'Email'");
		document.getElementById("txtEmail_Pas4").focus();
		return false;
	}
	if (document.getElementById("txtStradaNr_Pas4").value.length < 1) {
		alert("Completati campul 'Strada, Nr.'");
		document.getElementById("txtStradaNr_Pas4").focus();
		return false;
	}
	if (document.getElementById("txtLocalitate_Pas4").value.length < 1) {
		alert("Completati campul 'Localitate'");
		document.getElementById("txtLocalitate_Pas4").focus();
		return false;
	}
	if (document.getElementById("txtJudetSector_Pas4").value.length < 1) {
		alert("Completati campul 'Judet/Sector'");
		document.getElementById("txtJudetSector_Pas4").focus();
		return false;
	}
	return true;
}
//------------------------------------------------------------------------------------------------
function fValidareAlocareIP_Pas5() {
	if (document.getElementById("txtNumePrenume_Pas5").value.length < 1) {
		alert("Completati campul 'Nume, Prenume'");
		document.getElementById("txtNumePrenume_Pas5").focus();
		return false;
	}
	if (document.getElementById("txtTelefon_Pas5").value.length < 1) {
		alert("Completati campul 'Telefon'");
		document.getElementById("txtTelefon_Pas5").focus();
		return false;
	}
	if (document.getElementById("txtEmail_Pas5").value.length < 1) {
		alert("Completati campul 'Email'");
		document.getElementById("txtEmail_Pas5").focus();
		return false;
	}
	if (document.getElementById("txtStradaNr_Pas5").value.length < 1) {
		alert("Completati campul 'Strada, Nr.'");
		document.getElementById("txtStradaNr_Pas5").focus();
		return false;
	}
	if (document.getElementById("txtLocalitate_Pas5").value.length < 1) {
		alert("Completati campul 'Localitate'");
		document.getElementById("txtLocalitate_Pas5").focus();
		return false;
	}
	if (document.getElementById("txtJudetSector_Pas5").value.length < 1) {
		alert("Completati campul 'Judet/Sector'");
		document.getElementById("txtJudetSector_Pas5").focus();
		return false;
	}
	return true;
}
//------------------------------------------------------------------------------------------------
function fValidareAlocareIP_Pas6() {
	if (document.getElementById("txtNumarActualClienti_Pas6").value.length < 1) {
		alert("Completati campul 'Numar actual de clienti'");
		document.getElementById("txtNumarActualClienti_Pas6").focus();
		return false;
	}
	if (document.getElementById("txtNumarEstimatClienti_Pas6").value.length < 1) {
		alert("Completati campul 'Numar estimat de clienti peste 1 an'");
		document.getElementById("txtNumarEstimatClienti_Pas6").focus();
		return false;
	}
	if (document.getElementById("txtAs1_Pas6").value.length < 1) {
		alert("Lipseste AS-ul primului provider");
		document.getElementById("txtAs1_Pas6").focus();
		return false;
	}
	if (document.getElementById("txtEmailContact1_Pas6").value.length < 1) {
		alert("Lipseste adresa email a persoanei de contact pentru primul AS");
		document.getElementById("txtEmailContact1_Pas6").focus();
		return false;
	}
	if (document.getElementById("txtAs2_Pas6").value.length < 1) {
		alert("Lipseste AS-ul celui de-al doilea provider");
		document.getElementById("txtAs2_Pas6").focus();
		return false;
	}
	if (document.getElementById("txtEmailContact2_Pas6").value.length < 1) {
		alert("Lipseste adresa email a persoanei de contact pentru al doilea AS");
		document.getElementById("txtEmailContact2_Pas6").focus();
		return false;
	}
	return true;
}
//------------------------------------------------------------------------------------------------
function fValidareAlocareIP_Pas7() {
	fApplySubnetTotalPas7(false);
	//alert(document.getElementById("divObservatiiPas7").innerHTML);
	if (document.getElementById("divObservatiiPas7").innerHTML == ".") {
		document.getElementById("intCurrentSubnet").value = iCurrentSubnet;
		return true;
	} else {
		return false;
	}
}
//------------------------------------------------------------------------------------------------
function fValidareAlocareIP_Pas8() {
	fApplyEquipTotalPas8(false);
	//alert(document.getElementById("txtEquip_Total_Pas8").value);
	//alert(document.getElementById("divObservatiiPas7").innerHTML);
	if (document.getElementById("divObservatiiPas8").innerHTML == ".") {
		document.getElementById("intCurrentEquip").value = iCurrentEquip;
		return true;
	} else {
		return false;
	}
}
//------------------------------------------------------------------------------------------------
function fValidareAlocareIP_Pas9() {
	var sAgregare = document.getElementById("selAdrese_Pas9").value;
	if (sAgregare == "PI") { //neagregate
		if (document.getElementById("txtMotiv_Pas9").value.length < 50) {
			alert("Motivul pentru care doriti un spatiu neagregat trebuie sa aiba minim 50 caractere");
			document.getElementById("txtMotiv_Pas9").focus();
			return false;
		}
	}
	if (document.getElementById("txtSpatiiIP_Pas9").value.length < 1) {
		alert("Completati campul 'Spatii IP returnate noua sau altor provideri'");
		document.getElementById("txtSpatiiIP_Pas9").focus();
		return false;
	}
	if (document.getElementById("txtDescriere_Pas9").value.length <= 200) {
		alert("Descrierea trebuie sa depaseasca 200 caractere");
		document.getElementById("txtDescriere_Pas9").focus();
		return false;
	}
	return true;
}
//------------------------------------------------------------------------------------------------
function fValidareAlocareIP_Pas10() {
	if (document.getElementById("txtDNS_1_Pas10").value.length < 1) {
		alert("Completati campul 'Nume Server DNS 1'");
		document.getElementById("txtDNS_1_Pas10").focus();
		return false;
	}
	if (document.getElementById("txtDNS_2_Pas10").value.length < 1) {
		alert("Completati campul 'Nume Server DNS 2'");
		document.getElementById("txtDNS_2_Pas10").focus();
		return false;
	}
	return true;
}
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------------------------