Event.add(window, 'domloaded', function()
{
	Require.module('show', function()
	{
		I('root').insertObject({
			url: AIDAJS.baseUrl + '/../index.swf',
			width: '100%',
			height: '100%',
			flashvars: {
				dp: AIDAJS.baseUrl + '/../index.php?mdu=gallery_ita&section=1',
				di: AIDAJS.baseUrl + '/../index.php?mdu=xml_gallery&section=1',
				pp: AIDAJS.baseUrl + '/../index.php?mdu=gallery_ita&section=2',
				pi: AIDAJS.baseUrl + '/../index.php?mdu=xml_gallery&section=2',
				cp: AIDAJS.baseUrl + '/../index.php?mdu=gallery_ita&section=3',
				ci: AIDAJS.baseUrl + '/../index.php?mdu=xml_gallery&section=3'
			}
		});
	});
});

