<!-- Begin

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

var menu_side	="center"	// MENU LEFT, RIGHT OR CENTER
var menuspace	= "5"		// MENU END SPACING

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="printhide"><tr><td align="'+menu_side+'" class="menutable">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td class="firstborder">');
document.write('<img src="http://www.burgascouncil.org/NewTemplate/picts/spacer.gif" width="'+menuspace+'" height="21"></a><br>');

// START LINKS //

document.write('</td><td nowrap>');
document.write('<a href="http://www.burgascouncil.org" class="menu" target="_self" >Начало</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://www.burgascouncil.org/pages/dbBrowser_structure" class="menu" target="_self" >Състав</a>');


document.write('</td><td nowrap>');
document.write('<a href="http://www.burgascouncil.org/pages/dbBrowser_boards" class="menu" target="_self" >Комисии</a>');


document.write('</td><td nowrap>');
document.write('<a href="http://www.burgascouncil.org/pages/dbBrowser_statute" class="menu" target="_self" >Правилник</a>');


document.write('</td><td nowrap>');
document.write('<a href="http://www.burgascouncil.org/pages/orders/index.php" class="menu" target="_self" >Наредби</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://www.burgascouncil.org/pages/proekti/index.php" class="menu" target="_self" >Проекти</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://www.burgascouncil.org/pages/docladna/index.php" class="menu" target="_self" >Докладни записки</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://www.burgascouncil.org/pages/letter/index.php" class="menu" target="_self" >Входящи писма</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://www.burgascouncil.org/pages/dbBrowser_ress" class="menu" target="_self" >Заседания</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://www.burgascouncil.org/pages/dbBrowser_contacts" class="menu" target="_self" >Контакти</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://www.burgascouncil.org/pages/rss" class="menu" target="_self" > RSS <img src="http://www.burgascouncil.org/images/rss1.png" alt="RSS" border="0"></a>');

// END LINK BUTTONS //
document.write('</td><td background="../NewTemplate/picts/menu.gif">');
document.write('<img src="http://www.burgascouncil.org/NewTemplate/picts/spacer.gif" width="'+menuspace+'" height="21"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->