function RenderMenu(div){
	var data = document.getElementById(div);
	if(div=='top_menu'){
		data.innerHTML = '<a class="yell" href="http://www.twintip.ru/articles">Новости</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.html">Видео</a> | <a class="yell" href="http://www.twintip.ru/links.html">Ссылки</a> | <a class="yell" href="http://www.twintip.ru/forum/">Форум</a> | <a class="yell" href="http://www.twintip.ru/park.html">Парки</a> | <a class="yell" href="http://www.twintip.ru/blog.html">Блоги</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'){
		data.innerHTML = '<form style="display: inline;" method="post" action="modules.php?name=Your_Account"><input type="hidden" value="login" name="op"/> <input type="text" onfocus="this.value='+';" value="логин" maxlength="25" size="12" name="username" class="inputbox"/> <input type="password" onfocus="this.value='+';" value="пароль" maxlength="20" size="12" name="user_password" class="inputbox"/><input class="btn_login" type="submit" value=""/></form> <a class="reg" href="profile/register_new_user.html">Регистрация</a> <a 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>';
	}
}