var state='none';
var state2='none';

function checkform ( form )
{
  if (form.Equation.value != "4" && form.Equation.value != "Four" && form.Equation.value != "four") 
  {
    alert( "Please solve the math equation. We need to make sure you're a person!  (Hint: the answer is 4)." );
    form.Equation.focus();
    return false ;
  }
 return true ;
}

function make_email()
{
	document.write('<a href="mailto:info@fluidcreations.net">info@fluidcreations.net</a>');
}

function make_testimonials()
{
	document.write('<p><em>"Strong, reliable, consistent and visually stunning, this is how you describe Tom Douglas of Fluid Creations and his work in coding and development isn\'t too bad either.  Tom and his team at Fluid Creations have always helped us to deliver solid, reliable and well executed development to our projects. Fluid Creations is a vital and important partner for NURD, Inc.  Sometimes we wonder how we ever got along without them."</em><br /> -  Jason Pijut, Creative Principal - NURD, Inc. (www.nurdinc.com - PHP/SEO/SMM/Design Client)</p>');
	document.write('<em>"Delivered what they said they would, which almost never happens in the SEO industry. I am very pleased with the result."</em><br /> - Robert Wendes, TacTips Business Consulting (www.tactips.com - SEO and SMM Client)<br />');
	document.write('<br />');
	document.write('<em>"Project delivered as promised, just a fantastic job."</em><br /> - Andrew Orchard, Ambient Lounge Bean Bag Furniture (www.ambientlounge.co.uk - SEO and SMM Client)<br />');
	document.write('<br />');
	document.write('<em>"Clear and precise, communicative and swift, a joy to work with."</em><br /> - Anat Photography, San Francisco (www.anatphotography.com - SEO and Design Client)');
	document.write('<br />');document.write('<br />');
	document.write('<em>"A top job, excellent communication and blinding fast turnaround.  Can\'t recommend you guys enough, top job."</em><br >- Fabulous Finger Foods Australia (www.fabulousfingerfood.com.au - Ecommerce Client w/ PHP & MySQL)');
	document.write('');
	document.write('');
	document.write('');
}
function showhide(layer_ref) {


if (state == 'block') {
state = 'none';
}
else {
state = 'block';
}
if (document.all) { //IS IE 4 or 5 (or 6 beta)
eval( "document.all." + layer_ref + ".style.display = state");
}
if (document.layers) { //IS NETSCAPE 4 or below
document.layers[layer_ref].display = state;
}
if (document.getElementById &&!document.all) {
hza = document.getElementById(layer_ref);
hza.style.display = state;
}
}
//--> 

function showhide2(layer_ref) {


if (state2 == 'block') {
state2 = 'none';
}
else {
state2 = 'block';
}
if (document.all) { //IS IE 4 or 5 (or 6 beta)
eval( "document.all." + layer_ref + ".style.display = state2");
}
if (document.layers) { //IS NETSCAPE 4 or below
document.layers[layer_ref].display = state2;
}
if (document.getElementById &&!document.all) {
hza = document.getElementById(layer_ref);
hza.style.display = state2;
}
}
//--> 


function load_text(path)
{
	var oRequest = new XMLHttpRequest();
	var sURL  = path;

	oRequest.open("GET",sURL,false);
	oRequest.setRequestHeader("User-Agent",navigator.userAgent);
	oRequest.send(null)

	return oRequest.responseText;	
}

