/***********************************************
* 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:'menu1', //use unique quoted id (quoted) REQUIRED!!
menutop:88,     // initial top offset - except for top menu, where it is meaningless
//menuleft:'45%',     initial left offset - only for top menu, as pixels (can be a quoted percentage - ex: '50%')
keepinview:80,   // Use false (for not static) - OR - true or numeric top offset when page scrolls
menuspeed:20,    // Speed of menu sliding smaller is faster (interval of milliseconds)
menupause:500,   // How long menu stays out when mouse leaves it (in milliseconds)
d_colspan:2,     // Available columns in menu body as integer
allowtransparent:false, // true to allow page to show through menu if other bg's are transparent or border has gaps
barwidth:30,     // bar (the vertical cell) width
wrapbar:false,    // extend and wrap bar below menu for a more solid look (default false) - will revert to false for top menu
hdingwidth:220,  // heading - non linked horizontal cells width
hdingheight:25,  // heading - non linked horizontal cells height
hdingindent:1,   // heading - non linked horizontal cells text-indent represents ex units (@8 pixels decimals allowed)
linkheight:14,   // linked horizontal cells height
linktopad:5,     // linked horizontal cells top padding
borderwidth:1,   // inner border-width used for this menu
/////////////////////////// quote these properties: /////////////////////
bordercolor:'#fcf7f3', // inner border color
borderstyle:'solid',    // inner border style (solid, dashed, inset, etc.)
outbrdwidth:'0ex 0ex 0ex 0ex', // outer border-width used for this menu (top right bottom left)
outbrdcolor:'lightblue',  // outer border color
outbrdstyle:'solid',     // outer border style (solid, dashed, inset, etc.)
barcolor:'white',        // bar (the vertical cell) text color
barbgcolor:'#be0a6e',   // bar (the vertical cell) background color
barfontweight:'bold',    // bar (the vertical cell) font weight
baralign:'center',       // bar (the vertical cell) right left or center text alignment
menufont:'verdana',      // menu font
fontsize:'100%',          // express as percentage with the % sign
hdingcolor:'white',      // heading - non linked horizontal cells text color
hdingbgcolor:'#f32e9b',  // heading - non linked horizontal cells background color
hdingfontweight:'bold',  // heading - non linked horizontal cells font weight
hdingvalign:'middle',    // heading - non linked horizontal cells vertical align (top, middle or center)
hdingtxtalign:'left',    // heading - non linked horizontal cells right left or center text alignment
linktxtalign:'center',     // linked horizontal cells right left or center text alignment
linktarget:'',           // default link target, leave blank for same window (other choices: _new, _top, or a window or frame name)
kviewtype:'fixed',       // Type of keepinview - 'fixed' utilizes fixed positioning where available, 'absolute' fluidly follows page scroll
menupos:'left',         // set side that menu slides in from (right or left or top)
bartext:'КОНТАКТНЫЕ ЛИНЗЫ',       // bar text (the vertical cell) use text or img tag
///////////////////////////

menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Срок ношения"], //create header
["1 день", "http://lornet.su/?page=dynamic&typeid=1", "_self"],
["14 дней", "http://lornet.su/?page=dynamic&typeid=2", "_self"],
["1 месяц", "http://lornet.su/?page=dynamic&typeid=3", "_self"],
["3 месяца", "http://lornet.su/?page=dynamic&typeid=4", "_self"],
["полгода", "http://lornet.su/?page=dynamic&typeid=5", "_self"],
[" ", " ", " "],

["Специальные линзы", "", ""], //create header
 
["Цветные", "http://lornet.su/?page=dynamic&typeid=6", "_new"],
["Экзотические", "http://lornet.su/?page=dynamic&typeid=7", "_new"],
["Астигматические", "http://lornet.su/?page=dynamic&typeid=8", "_new"],
["Мультифокальные", "http://lornet.su/?page=dynamic&typeid=9", "_new"],
[" ", " ", " "],

["Производители", "", ""],
["Bausch&amp;Lomb", "http://lornet.su/?page=dynamic&amp;firmid=1", "_new"],
["CIBA Vision", "http://lornet.su/?page=dynamic&amp;firmid=2", "_new"],
["CooperVision", "http://lornet.su/?page=dynamic&amp;firmid=3", "_new"],
["Johnson&amp;Johnson", "http://lornet.su/?page=dynamic&amp;firmid=4", "_new"],
["Maxima", "http://lornet.su/?page=dynamic&amp;firmid=5", "_new"],
["Sauflon", "http://lornet.su/?page=dynamic&amp;firmid=6", "_new"],
["Ocular Sciences", "http://lornet.su/?page=dynamic&amp;firmid=7", "_new"],
["Optical Connection", "http://lornet.su/?page=dynamic&amp;firmid=8", "_new"],
["Safilens", "http://lornet.su/?page=dynamic&amp;firmid=9", "_new"],
["Конкор", "http://lornet.su/?page=dynamic&amp;firmid=10", "_new"],
[" ", " ", " "],
["Аксессуары", "", ""],
["Средства ухода", "http://lornet.su/?page=static&section=13", "_new"],
["Косметика для глаз", "http://lornet.su/?page=innoxa", "_new"],
[" ", " ", " "],  
["", "", ""]//no comma after last entry

]}; // REQUIRED!! do not edit or remove
menu[3] = {  // REQUIRED!!  This menu explicitly declares all available options even if they are the same as the defaults
id:'menu3', //use unique quoted id (quoted) REQUIRED!!
/////////////////////////////////////
///////////// no quotes for these properties (numbers represent pixels unless otherwise noted): ////////////
/////////////////////////////////////
user_defined_stylesheet:false, //if true, prevents script from generating stylesheet for this menu
user_defined_markup:false, //if true, prevents script from generating markup for this menu
design_mode:false,  //if true, generates a report of the script generated/intended styles and markup (as a design aid)
menutop:88,     // initial top offset - except for top menu, where it is meaningless
//menuleft:'45%',     initial left offset - only for top menu, as pixels (can be a quoted percentage - ex: '50%')
keepinview:80,   // Use false (for not static) - OR - true or numeric top offset when page scrolls
menuspeed:20,    // Speed of menu sliding smaller is faster (interval of milliseconds)
menupause:500,   // How long menu stays out when mouse leaves it (in milliseconds)
d_colspan:3,     // Available columns in menu body as integer
allowtransparent:false, // true to allow page to show through menu if other bg's are transparent or border has gaps
barwidth:30,     // bar (the vertical cell) width
wrapbar:false,    // extend and wrap bar below menu for a more solid look (default false) - will revert to false for top menu  true -полоса снизу
hdingwidth:480,  // heading - non linked horizontal cells width
hdingheight:25,  // heading - non linked horizontal cells height
hdingindent:1,   // heading - non linked horizontal cells text-indent represents ex units (@8 pixels decimals allowed)
linkheight:7,   // linked horizontal cells height
linktopad:3,     // linked horizontal cells top padding
borderwidth:1,   // inner border-width used for this menu
/////////////////////////// quote these properties: /////////////////////
bordercolor:'#fcf7f3', // inner border color
borderstyle:'solid',    // inner border style (solid, dashed, inset, etc.)
outbrdwidth:'0ex 0ex 0ex 0ex', // outer border-width used for this menu (top right bottom left)
outbrdcolor:'lightblue',  // outer border color
outbrdstyle:'solid',     // outer border style (solid, dashed, inset, etc.)
barcolor:'white',        // bar (the vertical cell) text color
barbgcolor:'#be0a6e',   // bar (the vertical cell) background color
barfontweight:'bold',    // bar (the vertical cell) font weight
baralign:'center',       // bar (the vertical cell) right left or center text alignment
menufont:'verdana',      // menu font
fontsize:'80%',          // express as percentage with the % sign
hdingcolor:'white',      // heading - non linked horizontal cells text color
hdingbgcolor:'#f32e9b',  // heading - non linked horizontal cells background color
hdingfontweight:'bold',  // heading - non linked horizontal cells font weight
hdingvalign:'middle',    // heading - non linked horizontal cells vertical align (top, middle or center)
hdingtxtalign:'left',    // heading - non linked horizontal cells right left or center text alignment
linktxtalign:'left',     // linked horizontal cells right left or center text alignment
linktarget:'',           // default link target, leave blank for same window (other choices: _new, _top, or a window or frame name)
kviewtype:'fixed',       // Type of keepinview - 'fixed' utilizes fixed positioning where available, 'absolute' fluidly follows page scroll
menupos:'right',         // set side that menu slides in from (right or left or top)
bartext:'МНЕНИЯ ПОКУПАТЕЛЕЙ',       // bar text (the vertical cell) use text or img tag
///////////////////////////
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["По линзам"], //create header
["1-Day Acuvue", "http://www.lornet.su/?page=dynamic&lensid=1", "", 1, "no"],
["1-DAY Acuvue for Astigmatism", "http://www.lornet.su/?page=dynamic&lensid=2", "", 1],
["1-Day Acuvue MOIST", "http://www.lornet.su/?page=dynamic&lensid=3", "", 1, "no"],
["1-DAY Acuvue Colours", "http://www.lornet.su/?page=dynamic&lensid=4", "", 1],
["1-Day Acuvue (90 бл.)", "http://www.lornet.su/?page=dynamic&lensid=5", "", 1, "no"],
["ACUVUE 2 Colors", "http://www.lornet.su/?page=dynamic&lensid=7", "", 1],
["ACUVUE 2", "http://www.lornet.su/?page=dynamic&lensid=8", "", 1, "no"],
["Acuvue Advance", "http://www.lornet.su/?page=dynamic&lensid=9", "", 1],
["ACUVUE Oasys", "http://www.lornet.su/?page=dynamic&lensid=10", "", 1, "no"],
["DuraSoft 3", "http://www.lornet.su/?page=dynamic&lensid=11", "", 1],
["FreshLook Color One-Day", "http://www.lornet.su/?page=dynamic&lensid=16", "", 1, "no"],
["FreshLook Color", "http://www.lornet.su/?page=dynamic&lensid=17", "", 1],
["FreshLook ColorBlends", "http://www.lornet.su/?page=dynamic&lensid=18", "", 1, "no"],
["FreshLook Dimensions", "http://www.lornet.su/?page=dynamic&lensid=19", "", 1],
["FreshLook Dimensions Plano", "http://www.lornet.su/?page=dynamic&lensid=20", "", 1, "no"],
["FreshLook Radiance", "http://www.lornet.su/?page=dynamic&lensid=21", "", 1],
["Maxima 1 DAY", "http://www.lornet.su/?page=dynamic&lensid=22", "", 1, "no"],
["Maxima 38 FW", "http://www.lornet.su/?page=dynamic&lensid=23", "", 1],
["Maxima 38", "http://www.lornet.su/?page=dynamic&lensid=24", "", 1, "no"],
["Maxima 55 Comfort+", "http://www.lornet.su/?page=dynamic&lensid=25", "", 1],
["Maxima 55 UV", "http://www.lornet.su/?page=dynamic&lensid=27", "", 1, "no"],
["Maxima 55", "http://www.lornet.su/?page=dynamic&lensid=28", "", 1],
["Optima FW", "http://www.lornet.su/?page=dynamic&lensid=29", "", 1, "no"],
["Optima FW", "http://www.lornet.su/?page=dynamic&lensid=30", "", 1],
["Optosoft 42 UV", "http://www.lornet.su/?page=dynamic&lensid=31", "", 1, "no"],
["Optosoft Color", "http://www.lornet.su/?page=dynamic&lensid=32", "", 1],
["Optosoft Tint", "http://www.lornet.su/?page=dynamic&lensid=33", "", 1, "no"],
["Precision UV", "http://www.lornet.su/?page=dynamic&lensid=34", "", 1],
["PureVision Multi-Focal", "http://www.lornet.su/?page=dynamic&lensid=35", "", 1, "no"],
["PureVision Toric", "http://www.lornet.su/?page=dynamic&lensid=36", "", 1],
["PureVision", "http://www.lornet.su/?page=dynamic&lensid=37", "", 1, "no"],
["PureVision", "http://www.lornet.su/?page=dynamic&lensid=38", "", 1],
["Soflens One Day", "http://www.lornet.su/?page=dynamic&lensid=39", "", 1, "no"],
["SofLens 59", "http://www.lornet.su/?page=dynamic&lensid=40", "", 1],
["Frequency 55 Aspheric", "http://www.lornet.su/?page=dynamic&lensid=41", "", 1, "no"],
["SofLens Toric", "http://www.lornet.su/?page=dynamic&lensid=42", "", 1],
["SofLens 66", "http://www.lornet.su/?page=dynamic&lensid=43", "", 1, "no"],
["Soflens Colors", "http://www.lornet.su/?page=dynamic&lensid=44", "", 1],
["SofLens daily disposable", "http://www.lornet.su/?page=dynamic&lensid=45", "", 1, "no"],
["SofLens Multi-Focal", "http://www.lornet.su/?page=dynamic&lensid=46", "", 1],
["AIR Optix", "http://www.lornet.su/?page=dynamic&lensid=47", "", 1, "no"],
["Focus Dailies", "http://www.lornet.su/?page=dynamic&lensid=48", "", 1],
["Focus Monthly Toric", "http://www.lornet.su/?page=dynamic&lensid=49", "", 1, "no"],
["Focus Night & Day", "http://www.lornet.su/?page=dynamic&lensid=50", "", 1],
["Focus SoftColors", "http://www.lornet.su/?page=dynamic&lensid=51", "", 1, "no"],
["High Time 55 UV", "http://www.lornet.su/?page=dynamic&lensid=52", "", 1],
["High Time One Day", "http://www.lornet.su/?page=dynamic&lensid=53", "", 1, "no"],
["Crazy", "http://www.lornet.su/?page=dynamic&lensid=54", "", 1],
["UltraFlex", "http://www.lornet.su/?page=dynamic&lensid=55", "", 1, "no"],
["La Vue 55 AC", "http://www.lornet.su/?page=dynamic&lensid=56", "", 1],
["La Vue Colors 55 UV", "http://www.lornet.su/?page=dynamic&lensid=57", "", 1, "no"],
["Biofinity", "http://www.lornet.su/?page=dynamic&lensid=58", "", 1],
["Biomedics XC", "http://www.lornet.su/?page=dynamic&lensid=59", "", 1, "no"],
["Biomedics 55 Evolution", "http://www.lornet.su/?page=dynamic&lensid=60", "", 1],
["Biomedics 55 UV (SoftView 55)", "http://www.lornet.su/?page=dynamic&lensid=61", "", 1, "no"],
["Biomedics 38", "http://www.lornet.su/?page=dynamic&lensid=62", "", 1],
["Biomedics One day 52 (SoftView)", "http://www.lornet.su/?page=dynamic&lensid=63", "", 1, "no"],
["Biomedics Colors Premium", "http://www.lornet.su/?page=dynamic&lensid=64", "", 1],
["Biomedics Toric 55 (Softview)", "http://www.lornet.su/?page=dynamic&lensid=65", "", 1, "no"],
["Rythmic Multifocal 73", "http://www.lornet.su/?page=dynamic&lensid=66", "", 1],
["Офтальмикс Colors", "http://www.lornet.su/?page=dynamic&lensid=67", "", 1, "no"],
["LunelleES 70", "http://www.lornet.su/?page=dynamic&lensid=68", "", 1],
["Edge III 55 FW UV", "http://www.lornet.su/?page=dynamic&lensid=69", "", 1, "no"],
["Versa Scribe FW", "http://www.lornet.su/?page=dynamic&lensid=70", "", 1],
["Ultra Flex Next", "http://www.lornet.su/?page=dynamic&lensid=71", "", 1, "no"],
["Офтальмикс 55 UV", "http://www.lornet.su/?page=dynamic&lensid=72", "", 1],
["Carrera Contact Sport 32", "http://www.lornet.su/?page=dynamic&lensid=73", "", 1, "no"],
["Carrera Contact Monthly", "http://www.lornet.su/?page=dynamic&lensid=75", "", 1],
["Safe-Gel 7 days", "http://www.lornet.su/?page=dynamic&lensid=76", "", 1, "no"],
["Dior Pret a Porter", "http://www.lornet.su/?page=dynamic&lensid=77", "", 1],
["Clear 55 Aspheric", "http://www.lornet.su/?page=dynamic&lensid=78", "", 1, "no"],
["Конкор-38", "http://www.lornet.su/?page=dynamic&lensid=79", "", 1],
["Конкор-38T", "http://www.lornet.su/?page=dynamic&lensid=80", "", 1, "no"],
["Конкор-38TУ", "http://www.lornet.su/?page=dynamic&lensid=81", "", 1],
["Конкор-56", "http://www.lornet.su/?page=dynamic&lensid=82", "", 1, "no"],
["Терция", "http://www.lornet.su/?page=dynamic&lensid=83", "", 1],
["Конкор Contaflex 67", "http://www.lornet.su/?page=dynamic&lensid=84", "", 1, "no"],
["Конкор Оттеночные", "http://www.lornet.su/?page=dynamic&lensid=85", "", 1],
["Acuvue Oasys for Astigmatism", "http://www.lornet.su/?page=dynamic&lensid=86", "", 1, "no"],
["Omniflex", "http://www.lornet.su/?page=dynamic&lensid=87", "", 1],
["OkVision Fusion", "http://www.lornet.su/?page=dynamic&lensid=88", "", 1, "no"],
["Офтальмикс One Day", "http://www.lornet.su/?page=dynamic&lensid=89", "", 1],
["Офтальмикс Profi", "http://www.lornet.su/?page=dynamic&lensid=90", "", 1, "no"],
["Конкор для Клабберов", "http://www.lornet.su/?page=dynamic&lensid=91", "", 1],
["Конкор Радужные Color", "http://www.lornet.su/?page=dynamic&lensid=92", "", 1, "no"],
["Конкор Радужные", "http://www.lornet.su/?page=dynamic&lensid=93", "", 1],
["1-DAY ACUVUE TruEye", "http://www.lornet.su/?page=dynamic&lensid=94", "", 1, "no"],
["AIR OPTIX AQUA", "http://www.lornet.su/?page=dynamic&lensid=95", "", 1],
["DAILIES Aqua Comfort Plus", "http://www.lornet.su/?page=dynamic&lensid=96", "", 1, "no"],
["ОФТАЛЬМИКС Batterfly", "http://www.lornet.su/?page=dynamic&lensid=97", "", 1],
["ОФТАЛЬМИКС Batterfly Clear", "http://www.lornet.su/?page=dynamic&lensid=98", "", 1, "no"],
["HO4", "http://www.lornet.su/?page=dynamic&lensid=99", "", 1],
["OKVision INFINITY", "http://www.lornet.su/?page=dynamic&lensid=100", "", 1, "no"],
["Air Optix for Astigmatism", "http://www.lornet.su/?page=dynamic&lensid=101", "", 1],
[" ", " ", "", 1, "no"],
[" ", " ", "", 1],

["Дополнительно", "", ""], //create header
["Средства ухода", "http://lornet.su/?page=static&section=13", "_new"],

["Фото в линзах", "http://lornet.su/?page=photos", "_new"],  
[" ", " ", "_new"]//no comma after last entry

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

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

make_menus();
