// JavaScript Document
var astaroth_menu_visible=false;
function astaroth_showmenu(){
if (astaroth_menu_visible){
astaroth_menu_visible=false;
document.getElementById("astaroth_menu_txt").style.display="none";
document.getElementById("astaroth_menu").style.width="32px";
}else{
astaroth_menu_visible=true;
document.getElementById("astaroth_menu_txt").style.display="block";
document.getElementById("astaroth_menu").style.width="450px";
}
}
document.write("<style type=text/css>");
document.write("#astaroth_menu_txt {display:none; height:99px; width:417px; border-bottom:1px solid #000000;   border-right:1px solid #000000; background:#FFFFFF; float:left; color:#000; font-size:12px; font-family:Verdana, Geneva, sans-serif}");
document.write("#astaroth_menu_txt a{color:#369;}");
document.write("#astaroth_menu_txt a:link{color:#369;}");
document.write("#astaroth_menu_txt a:hover{color:#F60;}");

document.write("#astaroth_menu {width:32px;}");
document.write("#astaroth_mainmenu {position:fixed; top:100px; left:0px; z-index:250; width:32px; height:100px;}");
document.write(".astaroth_ul li{float:left !important;list-style-type:none;margin:0;padding:0;}");
document.write(".astaroth_ul {list-style:none; margin:0px;}");
document.write(".astaroth_navline {margin-bottom:4px; padding-left:24px; height:16px;}");
document.write(".astaroth_navline.medical {background:url(http://www.opopo.ru/globalmenu/health.gif) top left no-repeat;}");
document.write(".astaroth_navline.entert { background:url(http://www.opopo.ru/globalmenu/entert.gif) top left no-repeat;}");
document.write(".astaroth_navline.business {background:url(http://www.opopo.ru/globalmenu/business.gif) top left no-repeat;}");
document.write(".astaroth_navline.movies {background:url(http://www.opopo.ru/globalmenu/play.png) top left no-repeat;}");
document.write("</style>");
document.write('<div id="astaroth_mainmenu">');
document.write('<div id="astaroth_menu" >');
document.write('<div id="astaroth_menu_txt"><div style="padding:8px;">');
document.write('<div class="astaroth_navline medical">');
document.write('<a href="http://www.for-health.ru/">Здоровье</a> || <a href="http://www.dueta.ru/">Диеты</a> ||<a href="http://www.r-cept.ru/">Рецепты</a> || <a href="http://www.fit4me.ru/">Форум</a></div>');
document.write('<div class="astaroth_navline entert">');
document.write('<a href="http://www.zagranka.ru/">Путешествия</a> || <a href="http://www.virtoo.org/">Конструктор аватар</a> || <a href="http://www.dtng.ru/">Знакомства</a></div>');
document.write('<div class="astaroth_navline business">');
document.write('Терминалы: <a href="http://www.informacionnye-terminaly.ru/">Киоски</a> || <a href="http://www.trmnl.ru/">Программы</a></div>');
document.write('<div class="astaroth_navline movies">');
document.write('Зрелища: <a href="http://www.rozamira.net/">Обзоры кино, мультов и аниме: лучшее</a></div>');
document.write('</div></div>');
document.write('<img style="float:right" src="http://www.opopo.ru/globalmenu/menu.gif" width="32" height="100" border="0" title="Меню" onClick="astaroth_showmenu();" /></div></div>');
