/***********************************************
* 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:'100%', // express as percentage with the % sign
linkheight:18 ,  // linked horizontal cells height
hdingwidth:200 ,  // 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
["Bilinmeyen Numaralar", "http://www.ttrehber.turktelekom.com.tr/trk-wp/IDA2", ""],
["M.T.V sorgulama", "http://www.gib.gov.tr/index.php?id=253", ""],
["SSK Hizmetleri", "http://www.ssk.gov.tr/wps/portal/!ut/p/_s.7_0_A/7_0_5RS?cpid=6", ""],
["Bağkur", "http://www.bagkur.gov.tr/index2.shtml",""],
["Başbakanlık", "http://www.basbakanlik.gov.tr/sour.ce/index.asp?wss=basbakanlik.gov.tr&wpg=ana", ""],
["AÖF ", "http://aofburo.anadolu.edu.tr/", ""],
["ÖSYM","http://www.osym.gov.tr/Default.aspx?F6E10F8892433CFFAAF6AA849816B2EF4376734BED947CDE",""],
["Emekli Sandığı", "http://www.emekli.gov.tr/aylikbilgisi/", ""],
["Tc.Kimlik No", "http://tckimlik.nvi.gov.tr/Web/QueryIdentityNumber.aspx", ""],
["Adsl", "http://adslkota.turktelekom.com.tr/adslkota/login_tr.jsp", ""],
["Telekom", "https://ett.turktelekom.com.tr/etts/", ""],
["Posta Kodu", "http://www.ptt.gov.tr/tr/interaktif/postakodu4.php", ""],
["Askerlik", "http://www.asal.msb.gov.tr/", ""],
["Milliyet", "http://www.milliyet.com.tr/2008/04/09/index.html", ""],
["Türkiye", "http://www.turkiyegazetesi.com/", ""],
["Zaman", "http://www.zaman.com.tr/", ""],
["Yenişafak", "http://yenisafak.com.tr/", ""],


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

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

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

make_menus();