<!--

		var i=0;
		var t=0;
		var n=1;
		var s=10000;
		var img = new Array("powerpoint/pp1.jpg","powerpoint/pp2.jpg","powerpoint/pp3.jpg","powerpoint/jigsaw.jpg","powerpoint/jigsaw.jpg","powerpoint/pp4.jpg","powerpoint/pp5.jpg","powerpoint/pp6.jpg","powerpoint/pp6.jpg","powerpoint/pp7.jpg","powerpoint/pp1.jpg");
		var text = new Array("In order to get a graduate level job, you need to pick up some skills...<br />Many people start by getting a part-time job, often before they enter higher education. Your part-time term-time work develops your “soft skills” such as customer care, and these soft skills enable you to get…","…a vacation job.  Your vacation work develops generic skills such as organisation, problem solving & team work.  Meanwhile…","…your higher education has been developing your intellectual skills, such as statistical analysis, and career management skills for example improving your networking and selection interview techniques","Your skills start to add up…<br />Your soft skills - such as customer care<br />PLUS your generic skills - such as problem solving & team work...<br />PLUS...","... your intellectual skills - such as statistical analysis<br />PLUS your career management skills - such as your confident interview technique<br />Enable you to get… ","an industrial placement year where you learn professional skills such as project management and negotiation.  After you complete the year you return…","…to university, where your final year project develops your project management skills, such as scheduling, and specialist knowledge such as an understanding of emerging business opportunities in the Far East.","By the time you graduate<br />Your soft skills, such as customer care<br />PLUS your generic skills, such as problem solving & team work<br />PLUS your intellectual skills, such as statistical analysis<br />PLUS your career management skills, such as confident interview technique...","PLUS your professional skills, such as project management & negotiation<br />PLUS your specialist knowledge, such as Far East business opportunities<br />PLUS your degree<br />Make you…","…the best candidate for a rewarding graduate job.<br /><br />Alternatively, if that all looks like a bit of a drag…","…you could wait until you graduate and then look for a job");

//////////////////PRELOAD IMGS////////////////////
var k = img.length;
var preBuffer = new Array()
for (i = 0; i < k; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = img[i]
}
//////////////////////////////////////////////////

		var p=(img.length-1);
		
		function numbers(n){
			var client = new Array("1","2","3","4","5","6","7","8","9","10","11");
			for (var i = 0; i < client.length; i++) {
				document.getElementById(client[i]).className = "num";
			}
			document.getElementById(n).className = "num numOn";
		}
		
		
		function change(){
		if (document.images.img_hold.complete == false){
				document.images.img_hold.src = 'loading.gif';
			}else{
				document.images.img_hold.src = img[i];
			}
		document.getElementById('desc').innerHTML = text[t];
		}
		
		function adv(){
			i += 1;
			t += 1;
			n += 1;
			change();
			if (i > p){
			
				i=0;
				t=0;
				n=1;
						change();
			}
			numbers(n);
		}
		function timer(){
			if(i==3){
			s=20000;
			}else{
				s=500;
			}
		}
		
		
		function end(){
			if(i==10){
				stop();
			}
		}
		
		function start(){
			document.getElementById('start').innerHTML = '<a href="Javascript:stop();">[ ] Stop Timed Slideshow [ ]</a>';
			sli = window.setInterval("adv(), end()",[s]);
		}	
		
		function loadimg(){
			for (var i = 0; i < img.length; i++) {
				var slide = new Image;
				slide[i] = new Image;
				slide[i].src = img[i]; 
			}
		}
		
		function next(){
			adv();
		}
		
		function stop(){
			document.getElementById('start').innerHTML = '<a href="Javascript:start();">> Start Timed Slideshow ></a>';
			window.clearInterval(sli);
		}
		
		function last(){
			i -= 1;
			t -= 1;
			n -= 1;
			change();
			if (i < 0){
				i=10;
				t=10;
				n=11;
				change();
			}
			numbers(n);
		}
		
////////////////////////
function head(){
	document.write(document.title);
}
  
function crumbs(type, subnav, subsubnav){
	crumb = new String;
	if (type == 1){
		crumb = 'Students > ';
	}else{
		crumb = 'Academics > ';
	}
	
	subn = new String;
	if (subnav == 1){
		subn = 'Why find out about HE outcomes? > ';
	}else if (subnav == 2){
		subn = 'What are HE outcomes? > ';
	}else if (subnav == 3){
		subn = 'How to find out about HE outcomes > ';
	}else{
		subn = '';
	}
	
	ssubn = new String;
	if (subsubnav == 1){
		ssubn = 'Student Downloads > ';
	}else{
		ssubn = '';
	}
	
	document.write("Home > " + crumb + subn + ssubn + document.title);
}  
  

function openDiv(id) {
				
				var client = new Array("A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z");

	for (var i = 0; i < client.length; i++) {
		document.getElementById(client[i]).style.display = "none";
		document.getElementById("tab_"+client[i]).className = "letterOff";
	}
	
	document.getElementById("tab_"+id).className = "letterOn";
	document.getElementById(id).style.display = "block";
}

function openOpps(id){
var opp = new Array("1","2","3","4","5","6","7","8","9","10");
	for (var i = 0; i < opp.length; i++) {
		document.getElementById(opp[i]).style.display = "none";
		}
		document.getElementById(id).style.display = "block";
}

function openObs(id){
var opp = new Array("1","2","3","4","5","6","7","8","9","10","11","12","13","14");
	for (var i = 0; i < opp.length; i++) {
		document.getElementById(opp[i]).style.display = "none";
		}
		document.getElementById(id).style.display = "block";
}

function openResp(id){
var opp = new Array("1","2","3","4","5","6");
	for (var i = 0; i < opp.length; i++) {
		document.getElementById(opp[i]).style.display = "none";
		}
		document.getElementById(id).style.display = "block";
}

function openBackg(id){
var opp = new Array("1","2","3","4","5","6","7");
	for (var i = 0; i < opp.length; i++) {
		document.getElementById(opp[i]).style.display = "none";
		}
		document.getElementById(id).style.display = "block";
}

function openNut(){
	window.open("nutshell_html/nutshell.html","","width=550,height=650,scrollbars=no,document=0,status=0,resizable=no");
}

function openTC(){
	window.open("terms.html","","width=550,height=550,scrollbars=yes,document=0,status=0,resizable=no");
}

function openEmail(){
	window.open("email.html","","width=550,height=550,scrollbars=yes,document=0,status=0,resizable=no");
}

function indexColour(type){
	if (type == 1){
		document.img.src = imgStud.src;
		newImage = "url(images/titlebar_stud.gif)";
		document.getElementById('1').style.backgroundImage = newImage;
		document.getElementById('2').style.backgroundImage = newImage;
		document.getElementById('logo_img').src = "images/index_wordss.gif";
	}else if (type == 2){
		newImage = "url(images/titlebar.gif)";
		document.getElementById('1').style.backgroundImage = newImage;
		document.getElementById('2').style.backgroundImage = newImage;
		document.img.src=imgAc.src;
		document.getElementById('logo_img').src = "images/index_wordsa.gif";
	}else{
		newImage = "url(images/titlebar_grey.gif)";
		document.getElementById('1').style.backgroundImage = newImage;
		document.getElementById('2').style.backgroundImage = newImage;
		document.img.src=imgMon.src;
		document.getElementById('logo_img').src = "images/index_words.gif";
	}
}

function hiCJobs(){
	document.getElementById("crapJobs").style.backgroundColor = "#99CC33";
}
function hiCJobsA(){
	document.getElementById("crapJobs").style.backgroundColor = "#0099FF";
}
function loCJobs(){
	document.getElementById("crapJobs").style.backgroundColor = "#CCCCCC";
}

function validEmail(email) {
			invalidChars = " /:,;"
	
			if (email == "") {
				return false
			}
			for (i=0; i<invalidChars.length; i++) {
				badChar = invalidChars.charAt(i)
				if (email.indexOf(badChar,0) > -1) {
					return false
				}
			}
			atPos = email.indexOf("@",1)
			if (atPos == -1) {
				return false
			}
			if (email.indexOf("@",atPos+1) > -1) {
				return false
			}
			periodPos = email.indexOf(".",atPos)
			if (periodPos == -1) {
				return false
			}
			if (periodPos+3 > email.length)	{
				return false
			}
			return true
		}

		function submitIt(carForm) {
			if (!validEmail(carForm.UserEmail.value)) {
				alert("Please enter a valid email address")
				carForm.UserEmail.focus()
				carForm.UserEmail.select()
				return false
			}
			if (carForm.Comments.value==""){
				alert("You must fill in all the required fields")
				return false
			}
	
			return true
		}
		function setOther(isOther){
			if (isOther.options.value=="3"){
					myForm.SubjectOther.disabled = false
					myForm.SubjectOther.focus()
					myForm.SubjectOther.select()
			}else{
					myForm.SubjectOther.disabled = true
			}
		}

-->