/* COOLjsMenu style + structure file */
 
var STYLE_0 =
{
    backgroundClass:[ "clsCMOn", "clsCMOver" ],
    size:[ 27, 137 ],
    itemoff:[ 0, '+previousItem-1px' ],
    leveloff:[ '+parentItem-1px', 0 ]
};
 
var STYLE_1 =
{
    itemoff:[ '+previousItem-1px', 0 ],
    backgroundClass:[ "clsCMOn_sub1", "clsCMOver_sub1" ]
};
 
var STYLE_2 =
{
    leveloff:[ 0, '+parentItem-1px' ]
};
 
var MENU_ITEMS = [
    {pos:'relative', style:[ STYLE_0, STYLE_1, STYLE_2 ], delay:[ 0, 500 ], blankImage:'../kuvat/b.gif'},
    {code:"NEWS", url:"uutiset.php" },
    {code:"NEW PRODUCTS", url:"uutuudet.php" },
    {code:"PRODUCTS",
	sub:[
	     {/*1{*/itemFilters:[ 'progid:DXImageTransform.Microsoft.Fade(duration=0.3)', 'progid:DXImageTransform.Microsoft.Fade(duration=0.3)' ]/*1}*/},
	     {code:"Chairs &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;&gt;",
		sub:[
		{/*1{*/itemFilters:[ 'progid:DXImageTransform.Microsoft.Fade(duration=0.3)', 'progid:DXImageTransform.Microsoft.Fade(duration=0.3)' ]/*1}*/},
		{code:"Metal chairs", url:"tuoteryhmat.php?ryhma=11"},
		{code:"Wooden chairs", url:"tuoteryhmat.php?ryhma=1"},
		]
	    },
	    {code:"Barstools", url:"tuoteryhmat.php?ryhma=2"},
	    {code:"Tables &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;&gt;",
		sub:[
		{/*1{*/itemFilters:[ 'progid:DXImageTransform.Microsoft.Fade(duration=0.3)', 'progid:DXImageTransform.Microsoft.Fade(duration=0.3)' ]/*1}*/},
		{code:"Tables 73 cm", url:"tuoteryhmat.php?ryhma=3"},
		{code:"Tables 113 cm", url:"tuoteryhmat.php?ryhma=7"},
		{code:"Cast iron", url:"tuoteryhmat.php?ryhma=10"},
		]
	    },
		{code:"Arm chairs", url:"tuoteryhmat.php?ryhma=4"},
		{code:"Sofas", url:"tuoteryhmat.php?ryhma=5"},
		{code:"Coat stands", url:"tuoteryhmat.php?ryhma=6"},
		{code:"Lamps", url:"tuoteryhmat.php?ryhma=8"},
		{code:"Accessories", url:"tuoteryhmat.php?ryhma=9"}
	]
    },
    {code:"MEDIABANK", url:"mediapankki.php"},
    {code:"COMPANY", url:"yritys.php"},
    {code:"REFERENCES", url:"referenssit.php" },
    {code:"CONTACTS", url:"yhteystiedot.php" }
];
 
var menu1 = new COOLjsMenuPRO("menu1", MENU_ITEMS);
menu1.initTop();