function GetCCTV(lang){
	var feed = document.getElementById('feed').options[document.getElementById('feed').selectedIndex].value;	
	var location = document.getElementById('location').options[document.getElementById('location').selectedIndex].value;	
		
	
	var url = '/cctv/index.php?type='+feed+'&location='+location;
	GetId('cctvframe').src = url;
	
	
}
