// Javascript Module
/*
function showhide()
{
	$("#opOthers").toggle(500);
}
function showhideNews()
{
	$("#minutoN").toggle();
	$("#leidasN").toggle();
}*/
