//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended): resizereinit=true; menu[3] = { id:'menu3', //use unique quoted id (quoted) REQUIRED!! bartext:'NAVIGATION', menupos:'right', kviewtype:'absolute', menuItems:[ // REQUIRED!! //[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header ["Browse"], //create header ["Points System", "https://hackerspark.forumotion.com/read-this-before-posting-f49/points-system-t450.htm", ""], ["PC Softwares", "https://hackerspark.forumotion.com/-f24/",""], ["PC Games", "https://hackerspark.forumotion.com/g-f25/", ""], ["Movie Videos", "https://hackerspark.forumotion.com/-f32/", ""], ["Requests", "https://hackerspark.forumotion.com/q--f39/", ""], ["Jump To"], ["Photo", "https://hackerspark.forumotion.com/profile.forum?mode=editprofile&page_profil=avatars", "", 1, "no"], //create two column row, requires d_colspan:2 (the default) ["Signature", "https://hackerspark.forumotion.com/profile.forum?mode=editprofile&page_profil=signature", "",1], ["PM", "https://hackerspark.forumotion.com/msg.forum?folder=inbox", "", 1, "no"], ["Frnd Rqst", "https://hackerspark.forumotion.com/profile.forum?mode=editprofile&page_profil=friendsfoes", "", 1], ]}; // REQUIRED!! do not edit or remove ////////////////////Stop Editing///////////////// /* Omni Slide Menu script - http://www.dynamicdrive.com */ make_menus();