var datab = new Array();
datab['comis-text'] = '"IT Desk (UK) have provided a high level of service, giving good advice on our IT software and hardware. It has been an ideal partnership for our start up business.<br /><br />All our problems have been solved quickly and efficiently within 24 hours, but usually quicker. We would have no hesitation in recommending their services to others."';
datab['comis-web'] = "www.comisorthopaedics.com";
datab['comis-title'] = "Comis Orthopaedics";

datab['clcgb-text'] = '"We have found IT Desk to be most helpful and supportive when we had a severe network malfunction and this experience led us to opt for IT Desk to take over our computer support. We continue to be pleased with the service we are receiving."';
datab['clcgb-web'] = "www.clcgb.org.uk";
datab['clcgb-title'] = "Church Lads &amp; Church Girls Brigade";

datab['dgmortgage-text'] = '"May I take this opportunity to thank you for the excellent service we received, from the first initial telephone conversation, your help and knowledge through to the installation of the product.<br /><br />We will recommend you to anyone wishing your services in the future and will not hesitate to contact you for any of our IT needs."';
datab['dgmortgage-web'] = "www.dgmortgagesyorkshire.co.uk";
datab['dgmortgage-title'] = "D&amp;G Mortgage Brokers";

datab['prototype-text'] = '"Being a primarily Apple Mac based design studio we don\'t have many PCs. When one of our PCs broke we were unsure what to do, that\'s where IT Desk (UK) came in.<br /><br />They were extremely friendly and helpful even though it was only one computer!! We would just like to take this opportunity to thank you for all your help. We will definitely be recommending your services."';
datab['prototype-web'] = "www.prototypecreative.co.uk";
datab['prototype-title'] = "Prototype Creative";

datab['eleda-text'] = '"I approached IT Desk (UK) regarding purchasing computers for our company. They were extremely helpful and knowledgeable and they managed to deal with my request speedily whilst being professional, friendly and fulfilling our requirements. I find the staff at IT Desk (UK) very approachable and willing to help with any problems or queries of any size"';
datab['eleda-web'] = "www.eledatelecom.co.uk";
datab['eleda-title'] = "Eleda Telecom";

datab['proent-text'] = '"IT Desk (UK) offer an excellent service and very good response time at a fair price. <br /> <br />Chris is well qualified in their dedicated fields to offer advice and suggestions. <br /><br />IT Desk (UK) are always very professional"';
datab['proent-web']="www.proto-ent.com";
datab['proent-title']="Proto-ENT";

datab['gilass-text'] = '"We have been utilising the services of IT Desk for some months now and find their approach is friendly and helpful. <br /><br /> I have had need to call on them at various points of the day and night and have always received a response and a solution to the IT issue at hand. <br /><br /> We can highly recommend IT Desk to any company requiring assistance with its IT equipment and for issues. <br /><br /> I look forward to a long and lasting relationship."';
datab['gilass-web']="www.gilruthassociatesltd.co.uk";
datab['gilass-title']="Gilruth Associates Ltd";

function ledHeader(){
   document.write('<object style="border:0;padding:0;margin:0;" type="application/x-shockwave-flash" data="images/ledheader.swf" width="780" height="92" title="IT DESK UK Ltd">\n');
   document.write('<param name="movie" value="images/ledheader.swf" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('</object>\n');
}

function testimonialSwitch(company) {
	document.getElementById('testii').src = "images/blank-logo.jpg";
	document.getElementById('testip').innerHTML = datab[company+"-text"];
	document.getElementById('testia').innerHTML = datab[company+'-web'];
	document.getElementById('testia').href = "http://"+datab[company+'-web'];
	document.getElementById('testii').src = "images/"+company+"-logo.jpg";
	document.getElementById('testih').innerHTML = datab[company+'-title'];
}


function changePackage(packa) {
	document.getElementById('bronzesup').style.display = 'none';
	document.getElementById('bronzeplussup').style.display = 'none';
	document.getElementById('silversup').style.display = 'none';
	document.getElementById('goldsup').style.display = 'none';

	document.getElementById(packa).style.display = 'block';
}

function validate_required(field,alerttxt){
	with (field) {
		if (value==null||value==""){
			alert(alerttxt);
			return false
		}
		else {
			return true
		}
	}
}

function remotelogin(thisform){
	with (thisform){
		if (validate_required(Code,"Please provide your Six Digit reference code")==false){
			Code.focus();
			return false
		}
	}
}



/* Testimonials Template

datab['name-text'] = '""';
datab['name-web'] = "";
datab['name-title'] = "";

*/