/***********************************************
* 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:'menu3', //use unique quoted id (quoted) REQUIRED!!

bartext:'HILFE',
barwidth:30,     // bar (the vertical cell) width
menutop:210,     // initial top offset - except for top menu, where it is meaningless
barcolor:'#ffffff',        // bar (the vertical cell) text color
barbgcolor:'#555555',   // bar (the vertical cell) background color
barfontweight:'bold' ,
barfontsize:'160%' ,
hdingwidth:210 ,  // heading - non linked horizontal cells width
linkheight:22 ,  // linked horizontal cells height
menupos:'right',
linktopad:5, 
kviewtype:'fixed', 
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header

["Video-Hilfe", "", ""],
["Z-DBackup", "http://www.z-dbackup.de/demo.html",""],
["Z-DATdump", "http://www.tape-backup.de/demo.html", "_blank"],
["Z-Cron", "http://www.z-cron.de/demo.html", "_blank"],
["Z-Scan2Send", "http://www.z-scan2send.de/pdf-demo.html", "_blank"],
["PDF Handbücher", "", ""],
["Z-DBackup", "http://www.point2click.de/freeware/download/zdb-handbuch.zip", ""],
["Z-DATdump", "http://www.z-download.de/down/zdatgerPDF.zip", ""],
["Z-Scan2Send", "http://z-download.de/down/zscanpdf.zip", ""],
["Z-Software", "", ""],
["Modularer Aufbau", "http://www.z-dbackup.de/z-dbackup_lizenz.html", ""],
["Support", "", ""],
["Informationen", "http://www.z-dbackup.de/support.html", ""],
["Ticket-System", "http://www.z-dbackup.de/h2desk/index.php", ""],




// Bsp. 2 Links nebeneinander ["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
//["Email", "http://www.dynamicdrive.com/contact.htm", "",1],

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

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

make_menus();
