		function ask(value)
		{
			if (value=="select")
			{
				answer.location="answers/blank.html";
			}
			
			else if(value=="after_resvervation")
			{
				answer.location="answers/after_reservation.html";
			}
			
			else if(value=="participate")
			{
				answer.location="answers/participate.html";
			}
			
			else if(value=="ticket")
			{
				answer.location="answers/ticket.html";
			}
			
			else if(value=="tourservices")
			{
				answer.location="answers/tourservices.html";
			}
			
			else if(value=="persons")
			{
				answer.location="answers/persons.html";
			}
			
			else if(value=="meal")
			{
				answer.location="answers/meal.html";
			}
			
			else if(value=="refund")
			{
				answer.location="answers/refund.html";
			}
			
			else if(value=="change")
			{
				answer.location="answers/change.html";
			}
			
			else if(value=="creditcard")
			{
				answer.location="answers/creditcard.html";
			}
			
			else if(value=="prepay")
			{
				answer.location="answers/prepay.html";
			}
			
			else if(value=="checkin")
			{
				answer.location="answers/checkin.html";
			}
			
			else if(value=="visa")
			{
				answer.location="answers/visa.html";
			}
			
			else if(value=="visaonline")
			{
				answer.location="answers/visaonline.html";
			}
			
			else if(value=="phone")
			{
				answer.location="answers/phone.html";
			}
			
			else if(value=="contact")
			{
				answer.location="answers/contact.html";
			}
			
			else if(value=="contactfrom")
			{
				answer.location="answers/contactfrom.html";
			}
			
			else if(value=="medical")
			{
				answer.location="answers/medical.html";
			}
		}
