<%
countryy=request.form("country")
if countryy="egypt" then
response.redirect("studies.egypt.asp")
end if
if countryy="yemen" then
response.redirect("studies.yemen.asp")
end if
if countryy="palestine" then
response.redirect("studies.palestine.asp")
end if
%>