﻿// JavaScript Document

	function validarFormulario() {
		if (document.search_form.areatwo.value=="") {
			
/*			var sTercerNivel 	= '4317;4368;4750;4838';
			var arrayTercer 	= sTercerNivel.split(';');
			var tercerNivel 	= false;
			for(i=0; i<arrayTercer.length && !tercerNivel; i++){
				if(document.search_form.areaone.options[document.search_form.areaone.selectedIndex].value == arrayTercer[i]) tercerNivel = true;
			}
			if (tercerNivel) {*/
				var _sErrTxt='Por favor, indica dÃ³nde deseas ir';
			/*	_alert(_sErrTxt);
				return;
			}*/
		}

	}


	function initPage() {

		updateCombo1(document.search_form.areaone);
		updateCombo2(document.search_form.areaone,document.search_form.areatwo);
	
	}
	

// JavaScript Document
$(function() {
	// *** START - load external scripts ***
	startNewCalendar();
	addDatosHab10('load',1,0);
});
