// JavaScript Document
document.writeln("<table width=100% height=69 cellpadding=0 cellspacing=0 border=0>");
//logo
document.writeln("<tr><Td width=450 rowspan=2><a href=../../docs/index.html><img src=../images/logo3.gif width=421 height=65 border=0></a></Td>");
//english switch
document.writeln("<td height=49 align=right valign=middle><a href=../../adocs/index.html><img src=../images/engilsh_switch.gif width=83 height=21 border=0><img src=../images/spacer.gif width=22 height=40 border=0></a></td>");
document.writeln("</tr><tr><td height=20><table width=100% border=0 cellpadding=0 cellspacing=0><tr>");
//nav bar
document.writeln("<td align=center><img src=../images/spacer.gif ></td>");
document.writeln("<td align=center width=95><a href=../about/about.html><img src=../scripts/nav/about_btn.gif width=95 height=20 border=0></a></td>");
document.writeln("<td align=center width=70><a href=../news/news.html><img src=../scripts/nav/news_btn.gif width=70 height=20 border=0></a></td>");
document.writeln("<td align=center width=64><a href=../contact/contact.html><img src=../scripts/nav/contact_btn.gif width=64 height=20 border=0></a></td>");
document.writeln("</tr></table></td></tr></table>");












