function toggleVideo(videoType){
	
	document.video_toggle.videoType.value=videoType;
	document.video_toggle.type.value="";
	document.video_toggle.sports.value="";
	document.video_toggle.level.value="";
	document.video_toggle.typeId.value="";
	document.video_toggle.sportsId.value="";
	document.video_toggle.levelId.value="";
	document.video_toggle.action='videos.php';
	document.video_toggle.submit();
}
function dispVideoByCat(catType,catId){
	if(catId==0){
		if(catType=='type'){
			document.video_toggle.type.value="";
			document.video_toggle.typeId.value="";
		}
		else if(catType=='sports'){
			document.video_toggle.sports.value="";
			document.video_toggle.sportsId.value="";
		}
		else {
			document.video_toggle.level.value="";
			document.video_toggle.levelId.value="";
		}
		
		document.video_toggle.action='videos.php';
		document.video_toggle.submit();
	}
	else{
		
		if(catType=='type'){
			document.video_toggle.type.value=catType;
			document.video_toggle.typeId.value=catId;
		}
		else if(catType=='sports'){
			document.video_toggle.sports.value=catType;
			document.video_toggle.sportsId.value=catId;
		}
		else {
			document.video_toggle.level.value=catType;
			document.video_toggle.levelId.value=catId;
		}
		document.video_toggle.action='videos.php';
		document.video_toggle.submit();
	}
}
function showVideo(videoId){
	
	document.frm_video.action='video.php';
	document.frm_video.videoId.value=videoId;
	document.frm_video.submit();
}

function displaySchool(level){
	
	$('city').disabled=true;
	var country = $F('country');
	if(level==78){
		$('teamDiv').style.display = '';
		$('dispCountryDiv').style.display = 'none';
		$('dispstateDiv').style.display = 'none';
		$('dispcityDiv').style.display = 'none';
		$('selSchoolDiv').style.display = 'none';
		$('videoteam').disabled = false;
	}
	else if(country==209 && level==77){
		$('dispCountryDiv').style.display = '';
		$('dispstateDiv').style.display = '';
		var state  = $F('state');
		
		if(state==""){
			$('selSchoolDiv').style.display = 'none';
		}
		else{
			$('selSchoolDiv').style.display = '';
		}
		$('schoollebel').innerHTML = '';
		$('schoolDiv').innerHTML = '';
		$('schoollebel').innerHTML = "College:";
		$('schoolDiv').innerHTML = "<select class='medium' id='school' disabled><option>Select College</option></select>";
		//selectcollege();
		$('dispcityDiv').style.display = 'none';
		$('teamDiv').style.display = 'none';
		//$('selSchoolDiv').style.display = '';
		//$('teamDiv').style.display = 'none';
		//$('videoteam').disabled = true;
	}
	else if(country==209 && level==76){
		$('dispCountryDiv').style.display = '';
		$('dispstateDiv').style.display = '';
		var state  = $F('state');
		
		if(state==""){
			$('dispcityDiv').style.display = 'none';
		}
		else{
			$('dispcityDiv').style.display = '';
		}
		
		if(state==""){
			$('selSchoolDiv').style.display = 'none';
		}
		else{
			$('selSchoolDiv').style.display = '';
		}
		
		$('schoollebel').innerHTML = '';
		$('schoolDiv').innerHTML = '';
		$('schoollebel').innerHTML = "School:";
		$('schoolDiv').innerHTML = "<select name='school' id='school' class='medium' disabled><option>Select School</option></select>";
		$('teamDiv').style.display = 'none';
		//$('selSchoolDiv').style.display = '';
		//$('teamDiv').style.display = 'none';
		//$('videoteam').disabled = true;
	}
	else if(country==209 && level==74){
		$('dispCountryDiv').style.display = '';
		$('dispstateDiv').style.display = '';
		var state  = $F('state');
		if(state==""){
			$('dispcityDiv').style.display = 'none';
		}
		else{
			$('dispcityDiv').style.display = '';
		}
		$('selSchoolDiv').style.display = 'none';
		$('teamDiv').style.display = 'none';
		//$('selSchoolDiv').style.display = '';
		//$('teamDiv').style.display = 'none';
		$('videoteam').disabled = true;
	}
	else if(country==209 && level==75){
		$('dispCountryDiv').style.display = '';
		$('dispstateDiv').style.display = '';
		var state  = $F('state');
		if(state==""){
			$('dispcityDiv').style.display = 'none';
		}
		else{
			$('dispcityDiv').style.display = '';
		}
		$('selSchoolDiv').style.display = 'none';
		$('teamDiv').style.display = 'none';
		//$('selSchoolDiv').style.display = '';
		//$('teamDiv').style.display = 'none';
		$('videoteam').disabled = true;
	}
	/*
	else if(level==76){
		$('selSchoolDiv').style.display = '';
		$('teamDiv').style.display = 'none';
		$('videoteam').disabled = true;
	}
	
	else if(level==77 && country==209){
		$('selSchoolDiv').style.display = '';
		$('teamDiv').style.display = 'none';
		$('videoteam').disabled = true;
	}
	* */
	else{
		$('dispCountryDiv').style.display = '';
		$('selSchoolDiv').style.display = 'none';
		$('teamDiv').style.display = 'none';
		$('videoteam').disabled = true;
	}
	
	
}

function selectStateValue(countryName){
	var level = $F('videolevel');
	
	/*
	if(countryName=='209' && level!=77){
		$('dispstateDiv').style.display = '';
		$('dispcityDiv').style.display = '';
		$('selSchoolDiv').style.display = 'none';
		$('state').disabled=false;
	}
	else if(countryName=='209' && level!=76){
		
		$('dispstateDiv').style.display = '';
		$('dispcityDiv').style.display = '';
		$('selSchoolDiv').style.display = 'none';
		$('state').disabled=false;
	}
	*/
	
		if(countryName==209){
			
			if(level==77){
			$('schoollebel').innerHTML = "College:";
			$('schoolDiv').innerHTML = "<select class='medium' id='school' disabled><option>Select College</option></select>";
			//selectcollege();
				$('dispstateDiv').style.display = '';
				$('dispcityDiv').style.display = 'none';
				$('selSchoolDiv').style.display = '';
				$('state').disabled=false;
			}
			else if(level==76){
			$('schoollebel').innerHTML = "School:";
			$('schoolDiv').innerHTML = "<select name='school' id='school' class='medium' disabled><option>Select School</option></select>";
				$('dispstateDiv').style.display = '';
				$('dispcityDiv').style.display = 'none';
				$('selSchoolDiv').style.display = 'none';
				$('state').disabled=false;
			}
			else{
				$('dispstateDiv').style.display = '';
				$('dispcityDiv').style.display = 'none';
				$('selSchoolDiv').style.display = 'none';
				$('state').disabled=false;
			}
		}
		else{
			$('dispstateDiv').style.display = 'none';
			$('dispcityDiv').style.display = 'none';
			$('selSchoolDiv').style.display = 'none';
			$('state').disabled=true;
		}
	
}

function selectCity(state){
	var schid = $('dispcityDiv').style.display;
	
	if(state==''){
			$('dispcityDiv').style.display = 'none';
		}
		
	if(schid!='none'){
		
		showAjaxloader(1,'ctDiv');
		$('school').disabled = true;
		$('city').disabled = true;
		var level = $F('videolevel');
		
		var url =  'videos.php';
		var pars = "state="+state+"&level="+level+"&mode=selectCity";
		//	displayAlert(msg);
		var myAjax = new Ajax.Request(
		url,
		{
			method: 'POST',
			parameters: pars,
			onComplete:showcity_Response
		});	
	}
	else{
		var level = $F('videolevel');
		
		if(state==''){
			
			$('dispcityDiv').style.display = 'none';
			$('selSchoolDiv').style.display = 'none';
		}
		else
		{
			
			//showAjaxloader(1,'scDiv');
			if(level==76){
				
				$('dispcityDiv').style.display = '';
				$('selSchoolDiv').style.display = '';
				showAjaxloader(1,'ctDiv');
				var url =  'videos.php';
				var pars = "state="+state+"&level="+level+"&mode=selectCity";
				
				//	displayAlert(msg);
				var myAjax = new Ajax.Request(
				url,
				{
					method: 'POST',
					parameters: pars,
					onComplete:showcity_Response
				});
				
			}
			else if(level==77){
				$('dispcityDiv').style.display = 'none';
				$('selSchoolDiv').style.display = '';
				
			$('school').style.display = '';
			$('school').disabled = true;
			var url =  'videos.php';
			var pars = "state="+state+"&mode=selectcollege";
			//	displayAlert(msg);
			var myAjax = new Ajax.Request(
			url,
			{
				method: 'POST',
				parameters: pars,
				onComplete:showcollege_Response
			});
			
			}
			else{
				
				$('selSchoolDiv').style.display = 'none';
				$('dispcityDiv').style.display = '';
				showAjaxloader(1,'ctDiv');
				var url =  'videos.php';
				var pars = "state="+state+"&level="+level+"&mode=selectCity";
				//	displayAlert(msg);
				var myAjax = new Ajax.Request(
				url,
				{
					method: 'POST',
					parameters: pars,
					onComplete:showcity_Response
				});
			}
			
		}
		
	}
	
	

}
function showcity_Response(originalRequest)
{
	
	response  = originalRequest.responseText;
	//alert(response);
	$('cityDiv').innerHTML = response;
	showAjaxloader(0,'ctDiv');
	//selectSchool('');
}
function showcollege_Response(originalRequest)
{
	
	response  = originalRequest.responseText;
	
	$('schoolDiv').innerHTML = response;
	showAjaxloader(0,'scDiv');
}
function selectSchool(city){
	showAjaxloader(1,'scDiv');
	var url =  'videos.php';
	var pars = 'city='+city+"&mode=selectSchool";
	//	displayAlert(msg);
	var myAjax = new Ajax.Request(
	url,
	{
		method: 'POST',
		parameters: pars,
		onComplete:showschool_Response
	});

}
function showschool_Response(originalRequest)
{
	response  = originalRequest.responseText;
	$('schoolDiv').innerHTML = response;
	showAjaxloader(0,'scDiv');
}

function doAdvanceSearch(){
	
	document.search_cat.submit();
	return true;
			
}
