// Synthetix faqtAgent external functions                        
// This computer source code is Copyright 2001-2009, Synthetix Ltd.

function send_contact_form()
{
	form_name=document.contactform.name.value;
	form_email=document.contactform.email.value;
	form_question=document.contactform.question.value;
	dataAction("http://www.synthetix.info/answers/FAQTAGENT-CASTLETRI-LIVE/fa_send_form.php?name="+form_name+"&email="+form_email+"&question="+form_question);
}

function form_sent()
{
	back_button();
	faqlist="<h>Thanks</h>Your form has been forwarded to Castle Triathlon.<BR><BR>If you have any further queries, please type them in to the space provided above.";
	faqlist=insert_links(faqlist);
	faqlist=insert_tags(faqlist);
	faqlist=insert_variables(faqlist);
	document.getElementById("faq_fadebox").style.visibility="visible";
	faq_mvisibility=0;
	fade_in();
}
