	<!--
	function eltekredirect() {
	var x = confirm('This link will redirect you to an external site. Are you sure you wish to continue?');
	if(x == true) {
	document.location = "http://www.eltekdataloggers.co.uk/telemetry.shtml";
	} else {
	
	}}
	//-->