
function shortCutdef (chapter, page, shortcut, url) {
	
}

function hotkey() 
		{ 
			var a=window.event.keyCode; 
			if(a==65) //a
			{ 
			document.location.href="../rehab/index.html"; 
			} 
			if(a==83) //s
			{ 
			document.location.href="../tips/index.html"; 
			} 
			if(a==68) //d
			{ 
			document.location.href="../stories/index.html"; 
			} 
			if(a==84) //t 
			{ 
			document.location.href="../training_for_cyberAble_net/Start.html"; 
			} 
			if(a==71) //g
			{ 
			document.location.href="../job/index.html"; 
			} 
			if(a==75) //k
			{ 
			document.location.href="../research/index.html"; 
			} 
			if(a==76) //l
			{ 
			document.location.href="../websites/index.html"; 
			} 

			if(a==81) //q
			{ 
			document.location.href="../index.html"; 
			} 		
			if(a==87) //w
			{ 
			document.location.href="../help/index.html"; 
			} 	
	
	if(a==90) //z
			{ 
			addFavourite(); 
			} 	
		}
		
		 