function meniu()
{
document.write('<table width="500" border="0" align="center" style="margin-top: 10">');  
document.write('  <tr> ');
document.write('    <td bgcolor="#99CC66" bordercolor="#ffffff">');
document.write('      <div style="padding-left: 4; padding-right: 4; padding-top: 1; padding-bottom: 1">');
document.write('        <p align="center" style="text-align: center; margin-top: 0; margin-bottom: 0">');
document.write('        <font style="font-size: 11px">(c) VU KHF, 2003</span>.<span lang="lt"> ');
document.write('        </font>');
document.write('      </div>');
document.write('    </td>');
document.write('  </tr>');
document.write('</table>');



if (!document.layers)
document.write('<div id="divStayTopLeft" style="position:absolute; left:10; top:15; width:17%;">');
document.write('<layer id="divStayTopLeft">');

document.write('<table class="menu" border="1" width="100%" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#808080">');
document.write('  <tr>');
document.write('    <td width="100%" bgcolor="#99CC66" bordercolor="#ffffff" style="border-bottom-style: solid; border-bottom-width: 1px; border-color: white"> <div align="center">');
document.write('      <img src="../images/resp_logo_m.jpg" width="42" height="50"></div></td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td width="100%" bgcolor="#EEF7E6" bordercolor="#ffffff" style="border-bottom-style: solid; border-bottom-width: 1px; border-color: white">');
document.write('      <p> <A HREF="../index.html"><img border=0 hspace=3 src="../Images/arrow_down_gray.gif" align=middle>&nbsp;&#302; prad&#382;i&#261;</A><br>');
document.write('    </td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td width="100%" bgcolor="#EEF7E6" bordercolor="#ffffff" style="border-bottom-style: solid; border-bottom-width: 1px; border-color: white">');
document.write('      <p> <A HREF="turinys.htm"><img border=0 hspace=3 src="../Images/arrow_down_gray.gif" align=middle>&nbsp;Turinys</A><br>');
document.write('    </td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td width="100%" bgcolor="#EEF7E6" bordercolor="#ffffff" style="border-bottom-style: solid; border-bottom-width: 1px; border-color: white">');
document.write('      <p> <A HREF="../apie.htm"><img border=0 hspace=3 src="../Images/arrow_down_gray.gif" align=middle>&nbsp;Apie &#382;urnal&#261;</a><br>');
document.write('    </td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td width="100%" bgcolor="#EEF7E6" bordercolor="#ffffff" style="border-bottom-style: solid; border-bottom-width: 1px; border-color: white">');
document.write('     <p> <A HREF="../redkol.htm"><img border=0 hspace=3 src="../Images/arrow_down_gray.gif" align=middle>&nbsp;Redakcin&#279; kolegija</a><br>');
document.write('    </td>');
document.write('  </tr>');
document.write('    <tr>');
document.write('   <td width="100%" bgcolor="#EEF7E6" bordercolor="#ffffff" style="border-bottom-style: solid; border-bottom-width: 1px; border-color: white">');
document.write('      <p> <A HREF="../reik.htm"><img border=0 hspace=3 src="../Images/arrow_down_gray.gif" align=middle>&nbsp;Reikalavimai autoriams</a><br>');
document.write('    </td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td width="100%" bgcolor="#EEF7E6" bordercolor="#ffffff" style="border-bottom-style: solid; border-bottom-width: 1px; border-color: white">');
document.write('      <p> <A HREF="../reng.htm"><img border=0 hspace=3 src="../Images/arrow_down_gray.gif" align=middle>&nbsp;Rengiami numeriai</a><br>');
document.write('    </td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('    <td width="100%" bgcolor="#EEF7E6" bordercolor="#ffffff" style="border-bottom-style: solid; border-bottom-width: 1px; border-color: white">');
document.write('      <p> <A HREF="../archyvas.htm"><img border=0 hspace=3 src="../Images/arrow_down_gray.gif" align=middle>&nbsp;Archyvas</a><br>');
document.write('    </td>');
document.write('  </tr>');
document.write('  <tr>');
document.write('	<td width="100%" bgcolor="#EEF7E6" bordercolor="#ffffff">');
document.write('      <p> <A HREF="../adresas.htm"><img border=0 hspace=3 src="../Images/arrow_down_gray.gif" align=middle>&nbsp;Adresas</a></td>');
document.write('    </td>');
document.write('  </tr>');
document.write('</table>');
document.write('</layer>');
document.write('</div>');

var verticalpos="fromtop"

if (!document.layers)
document.write('</div>')

function JSFX_FloatTopDiv()
{
	var startX = 10,
	startY = 17;
	var ns = (navigator.appName.indexOf("Netscape") != -1);
	var d = document;
	function ml(id)
	{
		var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];
		if(d.layers)el.style=el;
		el.sP=function(x,y){this.style.left=x;this.style.top=y;};
		el.x = startX;
		if (verticalpos=="fromtop")
		el.y = startY;
		else{
		el.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		el.y -= startY;
		}
		return el;
	}
	window.stayTopLeft=function()
	{
		if (verticalpos=="fromtop"){
		var pY = ns ? pageYOffset : document.body.scrollTop;
		ftlObj.y += (pY + startY - ftlObj.y)/8;
		}
		else{
		var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		ftlObj.y += (pY - startY - ftlObj.y)/8;
		}
		ftlObj.sP(ftlObj.x, ftlObj.y);
		setTimeout("stayTopLeft()", 10);
	}
	ftlObj = ml("divStayTopLeft");
	stayTopLeft();
}
JSFX_FloatTopDiv();
}