function CheckBrowser() {
if (navigator.appName.indexOf('Explorer')>=0) {} else alert('Уважаемые посетители! Сайт оптимизирован для просмотра в Internet Explorer 4.0 и выше. При использовании других браузеров возможно некорректное отображение меню и элементов оформления.')
}

function SetButton(name, url) {
document.writeln('<tr align="center"><td class=button onMouseDown=this.style.borderStyle="inset" onMouseUp=this.style.borderStyle="outset" onMouseOver=this.style.background="#98b1c4";this.style.color="000000"; onMouseOut=this.style.background="#3c5f84";this.style.color="FFFFFF"; onClick=document.location="'+url+'">&nbsp;'+name+'&nbsp;</td></tr><tr><td style="font-size:3pt">&nbsp;</td></tr>');
}

function Menu() {
document.writeln('<table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td style="font-size:9pt">&nbsp;</td></tr><tr align="center" valign="top"><td width="140"><table border="0" cellspacing="0" cellpadding="0">');
SetButton('Главная', 'http://titaeva.ru');
SetButton('Блог', 'http://titaeva.ru/blog/');
SetButton('Новости', 'http://titaeva.ru/taxnews/');
SetButton('Рассылки', 'http://titaeva.ru/subscribe/');
SetButton('Книги', 'http://books.titaeva.ru');
SetButton('Статьи', 'http://titaeva.ru/archive/');
SetButton('Семинары', 'http://titaeva.ru/seminars/');
SetButton('Контакты', 'http://titaeva.ru/contacts.htm');
document.writeln('</table></td></tr></table>');
}

function txtMenuLow() {
document.writeln('<p style="font-size:10pt"><a href="http://titaeva.ru" target="_self">Главная</a>&nbsp;&#124;&nbsp;<a href="http://titaeva.ru/blog/" target="_self">Блог</a>&nbsp;&#124;&nbsp;<a href="http://titaeva.ru/taxnews/" target="_self">Новости</a>&nbsp;&#124;&nbsp;<a href="http://titaeva.ru/subscribe/" target="_self">Рассылки</a>&nbsp;&#124;&nbsp;<a href="http://books.titaeva.ru" target="_self">Книги</a>&nbsp;&#124;&nbsp;<a href="http://titaeva.ru/archive/" target="_self">Статьи</a>&nbsp;&#124;&nbsp;<a href="http://titaeva.ru/seminars/" target="_self">Семинары</a>&nbsp;&#124;&nbsp;<a href="http://titaeva.ru/contacts.htm" target="_self">Контакты</a></p>');
}

function txtMenu() {
document.writeln('<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td height="340" align="center" valign="bottom">');
txtMenuLow();
document.writeln('</td></tr></table>');
}

function MenuEn() {
document.writeln('<table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td style="font-size:9pt">&nbsp;</td></tr><tr align="center" valign="top"><td width="140"><table border="0" cellspacing="0" cellpadding="0">');
SetButton('Main', 'http://titaeva.ru/en/');
SetButton('About me', 'http://titaeva.ru/en/about.htm');
SetButton('Новости', 'http://titaeva.ru/taxnews/');
SetButton('Рассылки', 'http://titaeva.ru/subscribe/');
SetButton('Книги', 'http://books.titaeva.ru');
SetButton('Статьи', 'http://titaeva.ru/archive/');
SetButton('Семинары', 'http://titaeva.ru/seminars/');
SetButton('Contacts', 'http://titaeva.ru/eng/contacts.htm');
document.writeln('</table></td></tr></table>');
}

function txtMenuEn() {
document.writeln('<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td height="340" align="center" valign="bottom"><p style="font-size:10pt">');
document.writeln('<a href="http://titaeva.ru/en/" target="_self">Main</a>&nbsp;&#124;&nbsp;<a href="http://titaeva.ru/en/about.htm" target="_self">About me</a>&nbsp;&#124;&nbsp;<a href="http://titaeva.ru/taxnews/" target="_self">Новости</a>&nbsp;&#124;&nbsp;<a href="http://titaeva.ru/subscribe/" target="_self">Рассылки</a>&nbsp;&#124;&nbsp;<a href="http://books.titaeva.ru" target="_self">Книги</a>&nbsp;&#124;&nbsp;<a href="http://titaeva.ru/archive/" target="_self">Статьи</a>&nbsp;&#124;&nbsp;<a href="http://titaeva.ru/seminars/" target="_self">Семинары</a>&nbsp;&#124;&nbsp;<a href="http://titaeva.ru/eng/contacts.htm" target="_self">Contacts</a></td></tr></table>');
}

function MenuNPI() {
document.writeln('<table border="0" width="100%" cellpadding="0" cellspacing="0"><tr><td style="font-size:9pt">&nbsp;</td></tr><tr align="center" valign="top"><td width="140"><table border="0" cellspacing="0" cellpadding="0">');
SetButton('e-mail', 'mailto:info@tax-legal.ru?subject=web');
SetButton('Вернуться', 'javascript:history.back(1)');
document.writeln('</table></td></tr></table>');
}