/* COOLjsMenu style + structure file */

var STYLE_0 =
{
    backgroundColor:[ "white", "#B6BDD2" ],
    backgroundClass:[ "clsCMOn", "clsCMOver" ],
    size:[ "+self", "+self" ], 
    itemoff:[ 0, '+previousItem-1px' ],
    leveloff:[ '+parentItem-1px', 0 ]
};

var STYLE_1 =
{
    borderWidth: 1,
    borderColor:"#CCCCCC",
    itemoff:[ '+previousItem-1px', 0 ],
    size:[ 24, 150 ]
};

var MENU_ITEMS = [
    {pos:'relative', style:[ STYLE_0, STYLE_1 ], blankImage:'images/b.gif'},
    {code:"Home", url:"index.rhtml"},
    {code:"Products", url:"products.rhtml"},
    {code:"Services", url:"services.rhtml"},
    {code:"Portfolio", url:"portfolio.rhtml"},
    {code:"Blogs", url:"http://blogs.designingpatterns.com"},
    {code:"Wiki", url:"http://wiki.designingpatterns.com"},
    {code:"About Us", url:"aboutus.rhtml",
     sub:[
	 {},
         {code:"Background", url:"aboutus.rhtml"},
         {code:"Who We Are", url:"management.rhtml"},
         {code:"Prior Work", url:"priorwork.rhtml"},
         {code:"Contact Information", url:"contactus.rhtml"}
     ]
    },


];

var menu1 = new COOLjsMenuPRO("menu1", MENU_ITEMS);
menu1.initTop();
