/***********************************************
* 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:270 ,  // 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

["Anasayfa", "http://www.tarihbilimi.com/tarih/index.php", ""],
["İletişim", "http://www.tarihbilimi.com/iletisim", ""],
["Haberler", "http://www.tarihbilimi.com/tarih/index.php?action=collapse;c=4;sa=collapse;#4", ""],
["İdari ve Eğitsel Dökümanlar", "http://www.tarihbilimi.com/tarih/index.php?action=collapse;c=5;sa=collapse;#5", ""],
["Eğitim Öğretim", "http://http://www.tarihbilimi.com/tarih/index.php?action=collapse;c=6;sa=collapse;#6", ""],
["Tarih Zümreleri", "http://www.tarihbilimi.com/tarih/index.php?action=collapse;c=7;sa=collapse;#7", ""],
["Tarih Dersi Planları", "http://www.tarihbilimi.com/tarih/index.php?action=collapse;c=8;sa=collapse;#8", ""],
["Tarih I Ders Notları", "http://www.tarihbilimi.com/tarih/index.php?action=collapse;c=9;sa=collapse;#9", ""],
["Tarih II Ders Notları", "http://www.tarihbilimi.com/tarih/index.php?action=collapse;c=10;sa=collapse;#10", ""],
["T.C İnkılap Tarihi Ders Notları", "http://www.tarihbilimi.com/tarih/index.php?action=collapse;c=11;sa=collapse;#11", ""],
["ÇTDT Ders Notları", "http://www.tarihbilimi.com/tarih/index.php?action=collapse;c=12;sa=collapse;#12", ""],
["Diğer Ders Notları", "http://www.tarihbilimi.com/tarih/index.php?action=collapse;c=13;sa=collapse;#13", ""],
["Tarih Dersi Sunuları", "http://www.tarihbilimi.com/tarih/index.php?action=collapse;c=14;sa=collapse;#14", ""],
["Tarih Dersi Etkinlikleri", "http://www.tarihbilimi.com/tarih/index.php?action=collapse;c=18;sa=collapse;#18", ""],
["Tarih Dersi Sınavları", "http://www.tarihbilimi.com/tarih/index.php?action=collapse;c=20;sa=collapse;#20", ""],
["Tarih Dersi Testleri", "http://www.tarihbilimi.com/tarih/index.php?action=collapse;c=21;sa=collapse;#21", ""],
["Tarih Dersi Materyalleri", "http://www.tarihbilimi.com/tarih/index.php?action=collapse;c=25;sa=collapse;#25", ""],
["Tarih Ekini", "http://www.tarihbilimi.com/tarih/index.php?action=collapse;c=26;sa=collapse;#26", ""],
["Özel Dosyalar", "http://www.tarihbilimi.com/tarih/index.php?action=collapse;c=27;sa=collapse;#27", ""],
["Dinler Tarihi", "http://www.tarihbilimi.com/tarih/index.php?action=collapse;c=34;sa=collapse;#34", ""],
["Merkezi Sistem Sınavları", "http://www.tarihbilimi.com/tarih/index.php?action=collapse;c=36;sa=collapse;#36", ""],
["Rehberlik", "http://www.tarihbilimi.com/tarih/index.php?action=collapse;c=24;sa=collapse;#24", ""],
["Genel Kategori", "http://www.tarihbilimi.com/tarih/index.php?action=collapse;c=37;sa=collapse;#37", ""],
["Eğlence", "http://www.tarihbilimi.com/tarih/index.php?action=collapse;c=32;sa=collapse;#32", ""],
["Öğretmenler Odası", "http://www.tarihbilimi.com/tarih/index.php?action=collapse;c=40;sa=collapse;#40", ""],
["VİP Üye Özel Paylaşım Alanı", "http://www.tarihbilimi.com/tarih/index.php?board=728.0", ""],



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

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

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

make_menus();

