function locatechannel(){
	var c;
	c = document.getElementById("chanSelect");
	i = c.value;
	if(i=="questchan")
	{alert("Select radio channel");return true;}
	window.location='http://www.myanmartube.net/video/' + i;
}
