// JavaScript Document


function toggleMe(x) {
	
	$(x).toggle("slow");
}

function getLink(x) {
	location.href = x;	
}