function LeftShortCuts(Id)
	{
	    document.getElementById(Id).direction = 'right';
	}
	
	function RightShortCuts(Id)
	{
	    document.getElementById(Id).direction = 'left';
	}