function fnSelectEnterprise_Or_Home_User()
{
	window.document.f1.Number_Of_PC.disabled=false;
	window.document.f1.Number_Of_PC.obligar = "True";
	window.document.f1.Number_Of_PC.onfocus="javascript:this.obligar='True';"

 // Para los WhitePaper.-
  if ( (window.location.href.indexOf("WW-ES-CLEANEMAIL") != -1) || 
       (window.location.href.indexOf("WW-EN-CLEANEMAIL") != -1) ||
       (window.location.href.indexOf("WP-CSSEP-I") != -1) ||
       (window.location.href.indexOf("WPEN-CSSEP-I") != -1) ||
       (window.location.href.indexOf("WP-WIFSP") != -1) ||
       (window.location.href.indexOf("WP-WIFEN") != -1) ||
       (window.location.href.indexOf("WW-ES-NOATTACK-603") != -1) ||
       (window.location.href.indexOf("WW-EN-NOATTACK-603") != -1) ||
       (window.location.href.indexOf("WP-HIPS-I") != -1) ||
       (window.location.href.indexOf("WPEN-HIPS-I") != -1) ||
       (window.location.href.indexOf("EM-ES-DESINFPER1E-603") != -1) ||
       (window.location.href.indexOf("WP-GDMAL") != -1) ||
       (window.location.href.indexOf("WP-CSSP") != -1) ||
       (window.location.href.indexOf("WPEN-CSSP-I") != -1) ||
       (window.location.href.indexOf("WP-CSRO") != -1) ||
       (window.location.href.indexOf("WPEN-CSRO-I") != -1) ||
       (window.location.href.indexOf("WP-CSPH") != -1) ||
       (window.location.href.indexOf("WPEN-CSPH-I") != -1) ||
       (window.location.href.indexOf("WP-CSLI") != -1) ||
       (window.location.href.indexOf("WPEN-CSLI-I") != -1) ||
       (window.location.href.indexOf("WP-GDASP") != -1) ||
       (window.location.href.indexOf("WPEN-GDASP-I") != -1) ||
       (window.location.href.indexOf("WW-ES-GADB1E-504") != -1) ||
       (window.location.href.indexOf("WW-EN-GADB1E-504") != -1) ||
       (window.location.href.indexOf("WW-ES-GADC1E-504") != -1) ||
       (window.location.href.indexOf("WW-EN-GADC1E-504") != -1) ||
       (window.location.href.indexOf("WP-GDFIL") != -1) ||
       (window.location.href.indexOf("WPEN-GDFIL-I") != -1) ||
       (window.location.href.indexOf("WW-ES-ADMW1E-504") != -1) ||
       (window.location.href.indexOf("WW-EN-ADMW1E-504") != -1) ||
       (window.location.href.indexOf("WW-ES-TPTT1E-504") != -1) ||
       (window.location.href.indexOf("WW-EN-TPTT1E-504") != -1) ||
       (window.location.href.indexOf("WW-ES-WADWP1E-501") != -1) ||
       (window.location.href.indexOf("WW-EN-WADWP1E-501") != -1) ||
       (window.location.href.indexOf("WW-TPC2E-408") != -1) ||
       (window.location.href.indexOf("WW-US-TPC2E-408") != -1) ||
       (window.location.href.indexOf("WW-TPC1E-408") != -1) ||
       (window.location.href.indexOf("WW-US-TPC1E-408") != -1) ||
       (window.location.href.indexOf("WWW-ES-CVPSE-406") != -1) ||
       (window.location.href.indexOf("WWW-EN-CVPSE-406") != -1) ||
       (window.location.href.indexOf("WWW-ES-PBSSP-312") != -1) ||
       (window.location.href.indexOf("WWW-EN-PBSSP-312") != -1) ||
       (window.location.href.indexOf("WWES-ADMWP-311") != -1) ||
       (window.location.href.indexOf("WWEN-ADMWP-312") != -1) ||
       (window.location.href.indexOf("WW-WP-7") != -1) ||
       (window.location.href.indexOf("WWEN-WP-7") != -1) ||
       (window.location.href.indexOf("WW-WP-8") != -1) ||
       (window.location.href.indexOf("WWEN-WP-8") != -1) ||
       (window.location.href.indexOf("WW-WP-9") != -1) ||
       (window.location.href.indexOf("WWEN-WP-9") != -1) ||
       (window.location.href.indexOf("WW-WP-1") != -1) ||
       (window.location.href.indexOf("WWEN-WP-1") != -1) ||
       (window.location.href.indexOf("WW-WP-2") != -1) ||
       (window.location.href.indexOf("WWEN-WP-2") != -1) ||
       (window.location.href.indexOf("WW-WP-3") != -1) ||
       (window.location.href.indexOf("WWEN-WP-3") != -1) ||
       (window.location.href.indexOf("WW-ES-PROPER") != -1) ||
       (window.location.href.indexOf("WW-EN-PROPER") != -1) ||
       (window.location.href.indexOf("WW-ES-UTM") != -1) ||
       (window.location.href.indexOf("WW-EN-UTM") != -1) ||
       (window.location.href.indexOf("WW-ES-FRINT") != -1) ||
       (window.location.href.indexOf("WW-EN-FRINT") != -1) ||
       (window.location.href.indexOf("WW-ES-IPS") != -1) ||
       (window.location.href.indexOf("WW-EN-IPS") != -1) ||
       (window.location.href.indexOf("WW-ES-VPNIN") != -1) ||
       (window.location.href.indexOf("WW-EN-VPNIN") != -1)) {
	    window.document.f1.Number_Of_PC.value = "2-5";	
	}

	// Titanium COM
	if ((window.location.href.indexOf("WWEN-TIT6-DES") != -1)&&(window.document.f1.Enterprise_Or_Home_User.value == "Empresa")) {
		window.document.f1.Number_Of_PC.value = "2-5";
	}
	else if ((window.location.href.indexOf("WWEN-TIT6-DES") != -1)&&(window.document.f1.Enterprise_Or_Home_User.value == "Enterprise")) {
		window.document.f1.Number_Of_PC.value = "2-5";
	}
	else if (window.location.href.indexOf("WWEN-TIT6-DES") != -1){
		window.document.f1.Number_Of_PC.value = "1";
	}
	
	// Titanium ES
	if ((window.location.href.indexOf("WW-TIT6-DES") != -1)&&(window.document.f1.Enterprise_Or_Home_User.value == "Empresa")) {
		window.document.f1.Number_Of_PC.value = "2-5";
	}
	else if ((window.location.href.indexOf("WW-TIT6-DES") != -1)&&(window.document.f1.Enterprise_Or_Home_User.value == "Enterprise")) {
		window.document.f1.Number_Of_PC.value = "2-5";
	}
	else if (window.location.href.indexOf("WW-TIT6-DES") != -1){
		window.document.f1.Number_Of_PC.value = "1";
	}
	

	// Platinum COM
	if ((window.location.href.indexOf("WWEN-PLTIS6-DES") != -1)&&(window.document.f1.Enterprise_Or_Home_User.value == "Empresa")) {
		window.document.f1.Number_Of_PC.value = "2-5";
	}
	else if ((window.location.href.indexOf("WWEN-PLTIS6-DES") != -1)&&(window.document.f1.Enterprise_Or_Home_User.value == "Enterprise")) {
		window.document.f1.Number_Of_PC.value = "2-5";
	}
	else if (window.location.href.indexOf("WWEN-PLTIS6-DES") != -1){
		window.document.f1.Number_Of_PC.value = "1";
	}
	
	// Platinum ES
	if ((window.location.href.indexOf("WW-PLTIS6-DES") != -1)&&(window.document.f1.Enterprise_Or_Home_User.value == "Empresa")) {
		window.document.f1.Number_Of_PC.value = "2-5";
	}
	else if ((window.location.href.indexOf("WW-PLTIS6-DES") != -1)&&(window.document.f1.Enterprise_Or_Home_User.value == "Enterprise")) {
		window.document.f1.Number_Of_PC.value = "2-5";
	}
	else if (window.location.href.indexOf("WW-PLTIS6-DES") != -1){
		window.document.f1.Number_Of_PC.value = "1";
	}
	
	// TruPrevent COM
		if ((window.location.href.indexOf("WWEN-PRV5-DES") != -1)&&(window.document.f1.Enterprise_Or_Home_User.value == "Empresa")) {
			window.document.f1.Number_Of_PC.value = "2-5";
		}
		else if ((window.location.href.indexOf("WWEN-PRV5-DES") != -1)&&(window.document.f1.Enterprise_Or_Home_User.value == "Enterprise")) {
			window.document.f1.Number_Of_PC.value = "2-5";
		}
		else if (window.location.href.indexOf("WWEN-PRV5-DES") != -1){
			window.document.f1.Number_Of_PC.value = "1";
		}
		
	// TruPrevent ES
		if ((window.location.href.indexOf("WW-PRV5-DES") != -1)&&(window.document.f1.Enterprise_Or_Home_User.value == "Empresa")) {
			window.document.f1.Number_Of_PC.value = "2-5";
		}
		else if ((window.location.href.indexOf("WW-PRV5-DES") != -1)&&(window.document.f1.Enterprise_Or_Home_User.value == "Enterprise")) {
			window.document.f1.Number_Of_PC.value = "2-5";
		}
		else if (window.location.href.indexOf("WW-PRV5-DES") != -1){
			window.document.f1.Number_Of_PC.value = "1";
	}
}

function seleccionPCs(){
	// Para estas referencia el numero de PCs se pondrá por defecto a 2-5
	if (window.location.href.indexOf("WW-EN-WEBC-NMD") != -1) {
		window.document.f1.Number_Of_PC.value = "2-5";
	}

 // Para los WhitePaper.-
  if ( (window.location.href.indexOf("WW-ES-CLEANEMAIL") != -1) || 
       (window.location.href.indexOf("WW-EN-CLEANEMAIL") != -1) ||
       (window.location.href.indexOf("WP-CSSEP-I") != -1) ||
       (window.location.href.indexOf("WPEN-CSSEP-I") != -1) ||
       (window.location.href.indexOf("WP-WIFSP") != -1) ||
       (window.location.href.indexOf("WP-WIFEN") != -1) ||
       (window.location.href.indexOf("WW-ES-NOATTACK-603") != -1) ||
       (window.location.href.indexOf("WW-EN-NOATTACK-603") != -1) ||
       (window.location.href.indexOf("WP-HIPS-I") != -1) ||
       (window.location.href.indexOf("WPEN-HIPS-I") != -1) ||
       (window.location.href.indexOf("EM-ES-DESINFPER1E-603") != -1) ||
       (window.location.href.indexOf("WP-GDMAL") != -1) ||
       (window.location.href.indexOf("WP-CSSP") != -1) ||
       (window.location.href.indexOf("WPEN-CSSP-I") != -1) ||
       (window.location.href.indexOf("WP-CSRO") != -1) ||
       (window.location.href.indexOf("WPEN-CSRO-I") != -1) ||
       (window.location.href.indexOf("WP-CSPH") != -1) ||
       (window.location.href.indexOf("WPEN-CSPH-I") != -1) ||
       (window.location.href.indexOf("WP-CSLI") != -1) ||
       (window.location.href.indexOf("WPEN-CSLI-I") != -1) ||
       (window.location.href.indexOf("WP-GDASP") != -1) ||
       (window.location.href.indexOf("WPEN-GDASP-I") != -1) ||
       (window.location.href.indexOf("WW-ES-GADB1E-504") != -1) ||
       (window.location.href.indexOf("WW-EN-GADB1E-504") != -1) ||
       (window.location.href.indexOf("WW-ES-GADC1E-504") != -1) ||
       (window.location.href.indexOf("WW-EN-GADC1E-504") != -1) ||
       (window.location.href.indexOf("WP-GDFIL") != -1) ||
       (window.location.href.indexOf("WPEN-GDFIL-I") != -1) ||
       (window.location.href.indexOf("WW-ES-ADMW1E-504") != -1) ||
       (window.location.href.indexOf("WW-EN-ADMW1E-504") != -1) ||
       (window.location.href.indexOf("WW-ES-TPTT1E-504") != -1) ||
       (window.location.href.indexOf("WW-EN-TPTT1E-504") != -1) ||
       (window.location.href.indexOf("WW-ES-WADWP1E-501") != -1) ||
       (window.location.href.indexOf("WW-EN-WADWP1E-501") != -1) ||
       (window.location.href.indexOf("WW-TPC2E-408") != -1) ||
       (window.location.href.indexOf("WW-US-TPC2E-408") != -1) ||
       (window.location.href.indexOf("WW-TPC1E-408") != -1) ||
       (window.location.href.indexOf("WW-US-TPC1E-408") != -1) ||
       (window.location.href.indexOf("WWW-ES-CVPSE-406") != -1) ||
       (window.location.href.indexOf("WWW-EN-CVPSE-406") != -1) ||
       (window.location.href.indexOf("WWW-ES-PBSSP-312") != -1) ||
       (window.location.href.indexOf("WWW-EN-PBSSP-312") != -1) ||
       (window.location.href.indexOf("WWES-ADMWP-311") != -1) ||
       (window.location.href.indexOf("WWEN-ADMWP-312") != -1) ||
       (window.location.href.indexOf("WW-WP-7") != -1) ||
       (window.location.href.indexOf("WWEN-WP-7") != -1) ||
       (window.location.href.indexOf("WW-WP-8") != -1) ||
       (window.location.href.indexOf("WWEN-WP-8") != -1) ||
       (window.location.href.indexOf("WW-WP-9") != -1) ||
       (window.location.href.indexOf("WWEN-WP-9") != -1) ||
       (window.location.href.indexOf("WW-WP-1") != -1) ||
       (window.location.href.indexOf("WWEN-WP-1") != -1) ||
       (window.location.href.indexOf("WW-WP-2") != -1) ||
       (window.location.href.indexOf("WWEN-WP-2") != -1) ||
       (window.location.href.indexOf("WW-WP-3") != -1) ||
       (window.location.href.indexOf("WWEN-WP-3") != -1) ||
       (window.location.href.indexOf("WW-ES-PROPER") != -1) ||
       (window.location.href.indexOf("WW-EN-PROPER") != -1) ||
       (window.location.href.indexOf("WW-ES-UTM") != -1) ||
       (window.location.href.indexOf("WW-EN-UTM") != -1) ||
       (window.location.href.indexOf("WW-ES-FRINT") != -1) ||
       (window.location.href.indexOf("WW-EN-FRINT") != -1) ||
       (window.location.href.indexOf("WW-ES-IPS") != -1) ||
       (window.location.href.indexOf("WW-EN-IPS") != -1) ||
       (window.location.href.indexOf("WW-ES-VPNIN") != -1) ||
       (window.location.href.indexOf("WW-EN-VPNIN") != -1)) {
	    window.document.f1.Number_Of_PC.value = "2-5";	
	}

	// Titanium ES-COM
	if ( (window.location.href.indexOf("WWEN-TIT6-DES") != -1) || (window.location.href.indexOf("WW-TIT6-DES") != -1) ) {
	    window.document.f1.Number_Of_PC.value = "2-5";	
	}
	// Platinum ES-COM
	if ( (window.location.href.indexOf("WWEN-PLTIS6-DES") != -1) || (window.location.href.indexOf("WW-PLTIS6-DES") != -1) ) {
	    window.document.f1.Number_Of_PC.value = "2-5";	
	}
	// TP ES-COM
	if ( (window.location.href.indexOf("WWEN-PRV5-DES") != -1) || (window.location.href.indexOf("WW-PRV5-DES") != -1) ) {
	    window.document.f1.Number_Of_PC.value = "2-5";	
	}

	// BS+TP ES-COM
	if ( (window.location.href.indexOf("WWEN-PBSTP-DES") != -1) || (window.location.href.indexOf("WW-PBSTP-DES") != -1) ) {
	    window.document.f1.Number_Of_PC.value = "2-5";	
	}
	// BS Exchange ES-COM
	if ( (window.location.href.indexOf("WWEN-PBSETP-DES") != -1) || (window.location.href.indexOf("WW-PBSETP-DES") != -1) ){
	    window.document.f1.Number_Of_PC.value = "2-5";	
	}
	// Enterprise ES-COM
	if ( (window.location.href.indexOf("WWEN-PESTP-DES") != -1) || (window.location.href.indexOf("WW-PESTP-DES") != -1) ) {
	    window.document.f1.Number_Of_PC.value = "2-5";	
	}
	// TP Corporate ES-COM
	if ( (window.location.href.indexOf("WWEN-TPC5-DES") != -1) || (window.location.href.indexOf("WW-TPC5-DES") != -1) ) {
	    window.document.f1.Number_Of_PC.value = "2-5";	
	}
	// VPN ES-COM
	if ( (window.location.href.indexOf("WWEN-VPNSEC-DES") != -1) || (window.location.href.indexOf("WW-VPNSEC-DES") != -1) ) {
	    window.document.f1.Number_Of_PC.value = "2-5";	
	}
	// EM-EN-ENTIDC-602, EM-ES-ENTIDC-602, EM-ca-ENTIDC-602, EM-US-ENTIDC-602, EM-GB-ENTIDC-602, EM-ES-ENTIDCC-602
	if ( (window.location.href.indexOf("EM-EN-ENTIDC-602") != -1) || (window.location.href.indexOf("EM-ES-ENTIDC-602") != -1) || (window.location.href.indexOf("EM-ca-ENTIDC-602") != -1) || (window.location.href.indexOf("EM-US-ENTIDC-602") != -1) || (window.location.href.indexOf("EM-GB-ENTIDC-602") != -1) || (window.location.href.indexOf("EM-ES-ENTIDCC-602") != -1)) {
	    window.document.f1.Number_Of_PC.value = "2-5";
		window.document.f1.Antivirus_Using.obligar = "False";	
	}
	// WW-ES-NOATTACK-603, WW-EN-NOATTACK-603
	if ( (window.location.href.indexOf("WW-ES-NOATTACK-603") != -1) || (window.location.href.indexOf("WW-EN-NOATTACK-603") != -1) )
	{
	    window.document.f1.Number_Of_PC.value = "2-5";	
	}
	// GARTNER ES Y COM
	if ( (window.location.href.indexOf("WW-REPGARTNER") != -1) || (window.location.href.indexOf("WW-ES-REPGARTNER") != -1) )
	{
	    window.document.f1.Number_Of_PC.value = "2-5";	
	}
	// WW-ES-ATDIR ES
	if ( (window.location.href.indexOf("WW-ES-ATDIR") != -1) )
	{
	    window.document.f1.Number_Of_PC.value = "2-5";	
	}
	// WW-EN-TARATT COM
	if ( (window.location.href.indexOf("WW-EN-TARATT") != -1) )
	{
	    window.document.f1.Number_Of_PC.value = "2-5";	
	}
	// WW-ES-BOT WW-EN-BOT
	if ( (window.location.href.indexOf("WW-ES-BOT") != -1) || (window.location.href.indexOf("WW-EN-BOT") != -1) )
	{
	    window.document.f1.Number_Of_PC.value = "2-5";	
	}
	// WW-ES-PROPER WW-EN-PROPER
	if ( (window.location.href.indexOf("WW-ES-PROPER") != -1) || (window.location.href.indexOf("WW-EN-PROPER") != -1) )
	{
	    window.document.f1.Number_Of_PC.value = "2-5";
	}
}

function fnSelectCountry() {			
	if (window.document.f1.ProvinceSpain){
	   if (window.document.f1.Country.options[window.document.f1.Country.selectedIndex].value.substring(0,2)=="ES"){	
		window.document.f1.ProvinceSpain.disabled=false;
		//window.document.f1.ProvinceSpain
		window.document.f1.State_Or_Province.value="-";
		window.document.f1.State_Or_Province.disabled=true;
		
					if (navigator.userAgent.indexOf("Netscape6")!= -1)
						{
						
							document.f1.ProvinceSpain.getAttribute("obligar")="True";
							document.f1.State_Or_Province.getAttribute("obligar")="False";
						}
						else 	{ 
						
						document.f1.ProvinceSpain.obligar="True";
						document.f1.State_Or_Province.obligar="False";

								}
	   }
	   else {
		window.document.f1.ProvinceSpain.disabled=true;
		window.document.f1.ProvinceSpain.options[0].selected = true;
		window.document.f1.State_Or_Province.value="";
		window.document.f1.State_Or_Province.disabled=false;
		if (navigator.userAgent.indexOf("Netscape6")!= -1)
						{
							document.f1.ProvinceSpain.getAttribute("obligar")="False";
							document.f1.State_Or_Province.getAttribute("obligar")="True";
						}
						else 	{ 
						document.f1.ProvinceSpain.obligar="False";
						document.f1.State_Or_Province.obligar="True";

								}
	   }

	}else{
		return;
		//alert("ERROR: Se ha producido un error en la conexión con el servidor.");
	}	
}

function fnFocusProvinceSpain(){   
      if (window.document.f1.Country.options[window.document.f1.Country.selectedIndex].value.substring(0,2)!="ES"){
	  window.document.f1.State_Or_Province.value="";
   	   window.document.f1.State_Or_Province.focus();
      }
}

function selectCountry()
{
	seleccionPCs();

	if (window.document.f1.Country)
	{
	selCountry = country.toLowerCase();
	var countries  = window.document.f1.Country.length;
	for (var x = 0; x<countries -1; x++)
	{
		opCountry = window.document.f1.Country.options[x].value.substring(0,2).toLowerCase();
		if (opCountry == selCountry)
		{			
			window.document.f1.Country.options[x].selected = true;
			break;
		}		
	}
	}
}


function fnSelectFuncion() {			
	var idx;
if (window.document.f1.Department && window.document.f1.Activity)
{
if (idioma == 1)
	{
		idx = window.document.f1.Post.options[window.document.f1.Post.selectedIndex].index;
		window.document.f1.Department.options[0].selected = true;
		window.document.f1.Activity.options[0].selected = true;
		if (idx == 8 || idx == 7)
		{
			if (navigator.userAgent.indexOf("Netscape6")!= -1)
			{
				document.f1.Department.obligar = 'False';
				document.f1.Department.onfocus="javascript:this.obligar='False';"
				document.f1.Department.disabled=true;
				document.f1.Activity.obligar = 'False';
				document.f1.Activity.onfocus="javascript:this.obligar='False';"
				document.f1.Activity.disabled=true;
			}
			else 
			{ 
				document.f1.Department.obligar= 'False';
				document.f1.Department.onfocus="javascript:this.obligar='False';"
				document.f1.Department.disabled=true;
				document.f1.Activity.obligar = 'False';
				document.f1.Activity.onfocus="javascript:this.obligar='False';"
				document.f1.Activity.disabled=true;
			}
		}
		else 
		{
			if (navigator.userAgent.indexOf("Netscape6")!= -1)
			{
				document.f1.Department.obligar = 'True';
				document.f1.Department.onfocus="javascript:this.obligar='True';"
				document.f1.Department.disabled=false;
				document.f1.Activity.obligar = 'True';
				document.f1.Activity.onfocus="javascript:this.obligar='True';"
				document.f1.Activity.disabled=false;			
			}
			else 
			{ 
				document.f1.Department.obligar = 'True';
				document.f1.Department.onfocus="javascript:this.obligar='True';"
				document.f1.Department.disabled=false;
				document.f1.Activity.obligar = 'True';
				document.f1.Activity.onfocus="javascript:this.obligar='True';"
				document.f1.Activity.disabled=false;
			}
		}			
	} else {
		idx = window.document.f1.Post_NO.options[window.document.f1.Post_NO.selectedIndex].index;
		window.document.f1.Department_NO.options[0].selected = true;
		window.document.f1.Activity_NO.options[0].selected = true;
		if (idx == 8 || idx == 7)
		{
			if (navigator.userAgent.indexOf("Netscape6")!= -1)
			{
				document.f1.Department_NO.obligar = 'False';
				document.f1.Department_NO.onfocus="javascript:this.obligar='False';"
				document.f1.Department_NO.disabled=true;
				document.f1.Activity_NO.obligar = 'False';
				document.f1.Activity_NO.onfocus="javascript:this.obligar='False';"
				document.f1.Activity_NO.disabled=true;
			}
			else 
			{ 
				document.f1.Department_NO.obligar= 'False';
				document.f1.Department_NO.onfocus="javascript:this.obligar='False';"
				document.f1.Department_NO.disabled=true;
				document.f1.Activity_NO.obligar = 'False';
				document.f1.Activity_NO.onfocus="javascript:this.obligar='False';"
				document.f1.Activity_NO.disabled=true;
			}
		}
		else 
		{
			if (navigator.userAgent.indexOf("Netscape6")!= -1)
			{
				document.f1.Department_NO.obligar = 'True';
				document.f1.Department_NO.onfocus="javascript:this.obligar='True';"
				document.f1.Department_NO.disabled=false;
				document.f1.Activity_NO.obligar = 'True';
				document.f1.Activity_NO.onfocus="javascript:this.obligar='True';"
				document.f1.Activity_NO.disabled=false;			
			}
			else 
			{ 
				document.f1.Department_NO.obligar = 'True';
				document.f1.Department_NO.onfocus="javascript:this.obligar='True';"
				document.f1.Department_NO.disabled=false;
				document.f1.Activity_NO.obligar = 'True';
				document.f1.Activity_NO.onfocus="javascript:this.obligar='True';"
				document.f1.Activity_NO.disabled=false;
			}
		}
	}
}
}
