
menunum=0;
menus=new Array();
_d=document;

function addmenu(){
menunum++;
menus[menunum]=menu;
}

function dumpmenus(){
mt="<script language=javascript>";
for(a=1;a<menus.length;a++){
mt+=" menu"+a+"=menus["+a+"];"
}
mt+="<\/script>";
_d.write(mt)
}

timegap=300					// The time delay for menus to remain visible
followspeed=1				// Follow Scrolling speed
followrate=10
suboffset_top=7;			// Sub menu offset Top position 
suboffset_left=10;			// Sub menu offset Left position


effect = "Shadow(color='#cccccc', Direction=156, Strength=4);"

effect1 = "Shadow(color='#3F7EBE', Direction=135, Strength=2);Alpha(style=0,opacity=89);"

style1=["ffffff","99BBDD","ffffff","2C5885","FFFFFF",11,"normal","bold","Verdana,Tahoma,Helvetica",2,,,,,,,,,]
style2=["2C5885","ffffff","ffffff","99BBDD","2C5885",11,"normal","normal","Verdana,Tahoma,Helvetica",3,"img/arrow.gif",,,,,,,,,]		            
style3=["081764","ffffff","ffffff","8bc4e2","cccccc",11,"normal","normal","Verdana,Tahoma,Helvetica",3,,,,,,,,,,]

addmenu(menu=["mainmenu",86,((screen.width/2)-300),120,1,,style1,1,"center",effect,,1,,"center",,,,,,,,
,"Prezentare","show-menu=prez","#","",0
,"Legislatie","index.php?lang=ro&l=legi",,"#",0
,"Anunturi","index.php?lang=ro&l=stiri","#","",0
,"Concurs","index.php?lang=ro&l=news","#","",0
,"Contact","index.php?lang=ro&l=contact","","",0
])

addmenu(menu=["prez",105,,133,1,"",style2,,"left",effect1,,,,,,,,,,,,
//,"Atributii","index.php?lang=ro&l=atributii",,,1
,"Rol si atributii ","index.php?lang=ro&l=rol_si_atributii",,,1
,"Organizare ","index.php?lang=ro&l=organizare",,,1
,"Raport de activitate ","Files/Raport de activitate 2009.pdf",,,1
,"Buget ","Files/Buget 2010.pdf",,,1
])

dumpmenus() 