/*Best 3 Level  */
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
  effect = "Fade(duration=0.2);Alpha(style=0,opacity=50);Shadow(color='#cccccc', Direction=135, Strength=.5)"
}
else
{
  effect = "Shadow(color='#cccccc', Direction=135, Strength=.5)" // Stop IE5.5 bug when using more than one filter
}
timegap=500             // The time delay for menus to remain visible
followspeed=5           // Follow Scrolling speed
followrate=40             // Follow Scrolling Rate
suboffset_top=8;        // Sub menu offset Top position
suboffset_left=-2;        // Sub menu offset Left position

/*    Notes: 006699 003366   z-index: 1 */
/*              1                 2               3               4                 5           6     7           8                 9         10  1 2 3 4 5 6  7  8 9  */
/*                font       back       hovertext,  hoverbak   bordColr,size,style, weight,               face,     cellPad,  , 20,?,?,?,?,enablebg gif 1arrow_dn.gif,?,?,             */
style1=["FFFF66","660099","FFFF99","9966CC","330066",14,"bold","bold","Verdana,Arial",5,,,,,,,,,, ]
style2=["FFFF66","660099","FFFF99","9966CC","330066",12,"normal","normal","Verdana,Arial",5,  , , , , , , , , , ]

/*                                  1                 2     3   4                   5     6             7           8     9           10      11  12  13    14      15  16  17  18  192021   */
/*                              Name, PosFromTop, Left, celwdth, cellSpac, MenuPosINQuotes,arrayStyl,?, TextPos, effect, ?, ?,                            ,,,,,,,,,,  */
/*       --------------------------- TOP LEVEL NAV ----------------------------------  */
/*addmenu(menu=["main_left_menu",83,165,,,"",style1,1,"center","effect",0,1,0,"right",,,0,,,,, */

addmenu(menu=["main_left_menu",87,10, , ,"center",style1,1,"center","effect",0,1,0,"right",,,0,,,,,
,"&nbsp;home","http://www.covertlabs.com/index.html","http://www.covertlabs.com/index.html"," home ",1
,"&nbsp;order","http://www.covertlabs.com/order.html","http://www.covertlabs.com/order.html"," order now ",1
,"&nbsp;guarantee","http://www.covertlabs.com/guarantee.html","http://www.covertlabs.com/guarantee.html"," guarantee ",1
,"&nbsp;natural&nbsp;cleansing","show-menu=E","http://www.covertlabs.com/cleansing_products.html"," natural cleansing ",1
/*,"&nbsp;other&nbsp;supplements","http://www.covertlabs.com/health_supplements.html","health_supplements.html"," other supplements ",1*/
,"&nbsp;contacts","show-menu=G","http://www.covertlabs.com/contactus.html"," contacts ",1
])
/*       ---------------------------END TOP LEVEL NAV ----------------------------------  */


/*                        Name,PosFromTop,Cellwidth, Left, Borderwidth,subposition-leaveblank,  */
/*       ---------------------------DROP DOWNS A, B, C, D, E, F ----------------------------------  */
addmenu(menu=["A",
,,150,2,"",style2,,"left","pixelate(squares=Wedge, duration=0.1)",,,,,,,,,,,, //"Fade(duration=0.2)"
," example link ","index.html","#"," example link ",1
])

addmenu(menu=["B",
,,150,2,"",style2,,"left","pixelate(squares=Wedge, duration=0.1)",,,,,,,,,,,, //"Fade(duration=0.2)"
," example link ","index.html","#"," example link ",1
])

addmenu(menu=["C",
,,150,2,"",style2,,"left","pixelate(squares=Wedge, duration=0.1)",,,,,,,,,,,, //"Fade(duration=0.2)"
," example link ","index.html","#"," example link ",1
])

addmenu(menu=["D",
,,150,2,"",style2,,"left","pixelate(squares=Wedge, duration=0.1)",,,,,,,,,,,, //"Fade(duration=0.2)"
," example link ","index.html","#"," example link ",1
])

addmenu(menu=["E",
,, 210,2,"",style2,,"left","pixelate(squares=Wedge, duration=0.1)",,,,,,,,,,,, //"Fade(duration=0.2)"
," our products                                       ","cleansing_products.html","#"," our products ",1
," health living cleansing program  ","healthy_living.html","#"," health living cleansing program ",1
])

addmenu(menu=["F",
,,150,2,"",style2,,"left","pixelate(squares=Wedge, duration=0.1)",,,,,,,,,,,, //"Fade(duration=0.2)"
," example link ","index.html","#"," example link ",1
])

addmenu(menu=["G",
,,130,2,"",style2,,"left","pixelate(squares=Wedge, duration=0.1)",,,,,,,,,,,, //"Fade(duration=0.2)"
," phone, fax, email  ","contactus.html","#"," phone, fax, email  ",1
," testimonials         ","testimonials.html","#"," testimonials          ",1
])

dumpmenus()



