/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['&nbsp;HOME','http://www.silwik.com/index.php', null,[80,0],
	],
	['ABOUT ME', 'http://www.silwik.com/phpfiles/about.php', null, [110,0],[150,0],
	    ['BIO', 'http://www.silwik.com/phpfiles/about.php'],
	    ['ARTIST STATEMENT', 'http://www.silwik.com/phpfiles/artist_statement.php'],
	],
	['NEWS', 'http://www.silwik.com/phpfiles/news.php', null, [87,0],[120,0],
	],

	['PAINTINGS', 'http://www.silwik.com/phpfiles/gallery.php', null, [125,0],[137,0],
		['CONTEMPORARY', 'http://www.silwik.com/phpfiles/gallery/contemporary/index.php'],
		['FIGURATIVE', 'http://www.silwik.com/phpfiles/gallery/figurative/index.php'],
		['BOTANICAL', 'http://www.silwik.com/phpfiles/gallery/botanical/index.php'],
		['FOLK ART', 'http://www.silwik.com/phpfiles/gallery/folk/index.php',null,
			['ALL  ANIMALS', 'http://www.silwik.com/phpfiles/gallery/folk/index.php'],
			['DOGS', 'http://www.silwik.com/phpfiles/gallery/folk/dogs/index.php'],
    	['CATS', 'http://www.silwik.com/phpfiles/gallery/folk/cats/index.php'],
			['COWS', 'http://www.silwik.com/phpfiles/gallery/folk/cows/index.php'],
		],
		['HOME DECOR', 'http://www.silwik.com/decoration/index.php'],
	],
		['SCULPTURE', 'http://www.silwik.com/phpfiles/gallery/fairy/index.php', null, [115,0],[120,0],
	    ['FAIRIES', 'http://www.silwik.com/phpfiles/gallery/fairy/index.php'],
	    ['GOBLINS', 'http://www.silwik.com/phpfiles/gallery/goblins/index.php'],
	],
	
	['PHOTOGRAPHY', 'http://www.silwik.com/photography/index.php', null, [140,0],[190,0],
	['GALLERY', 'http://www.silwik.com/photography/index.php'],
	['HOME DECOR', 'http://www.silwik.com/decoration/photos/index.php'],
	],
	['STORE', 'http://www.silwik.com/store/index.php', null, [87,0],[110,0],
	    ['PAINTINGS', 'http://www.silwik.com/store/index.php'],
		['PHOTOGRAPHY', 'http://www.silwik.com/store/index.php'],
	],

	['CONTACT', 'http://www.silwik.com/phpfiles/contact.php', null, [100,0],[120,0],
	],
];


