<?php
$lmenu = 'news';
$lmenu_pnt = 1; //Новости ИСМАН

// do not use single quotes or screen them inside the $head_css_js
$head_css_js = '
<script type="text/javascript" src="/highslide/highslide.packed.js"></script>
<link rel="stylesheet" type="text/css" href="/highslide/highslide.css" />
<script type="text/javascript">
	hs.graphicsDir = "/highslide/graphics/";
	hs.outlineType = "rounded-white";
	hs.showCredits = false;
if (hs.registerOverlay) {
	// The simple semitransparent close button overlay
	hs.registerOverlay({
		thumbnailClass: "thumb",
		html: \'<div class="closebutton" onclick="return hs.close(this)" title="Close"></div>\',
		position: "top right",
		fade: 2
	});
}
</script>
<link rel="stylesheet" type="text/css" href="style.css" />
<!--[if lte IE 6]>
<script>DD_belatedPNG.fix(".closebutton");</script>
<![endif]-->
';

$local_title = 'Доклад О.А. Аверичева признан лучшим на конференции во ФГУП «ВИАМ»';
include $_SERVER['DOCUMENT_ROOT'] . '/n_inc/headerr.php';
include $_SERVER['DOCUMENT_ROOT'] . '/n_inc/file_nfor.php';
function picture($name, $title) {
	echo '		<ins class="tmb"><div class="r"><a href="img/', $name, '_b.jpg" class="thumb highslide" onclick="return hs.expand(this)" title="Click to see big image"><img src="img/', $name, '_s.jpg" alt="" /><br /><span>', $title, '</span></a><div class="highslide-caption">', $title, '</div></div></ins>
';
}
include 'content.php';
include $_SERVER['DOCUMENT_ROOT'] . '/n_inc/footerr.php';
?>
