var font="";
var end_font="";
if (lg == "BN") {
	font = "<font face=Vrinda>";
	end_font = "</font>";
}
document.write('<tr><td align=center width=15 rowspan=2 background="../ulybka-art/others/gradient3.gif"></td>');
document.write('<td align=center valign=bottom><h3 style="margin: 0px 0px 0px 0px">' + font + '<a href=' + home_url + ' class="redlink">' + home + '</a>' + font + '</h3></td>');
if (dir == "ltr") {
	document.write('<td align=center colspan=9><h1 style="margin: 0px 0px 0px 0px"><i>' + font + title + " " + cur_pg + '/' + nb_pg + end_font + '</i></h1></td>');
} else {
	document.write('<td align=center colspan=9><h1 style="margin: 0px 0px 0px 0px"><i>' + font + nb_pg + '/' + cur_pg + " " + title + end_font + '</i></h1></td>');
}
document.write('<td align=center valign=bottom><h3 style="margin: 0px 0px 0px 0px">' + font + '<a href=' + home_url + ' class="redlink">' + home + '</a>' + font + '</h3></td>');
document.write('<td align=center width=15 rowspan=2 class=flipH background="../ulybka-art/others/gradient3.gif"></td></tr>');

