function checkURL() {
	var url;

	url=document.URL.toString();
	url=url.toUpperCase();
	
	if(url.search("WWW.SURVEYINTERACTIVE.CO.UK")<0){
		window.location="http://www.surveyinteractive.co.uk";
	}
}

function LoadPage() {
	FuncClickButton(1);
}

function switchIn(thisbutton) {

		thisbutton.style.color="#272262";
		thisbutton.style.borderColor="white";
		thisbutton.style.borderStyle="solid";

}

function switchOut(thisbutton) {

		thisbutton.style.color="#ffffff";
		thisbutton.style.borderColor="#272262";
		thisbutton.style.borderStyle="solid";
		thisbutton.style.background="#272262";
}

function FuncClickButton(int) {

	if (int == 1) {
		document.getElementById('myTEXT').src = "./website/text/europe.html"
	}
	if (int == 2) {
		document.getElementById('myTEXT').src = "./website/text/services capabilities.html"
	}
	if (int == 3) {
		document.getElementById('myTEXT').src = "./website/text/contact information.html"
	}
	if (int == 4) {
		document.getElementById('myTEXT').src = "./website/text/job opportunities.html"
	}
	if (int == 5) {

		var UserAgenT=navigator.userAgent;

		if ((navigator.userAgent.indexOf('MSIE 6.0') !=-1) || (navigator.userAgent.indexOf('MSIE 7.0') !=-1) || (navigator.userAgent.indexOf('MSIE 8.0') !=-1))
		{
			document.location="http://reporting.eu-survey.com/askiavista"
		}
		else {
			document.getElementById('myTEXT').src = "./website/text/error - interactive results login.html"
		}

	}
	if (int == 6) {
		document.getElementById('myTEXT').src = "./website/text/clients.html"
	}
	if (int == 7) {
		document.getElementById('myTEXT').src = "./website/text/news.html"
	}
}

function GotoMainPage() {

	window.location.href="http://www.surveyinteractive.co.uk";
	
}

