/* COOLjsMenu style + structure file */

var STYLE_0 =
{
    textClass:[ "l0_out", "l0_over" ],
    // Edit to adjust width and height
    // of top level menu items size:[height, width]
    size:[ 20, 95 ],
    itemoff:[ 0, "+previousItem" ],
    leveloff:[ "+parentItem+0px", 0 ],
    itemFilters:"progid:DXImageTransform.Microsoft.Fade(duration=0)"
};

var STYLE_1 = {
    levelFilters:[ "progid:DXImageTransform.Microsoft.Fade(duration=0.5) progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.5)", "progid:DXImageTransform.Microsoft.Fade(duration=0.5) progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=reverse,duration=0.5)" ],
    itemFilters:null,
    backgroundClass:[ "l1_bg_other", "l1_bg_other" ],
    // borderWidth:[left, top, right, bottom]
    borderWidth:[ 0, 0, 0, 0 ],
    color:
    {
        border:"#F2EEEE"
    },
    textClass:[ "l1_out", "l1_over" ],
    // Edit to adjust width and height
    // of sub level menu items size:[height, width]
    size:[ 19, 100 ],
    itemoff:[ "+previousItem", 0 ],
    ifN0:{
        valign:"bottom",
        size:[ 19, 100 ],
        backgroundClass:[ "l1_bg_0", "l1_bg_0" ]
    },
    ifN1:{
        backgroundClass:[ "l1_bg_1", "l1_bg_1" ]
    },
    ifLast:{
        valign:"top",
        size:[ 19, 100 ],
        // borders:[left, top, right, bottom]
        borders:[ 0, 0, 0, 0 ]
    }
};

// b.gif is a required blank image. Do not remove.
var MENU_ITEMS = [
    {style:[ STYLE_0, STYLE_1 ], blankImage:"templates/wonki/images/b.gif" },
    
    {code:"Collection", url:"index.php?comp=product&op=catlist"},
	{code:"About us", url:"index.php?comp=content&op=view&id=1"},
    {code:"Press", url:"index.php?comp=content&op=view&id=2"},
	{code:"How to order", url:"index.php?comp=content&op=view&id=3"},
	{code:"Disclaimer", url:"index.php?comp=content&op=view&id=4"},
	{code:"Contact us", url:"index.php?comp=content&op=view&id=5"},
	{code:"Home", url:"index.php"},

];

var menu1 = new COOLjsMenuPRO("menu1", MENU_ITEMS);
menu1.initTop();
