/***********************************************
* 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
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
* as first mentioned in http://www.dynamicdrive.com/forums
* username:jscheuer1
***********************************************/

//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:'ftamenu', //use unique quoted id (quoted) REQUIRED!!
bartext:'MENU',
menupos:'left',
kviewtype:'absolute', 
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Side Menu"], //create header
["Home", "http://www.ftafiles.org", ""],
["Resources", "http://www.ftafiles.org/resources.html",""],
["Contact", "http://www.ftafiles.org/contact.html",""],
["FTA Files Page"], //create header
["Ariza", "http://www.ftafiles.org/index_ariza.html", ""], //create two column row, requires d_colspan:2 (the default)
["AZbox", "http://www.ftafiles.org/index_azbox.html", ""], //create two column row, requires d_colspan:2 (the default)
["Captive Works", "http://www.ftafiles.org/index_captiveworks.html", ""], //create two column row, requires d_colspan:2 (the default)
["Coolsat", "http://www.ftafiles.org/index_coolsat.html", ""], //create two column row, requires d_colspan:2 (the default)
["Captain", "http://www.ftafiles.org/index_captain.html", ""], //create two column row, requires d_colspan:2 (the default)
["Conaxsat", "http://www.ftafiles.org/index_conaxsat.html", ""], //create two column row, requires d_colspan:2 (the default)
["Dreambox", "http://www.ftafiles.org/index_dreambox.html", ""], //create two column row, requires d_colspan:2 (the default)
["Extremeview", "http://www.ftafiles.org/index_extremeview.html", ""], //create two column row, requires d_colspan:2 (the default)
["Fortec", "http://www.ftafiles.org/index_fortec.html", ""], //create two column row, requires d_colspan:2 (the default)
["iLink", "http://www.ftafiles.org/index_ilink.html", ""], //create two column row, requires d_colspan:2 (the default)
["KBox", "http://www.ftafiles.org/index_kbox.html", ""], //create two column row, requires d_colspan:2 (the default)
["Neosat", "http://www.ftafiles.org/index_neosat.html", ""], //create two column row, requires d_colspan:2 (the default)
["Neusat", "http://www.ftafiles.org/index_neusat.html", ""], //create two column row, requires d_colspan:2 (the default)
["NFusion", "http://www.ftafiles.org/index_nfusion.html", ""], //create two column row, requires d_colspan:2 (the default)
["Satopia", "http://www.ftafiles.org/index_satopia.html", ""], //create two column row, requires d_colspan:2 (the default)
["Sonysat", "http://www.ftafiles.org/index_sonysat.html", ""], //create two column row, requires d_colspan:2 (the default)
["Pansat", "http://www.ftafiles.org/index_pansat.html", ""], //create two column row, requires d_colspan:2 (the default)
["Seesat", "http://www.ftafiles.org/index_seesat.html", ""], //create two column row, requires d_colspan:2 (the default)
["Skyview", "http://www.ftafiles.org/index_skyview.html", ""], //create two column row, requires d_colspan:2 (the default)
["Sonicview", "http://www.ftafiles.org/index_sonicview.html", ""], //create two column row, requires d_colspan:2 (the default)
["Viewsat", "http://www.ftafiles.org/index_viewsat.html", ""], //create two column row, requires d_colspan:2 (the default)
["Visionsat", "http://www.ftafiles.org/index_visionsat.html", ""], //create two column row, requires d_colspan:2 (the default)
["XFactor", "http://www.ftafiles.org/index_xfactor.html", ""], //create two column row, requires d_colspan:2 (the default)
["DVB", "http://www.ftafiles.org/index_dvb.html", ""], //create two column row, requires d_colspan:2 (the default)
["Top of Page", "http://www.ftafiles.org/#top", ""]  //no comma after last entry

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

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

make_menus();