function showBox(element){
	$(element).show();
}
function hideBox(element){
	$(element).hide();
}