/***********************************************
* 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.tarihportali.net/tarih/index.php?action=profile", ""],
["Son Gönderilen Mesajlar", "http://www.tarihportali.net/tarih/index.php?action=recent", ""],
["Forum", "http://www.tarihportali.net/tarih/index.php?action=expandc=2;sa=expand#2", ""],
["Tanışma", "http://www.tarihportali.net/tarih/index.php?action=expandc=3;sa=expand#3", ""],
["Soru(num) Var", "http://www.tarihportali.net/tarih/index.php?action=expandc=29;sa=expand#29", ""],
["Haberler", "http://www.tarihportali.net/tarih/index.php?action=expandc=20;sa=expand#20",""],
["İdari ve Eğitsel Dökümanlar", "http://www.tarihportali.net/tarih/index.php?action=expandc=4;sa=expand#4", ""],
["Eğitim Öğretim", "http://www.tarihportali.net/tarih/index.php?action=expandc=22;sa=expand#22", ""],
["Zümreler", "http://www.tarihportali.net/tarih/index.php?action=expandc=5;sa=expand#5", ""],
["Planlar", "http://www.tarihportali.net/tarih/index.php?action=expandc=6;sa=expand#6", ""],
["Yıllık Ödevler", "http://www.tarihportali.net/tarih/index.php?action=expandc=12;sa=expand#12", ""],
["Tarih 1 Ders Notları", "http://www.tarihportali.net/tarih/index.php?action=expandc=16;sa=expand#16", ""],
["Tarih 2 Ders Notları", "http://www.tarihportali.net/tarih/index.php?action=expandc=17;sa=expand#17", ""],
["İnkılap Tarihi Notları", "http://www.tarihportali.net/tarih/index.php?action=expandc=18;sa=expand#18", ""],
["Diğer Ders Notları ve Araşt. ", "http://www.tarihportali.net/tarih/index.php?action=expandc=19;sa=expand#19", ""],
["Tarih Sunuları ", "http://www.tarihportali.net/tarih/index.php?action=expandc=26;sa=expand#26", ""],
["Sınavlar ", "http://www.tarihportali.net/tarih/index.php?action=expandc=8;sa=expand#8", ""],
["Testler ", "http://www.tarihportali.net/tarih/index.php?action=expandc=9;sa=expand#9",""],
["Tarih Ders Araç ve Gereçleri ", "http://www.tarihportali.net/tarih/index.php?action=expandc=11;sa=expand#11", ""],
["Özel Dosyalar ", "http://www.tarihportali.net/tarih/index.php?action=expandc=28;sa=expand#28", ""],
["Tarih Kültürü ", "http://www.tarihportali.net/tarih/index.php?action=expandc=10;sa=expand#10", ""],
["Er Meydanı ", "http://www.tarihportali.net/tarih/index.php?action=expandc=13;sa=expand#13", ""],
["Osmanlıca", "http://www.tarihportali.net/tarih/index.php?action=expandc=23;sa=expand#23", ""],
["Teneffüs ", "http://www.tarihportali.net/tarih/index.php?action=expandc=27;sa=expand#27", ""],
["En Alta İn", "http://www.tarihportali.net/tarih/index.php?action=collapse;c=14;sa=collapse;#14", ""],

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

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

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

make_menus();