function mnon(cobj)
{
  cobj.style.backgroundColor="#FFF7C6";
}

function mnoff(cobj)
{
  cobj.style.backgroundColor="#FAF7ED";  
}

function shmenu()
{
var i;
 if (brdom||brie)
 {
   document.write('<table width="180" border="0" align="center" cellpadding="0" cellspacing="0" class="menud">');
   for (i=0;i<mni.length;i++) document.write('<tr><td class="menuc" style="padding: 1px 5px 1px 5px;" onMouseOver="mnon(this);" onMouseOut="mnoff(this);" onClick="window.location=\''+mnl[i]+'\';">'+mni[i]+'</td></tr>');
   document.write("</table>");
 }
 else if (brns)
 {
   document.write('<TABLE align="center" BORDER="0" CELLPADDING="0" CELLSPACING="0" width="180" height="100%" class="menud">');
   for (i=0;i<mni.length;i++) document.write('<tr><td><ILAYER><LAYER class="menuc" width="180" height="20" class="dpad" bgcolor="#FAF7ED" onMouseOver="bgColor=\'#FFFFFF\';" onMouseOut="bgColor=\'#FAF7ED\';"><a href="'+mnl[i]+'">'+mni[i]+'</a></LAYER></ILAYER></td></tr>');
   document.write("</table>");
 } else 
 {
   document.write('<table width="180" border="0" align="center" cellpadding="0" cellspacing="0" class="menud">');
   for (i=0;i<mni.length;i++) document.write('<tr><td class="menuc" style="padding: 1px 5px 1px 5px;"><a href="'+mnl[i]+'">'+mni[i]+'</a></td></tr>');
   document.write("</table>");
 }
 return true;
}

var mni = new Array("Новини","Кандидатска листа","Регионални приоритети","Предизборен щаб","Фотогалерия","Избори 2005 в Сливен"), mnl = new Array("index.htm","obsyv.htm","ppost.htm","contacts.htm","photos.htm","http://www.izbori.sliven.net");
//"Фотогалерия",
//"photos.htm",
