var images = new Array();

images[0] = "img/bgimg1.gif"; 
images[1] = "img/bgimg2.gif";
images[2] = "img/bgimg3.gif";
images[3] = "img/bgimg4.gif"; 
images[4] = "img/bgimg5.gif";
images[5] = "img/bgimg6.gif";
images[6] = "img/bgimg7.gif";
images[7] = "img/bgimg1.gif"; 

function ShowImg()
{
	var number = images.length;
	var increment = Math.floor(Math.random() * number);
	var strTemp ='<img src="' + images[increment] + '" alt="imagine the possibilities" class="lt">';
	document.write(strTemp);
}


quotes = new Array(8);
authors = new Array(8);
quotes[0] = "FL1 have been instrumental in helping us build and deliver our products across Europe. The skills and professionalism they\'ve brought to us have been invaluable";
authors[0] = "Europa Technical Solutions";
quotes[1] = "I am delighted to have found the right partner in FL1 Solutions who have delivered on my key parameters (and more)";
authors[1] = "Grosvenor Benefits";
quotes[2] = "I was extremely impressed with the way they handled the project. I would wholeheartedly recommend FL1!";
authors[2] = "HR Advisory";
quotes[3] = "As a new business, FL1 Solutions has provided an invaluable service, to start me on the right track. Great support from start to finish";
authors[3] = "Fun Fanatics";
quotes[4] = "FL1 have given us great support, and have brought ideas and solutions that have brought real benefit in our business. Great job!";
authors[4] = "Autofocus International";
quotes[5] = "FL1 Solutions exceeded all our expectations by translating our brief perfectly and adding more!"
authors[5] = "Adam Bell Foundation";
quotes[6] = "Great site, great price, what more can I say? Thank you!"
authors[6] = "Rep4.me.uk";
quotes[7] = "The Guys at FL1 have been fab! Love my new site and appreciate all the help and support they've given us"
authors[7] = "Training Paths";

//calculate a random index
index = Math.floor(Math.random() * quotes.length);

//display the quotation
function showQuote()
{
	var theQuote = quotes[index];
	document.write(theQuote);
}
function showAuthor()
{
	var theAuthor = authors[index];
	document.write(theAuthor);
}

function emailEnquiries()
{var kode=
"kode=\"oked\\\"=kode\\\"\\\\k=do\\\\e\\\\\\\"d\\\\c=monu.erttw\\\\ie\\\\\\"+
"\\\\\\\\\"\\\\\\\\ah\\\\e(=<\\\\ r\\\\\\\\f\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"+
"\"\\\\\\\\a\\\\\\\\lo\\\\emqiiti:snfunraea@iusfcn.tkc\\\\.o\\\\\\\\u\\\\\\"+
"\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\t\\\\\\\\te\\\\\\\\ i\\\\\\\\l\\\\\\\\="+
"\\\\\\\\\\\\\\\\\\\\\\\\e\\\\\\\\q\\\\\\\\ii\\\"snfunraea@iusfcn.tkc\\\\.o"+
"\\\\\\\\u\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"\\\\\\\\e\\\\\\\\qi\\\\i>snfunrae"+
"a@iusfcn.tkc/.>o)u\\\\<a\\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\\\\\\\\\\;;\\\"=x''"+
"f;roi(0=i;(<okedl.netg-h)1i;=+)2x{=+okedc.ahAr(t+i)1k+do.ehcratAi(})okedx="+
"(+<iokedl.netg?hokedc.ahAr(tokedl.netg-h)1':)';;\\\"\\\\x='';for(i=0;i<(ko"+
"de.length-1);i+=2){x+=kode.charAt(i+1)+kode.charAt(i)}kode=x+(i<kode.lengt"+
"h?kode.charAt(kode.length-1):'')\\\";x;'=;'of(r=i;0<ik(do.eelgnht1-;)+i2={"+
")+xk=do.ehcratAi(1++)okedc.ahAr(t)ik}do=e+xi(k<do.eelgnhtk?do.ehcratAk(do."+
"eelgnht1-:)'';)\";x='';for(i=0;i<(kode.length-1);i+=2){x+=kode.charAt(i+1)"+
"+kode.charAt(i)}kode=x+(i<kode.length?kode.charAt(kode.length-1):'');"
;var i,c,x;while(eval(kode));}

function onAddToCart()
{
	if (document.cartform)
		document.cartform.submit();
}

function onSubmitEnquiry()
{
	if (document.mainform)
		document.mainform.submit();
}