function hide_posts(){
	document.getElementById('menu_posts').className ='indexmenu_posts_hide';
}


function hide_cats(){
	document.getElementById('cat_posts').className ='indexmenu_cats_hide';
}


function show_posts(){
	document.getElementById('menu_posts').className ='indexmenu_posts_show';
}

function show_cats(){
	document.getElementById('cat_posts').className ='indexmenu_posts_show';
}


 
