function showMenu(menuID,submenu)
{
	// MenuSubSectionSection cambiado
	if (!submenu && menuSection!=menuID)
	{
		$("#"+menuSection).slideUp("fast");
		menuSection=menuID;
	}
	else
	{
					
	}
	$("#"+menuID).slideToggle("fast");
	$("#"+menuID).addClass("mainmenuselected");
}

function showCommentBox()
{
	$("#commentthankyou").hide();	
	$("#commentdiv").show();
	return false;
}