/***********************************************
* 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[1] = {
id:'menu3', //use unique quoted id (quoted) REQUIRED!!
bartext:'<img src=\"template/odwiedz.png\" alt=\"Afg Computers\" title=\"Afg Computers\" width=\"40\" height=\"183\" />',
hdingwidth:165,
menutop:40,
menupos:'right',
kviewtype:'fixed',
bordercolor:"transparent",
baralign:"center",   
bordercolor:"white",
borderstyle:"none",
barbgcolor: "#f7941e",
hdingbgcolor:"white",  
linktxtalign:"center",
linkheight:100, 
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["<img src=\"template/logo.jpg\" alt=\"Afg Computers\" />"],
["<img src=\"template/afg.jpg\" alt=\"Afg Computers\" title=\"Afg Computers\" width=\"120\" height=\"90\" />", "http://www.afgcomputers.pl/firmie-i-1.html", "", 1, "no"],
["<img src=\"template/P1010022.JPG\" alt=\"Afg Computers\" title=\"Afg Computers\" width=\"120\" height=\"90\" />", "http://www.afgcomputers.pl/firmie-i-1.html", "",1],
["<img src=\"template/P1010025.JPG\" alt=\"Afg Computers\" title=\"Afg Computers\" width=\"120\" height=\"90\" />", "http://www.afgcomputers.pl/firmie-i-1.html", "", 1, "no"],
["<img src=\"template/P1010003.JPG\" alt=\"Afg Computers\" title=\"Afg Computers\" width=\"120\" height=\"90\" />", "http://www.afgcomputers.pl/firmie-i-1.html", "",1],

]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();
