function Over(data){data.style.cursor="hand"; data.style.color="orange";}

function Out(data){data.style.color="green"; data.style.size="10";}

function Td_Click(data){var links = new Array(

"../index.html",
"o_partii.html",
"rodina.html",
"novosti.html",
"../forum/",

"osnov.html",
"cel.html",
"zadachi.html",
"ystav.html",
"programa.html",
"simvolika.html",

"sotvor.html",
"tekzadatsi.html",
"deistvia.html",
"finans.html",
"kontakt.html",
"prisoedin.html",

"ssulki.html",
"part.html"

);window.location.href=links[data.id]; return true;}
