<!--
function LinkMe(Loc){
	window.location = Loc;
}

function CursorHand(){
	document.body.style.cursor = 'pointer';
}

function CursorClear(){
  document.body.style.cursor = 'default';
}
//-->