/*
  --- 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 = [
	['About us','../../../index.htm', null,
                ['News','../../../news.htm'],
                ['Support','../../../support.htm'],
                ['Link to us','../../../linktous.htm'],
        ],
	['Products','../../../products/index.htm', null,
		['Active GIF Creator','../../../products/agif/index.htm',null,
                       ['Tutorial','../../../products/agif/tutorial/index.htm'],
                       ['Examples','../../../products/agif/examples/index.htm'],
                       ['Testimonials','../../../products/agif/testimonials/index.htm'],
                ],
		['Animate Me!','../../../products/animateme/index.htm',null,
                       ['Tutorial','../../../products/animateme/tutorial/index.htm'],
                       ['Examples','../../../products/animateme/examples/index.htm'],
                       ['Testimonials','../../../products/animateme/testimonials/index.htm'],
                ],
		['Image Constructor','../../../products/imageconstructor/index.htm',null,
                       ['Tutorial','../../../products/imageconstructor/tutorial/index.htm'],
                       ['Examples','../../../products/imageconstructor/examples/index.htm'],
                       ['Testimonials','../../../products/imageconstructor/testimonials/index.htm'],
                ],
                ['Easy 3D Objects','../../../products/easy3dobjects/index.htm',null,
                       ['Help','../../../products/easy3dobjects/help/index.htm'],
                       ['Examples','../../../products/easy3dobjects/examples/index.htm'],
                       ['Awards','../../../products/easy3dobjects/awards.htm'],
                ],
                ['Easy Banner Creator','../../../products/easybannercreator/index.htm',null,
                       ['Help','../../../products/easybannercreator/help/index.htm'],
                       ['Examples','../../../products/easybannercreator/examples/index.htm'],
                       ['Awards','../../../products/easybannercreator/awards/awards.htm'],
                ],
    ],
	['Download','../../../download.htm',null],
	['Purchase','../../../purchase/index.htm',null,
                       ['About CD','../../../purchase/aboutcd.htm'],
                       ['Our customers','../../../purchase/customers.htm'],
    ],
    ['FAQ','../../../faq.htm', null],
    ['Other software','../../../other.htm', null],
    ['Freeware','../../../freeware/index.htm',null,
                       ['Easy Banner Creator 1.0','../../../freeware/freebanner/index.htm'],
    ],
    ['References','../../../references/index.htm',null],
];


