function valSearch(str){

	
	var country_id = str;
	document.frm.method = 'POST';
	document.frm.action = "media_news_country.php?id="+str;
	document.frm.submit();
	return true;
	
}

function valSearch1(str){

	
	var country_id = str;
	document.frm.method = 'POST';
	document.frm.action = "media_magazine_country.php?id="+str;
	document.frm.submit();
	return true;
	
	
}

function valSearch2(str){

	
	var country_id = str;
	document.frm.method = 'POST';
	document.frm.action = "media_television_country.php?id="+str;
	document.frm.submit();
	return true;
	
}


