function RenderMenu(div){
	var data = document.getElementById(div);
	if(div=='top_menu'){
		data.innerHTML = '<a class="yell" href="http://www.twintip.ru/news/">Новости</a> | <a class="yell" href="http://www.twintip.ru/pages/">Статьи</a> | <a class="yell" href="http://www.twintip.ru/gallery">Фото</a> | <a class="yell" href="http://www.twintip.ru/video/">Видео</a> | <a class="yell" href="http://www.shop.twintip.ru">Магазин</a> | <a class="yell" href="http://www.twintip.ru/forum/">Форум</a> | <a class="yell" href="http://www.twintip.ru/blog/">Блоги</a> | <a class="yell" href="http://www.twintip.ru/ski/">Каталог</a> | <a class="yell" href="http://www.twintip.ru/school/">NS школа</a>';
	}
	if(div=='auth'){
		$('#auth').html('<a class="reg" href="modules.php?name=Your_Account&op=LoginForm" id="loginform">Войти</a> | <a class="reg" href="profile/register_new_user.html">Регистрация</a> | <a id="returnpass" class="reg" href="profile/pass_lost.html">Забыли пароль?</a>');
	}
	if(div=='bot_menu'){
		data.innerHTML = '<a class=white href="rss.php">rss</a> | <a class=white href="forum">форум</a> | <a class=white href="http://www.mobile.twintip.ru">mobile</a> | <a class=white href="search.html">поиск</a>';
	}
	if(div=='top_menu2'){
		data.innerHTML = '<a class=white href="">главная</a> | <a class=white href="contacts.html">контакты</a>';
	}
}
