var path=document.getElementsByTagName('base')[0].href;
function showContent(id)
{
	$("#"+id).toggle("fast");
}

