<!-- Start

// NOTE: If you use a ' add a slash before it like this \'

// FLOATING MENU AREA - SEE NOTE BELOW FOR MOVING THE MENU UP ON THE PAGE


if (!document.layers)
document.write('<div id="Floater" style="position:relative">')

document.write('<layer id="Floater">');
document.write('<span class="Apple-style-span" style="font-size: 10px; line-height: normal;">');
document.write('<table width="100%" align="center" bgcolor="#0c7bb6">');
document.write('<td width="50%">');
document.write('</td>');
document.write('<td width="944">');
document.write('<table width="944" align="center" bgcolor="#0c7bb6">');
document.write('<td width="110" align="center">');
document.write('<a href="http://centernlp.ru/index.php?option=com_content&task=view&id=13&Itemid=2" style="text-decoration: none;  color: White;"><span style="font-size: 12px" align="center">&#1054; &#1094;&#1077;&#1085;&#1090;&#1088;&#1077;</span></a>');
document.write('</td>');
document.write('<td width="136" align="center">');
document.write('<a href="http://centernlp.ru/index.php?option=com_content&task=view&id=20&Itemid=2" style="text-decoration: none;  color: White;"><span style="font-size: 12px" align="center">&#1052;&#1072;&#1089;&#1090;&#1077;&#1088;-&#1082;&#1083;&#1072;&#1089;&#1089;&#1099; </span></a>');
document.write('</td>');
document.write('<td width="114" align="center">');
document.write('<a href="http://centernlp.ru/index.php?option=com_content&task=view&id=33&Itemid=2" style="text-decoration: none;  color: White;")><span style="font-size: 12px" align="center">&#1041;&#1080;&#1073;&#1083;&#1080;&#1086;&#1075;&#1088;&#1072;&#1092;&#1080;&#1103;</span></a>');
document.write('</td>');
document.write('<td width="110" align="center">');
document.write('<a href="http://centernlp.ru/index.php?option=com_content&task=view&id=22&Itemid=2" style="text-decoration: none;  color: White;")><span style="font-size: 12px" align="center">&#1054;&#1090;&#1079;&#1099;&#1074;&#1099;</span></a>');
document.write('</td>');
document.write('<td width="110" align="center">');
document.write('<a href="http://centernlp.ru/forum/index.php" style="text-decoration: none;  color: White;")><span style="font-size: 12px" align="center">&#1060;&#1086;&#1088;&#1091;&#1084;</span></a>');
document.write('</td>');
document.write('<td width="110" align="center">');
document.write('<a href="http://centernlp.ru/index.php?option=com_login&Itemid=45" style="text-decoration: none;  color: White;")><span style="font-size: 12px" align="center">&#1056;&#1077;&#1075;&#1080;&#1089;&#1090;&#1088;&#1072;&#1094;&#1080;&#1103;</span></a>');
document.write('</td>');
document.write('<td width="110" align="center">');
document.write('<a href="http://centernlp.ru/index.php?option=com_content&task=view&id=22&Itemid=2" style="text-decoration: none;  color: White;")><span style="font-size: 12px" align="center">&#1054;&#1090;&#1079;&#1099;&#1074;&#1099;</span></a>');
document.write('</td>');
document.write('<td width="110" align="center">');
document.write('<a href="http://centernlp.ru/index.php?option=com_content&task=view&id=21&Itemid=2" style="text-decoration: none;  color: White;")><span style="font-size: 12px" align="center">&#1050;&#1086;&#1085;&#1090;&#1072;&#1082;&#1090;&#1099;</span></a>');
document.write('</td>');
document.write('</table>');
document.write('</td>');
document.write('<td width="50%">');
document.write('</td>');
document.write('</table>');
document.write('</span>');
document.write('</layer>');


// NOTE: If you add links you will need to alter the "placeY" 82 number below


if (!document.layers)
document.write('</div>')

function JSFX_FloatTopDiv()
{
	var placeX = 0,
	placeY = 30;
	var ns = (navigator.appName.indexOf("Netscape") != -1);
	var d = document;
	function DeLayer(id)
	{
		var GetElements=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];
		if(d.layers)GetElements.style=GetElements;
		GetElements.sP=function(x,y){this.style.right=x;this.style.top=y;};
		GetElements.x = placeX;
		GetElements.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		GetElements.y -= placeY;
		return GetElements;
	}
	window.stayTopright=function()
	{
		var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		ftlObj.y += (pY - placeY - ftlObj.y)/15;
		ftlObj.sP(ftlObj.x, ftlObj.y);
		setTimeout("stayTopright()", 10);
	}
	ftlObj = DeLayer("Floater");
	stayTopright();
}
JSFX_FloatTopDiv();


//  End -->