function mnon(cobj)
{
  cobj.style.backgroundColor="#CCE1FF";
}

function mnoff(cobj)
{
  cobj.style.backgroundColor="#DDEAFF";  
}

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="#DDEAFF" onMouseOver="bgColor=\'#CCE1FF\';" onMouseOut="bgColor=\'#DDEAFF\';"><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("Автобиография","Обръщение","Програма","Предизборни срещи","Фотогалерия","Общински съветници","Коалиция ДА за Сливен","Контакти"), mnl = new Array("index.htm","obr.htm","programa.htm","sreshti.htm","photos.htm","kandidati.htm","da.htm","contacts.htm");
//"Предизборни послания","Кампания","Новини"
//"ppost.htm","news.htm",