        with(dmenu=new menuname("Main Menu")){
 		style=MainMenuStyle;
		alwaysvisible=1;
		followscroll=1;
		position="absolute";
		top=319;
		orientation="vertical";
		zindex=100;
		aI("showmenu=Sub1;text=Alapítványunkról;");
		aI("showmenu=Sub2;text=Tevékenységeink;");
		aI("showmenu=Sub3;text=Statisztika;");
		aI("url=index.php?num=tamogatas;text=Online támogatás;");
		aI("url=index.php?num=4;text=1 %;pagematch=index.php?num=4;");
		aI("url=index.php?num=5;text=Támogatóink;pagematch=index.php?num=5;");
		aI("showmenu=Sub6;text=Médiaszoba;");
		aI("url=index.php?num=7;text=Kapcsolat;pagematch=index.php?num=7;");
		}
		drawMenus();
