[Table]В нижнюю часть сайта: [/Table]
Code
<script type="text/javascript">
//<![CDATA[
var li = document.getElementById('tmenu0').getElementsByTagName('li');
for(i in li) if(li[i].className=='expanded') li[i].setAttribute('expanded','1');
function tmenudata0() {
this.animation_jump = 50
this.animation_delay = 5
this.imgage_gap = 3
this.plus_image = ""
this.minus_image = ""
this.pm_width_height = "0,0"
this.folder_image = "http://cs-anx.net.ru/Menu/21.gif"
this.document_image = "http://cs-anx.net.ru/Menu/21.gif"
this.icon_width_height = "4"
this.icon_width2_height2 = "7"
this.indent = 1;
this.use_hand_cursor = true;
this.main_item_styles = "text-align:left;display:block; width:95%; padding:4px 3px 4px 5px; border-bottom:1px solid #e1e1e1; font-size:9pt; text-decoration:none; text-shadow:0px 1px 0px #fff;"
this.sub_item_styles = "text-decoration:none; font-weight:normal; font-family:Verdana; font-size:9px; color:#6d6d6d; "
this.main_container_styles = "padding:0px;"
this.sub_container_styles = "padding-top:1px; padding-bottom:1px;"
this.main_link_styles = "color:#414141; text-decoration:none;"
this.main_link_hover_styles = "color:#6d6d6d; text-decoration:none; border-bottom:1px dashed #6d6d6d;"
this.sub_link_styles = ""
this.sub_link_hover_styles = ""
this.main_expander_hover_styles = "text-decoration:none;";
this.sub_expander_hover_styles = "";
}
//]]>
</script>
<script src="http://cs-anx.net.ru/cs-anx_new/aNxietYm.js" type="text/javascript"></script>
<script type="text/javascript">try { var nl=document.getElementById('menuDiv').getElementsByTagName('a'); var found=-1; var url=document.location.href+'/'; var len=0; for (var i=0;i<nl.length;i++){ if (url.indexOf(nl[i].href)>=0){ if (found==-1 || len<nl[i].href.length){ found=i; len=nl[i].href.length; } } } if (found>=0){ nl[found].className='ma'; } } catch(e){}</script>
[Table]В блок[/Table]
Code
<div style="display:inline;" id="menuDiv">
<ul id="tmenu0" style="margin-left:4px">
<li class="font-weight:bold"><span>ваше название меню</span>
<ul>
<li><a href="ваша ссылка">ваше название</a></li>
<li><a href="ваша ссылка">ваше название</a></li>
</ul>
</li>
</ul>
</div>