/***********************************************
* Omni Slide Menu script - © John Davenport Scheuer
* very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus
* This notice MUST stay intact for legal use
***********************************************/

//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;

menu[1] = {  //This menu uses the defaults and so requires only this declaration (REQUIRED!!), an id and links
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
fontsize:'125%', // express as percentage with the % sign
linkheight:22 ,  // linked horizontal cells height
hdingwidth:250 ,  // heading - non linked horizontal cells width
// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///

menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
[""], //create header
["_Profiliniz", "http://www.ilkmat.net/forum/index.php?action=profile", ""],
["_Son Gönderilen Mesajlar", "http://www.ilkmat.net/forum/index.php?action=recent", ""],
["_Forum", "http://www.ilkmat.net/forum/index.php#4", ""],
["_Matematik yazılı soruları ", "http://www.ilkmat.net/forum/index.php#19", ""],
["_Zümre ve Ş.Ö.K", "http://www.ilkmat.net/forum/index.php?action=collapse;c=12;sa=expand;sesc=f7cc47029dc23a79375e1fd3bf5535da#12", ""],
["_Külüpler,Yıllık Planlar", "http://www.ilkmat.net/forum/index.php#2", ""],
["_Eğitim Öğretim", "http://www.ilkmat.net/forum/index.php#5", ""],
["_Mat kulübü Öğrenci hizm.", "http://www.ilkmat.net/forum/index.php#7", ""],
["_Proje performans ödevleri", "http://www.ilkmat.net/forum/index.php#11", ""],
["_1.kademe dökümanlar", "http://www.ilkmat.net/forum/index.php#9", ""],
["_Matematik Sunuları ", "http://www.ilkmat.net/forum/index.php#13", ""],
["_6.sınıf etkinlikler ", "http://www.ilkmat.net/forum/index.php#15", ""],
["_7.sınıf etkinlikler ", "http://www.ilkmat.net/forum/index.php#17",""],
["_8.sınıf etkinlikler ", "http://www.ilkmat.net/forum/index.php#26", ""],
["_Testler denemeler ", "http://www.ilkmat.net/forum/index.php#18", ""],
["_SBS ", "http://www.ilkmat.net/forum/index.php#10", ""],
["_Matematik hakkında", "http://www.ilkmat.net/forum/index.php#6", ""],
["_Genel kültür", "http://www.ilkmat.net/forum/index.php#22", ""],
["_Teneffüs", "http://www.ilkmat.net/forum/index.php#20", ""],
["_En Alta İn", "ttp://www.ilkmat.net/forum/index.php?action=collapse;c=20;sa=expand;sesc=18480089dd1a68638b9713e29903b80e", ""],

["", "", ""] //no comma after last entry

]};  // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();
