function gotoVisa(selection)
{
	var value = selection.options[selection.selectedIndex].value;
	
	if (value != "0")
	{
		document.location.href='http://www.passportvisa.net/visa.aspx?id=' + selection.options[selection.selectedIndex].value;
	}
}
