
function init()
{
	setClock( 'clock', true );
	contentInit( 'loadSB()', true, 'ImgSB', '' );
	openWindow('popup.html', 'name:popup;tips:menu=no,toolbar=no,resizable=yes,height=600,width=450,screenX=0,screenY=0,left=0,top=0,scrollbars;replace:true')
}

function initMuchachita()
{
	contentInit( 'loadMuchachita()', true, 'ImgMuchachita', '' );
}

function initScuolaFoto()
{
	contentInit( 'loadScuolaFoto()', true, 'ImgScuolaFoto', '' );
}

function initCorsiFoto()
{
	contentInit( 'loadCorsiFoto()', true, 'ImgCorsiFoto', '' );
}

function initStageFoto()
{
	contentInit( 'loadStageFoto()', true, 'ImgStageFoto', '' );
}

function initOpenFoto()
{
	contentInit( 'loadOpenFoto()', true, 'ImgOpenFoto', '' );
}

function init2004NataleFoto()
{
	contentInit( 'load2004NataleFoto()', true, 'Img2004NataleFoto', '' );
}

function setClock( pClockId, pTimeout )
{
	var lDate;
	
	var lElement;
	var lHTML;
	
	lElement = getHTMLElement( pClockId );
	
	if ( lElement )
	{
		lDate = new Date();
		
		lHTML = dateFormat( lDate );
		
		setInnerHTML( lElement, lHTML );
		
		if ( pTimeout )
			setTimeout( 'setClock("' + pClockId + '", true)', 1000 );
	}
}

function loadSB()
{
 _SB = new Array(1);
 
 _SB[0] = new ContentItem( 'BLScambiolink.jpg', '', '' );
 _SB.stop = false;
 _SB.frame = 0;
 _SB.timeout = null;
 
 return '_SB';
}

function loadMuchachita()
{
 _Muchachita = new Array(4);
 
 _Muchachita[0] = new ContentItem( 'muchachita_summer.jpg', '', '' );
 _Muchachita[1] = new ContentItem( 'pala_folies_1.jpg', '', '' );
 _Muchachita[2] = new ContentItem( 'pala_folies_2.jpg', '', '' );
 _Muchachita[3] = new ContentItem( 'pala_folies_3.jpg', '', '' );
 _Muchachita.stop = false;
 _Muchachita.frame = 0;
 _Muchachita.timeout = null;
 
 return '_Muchachita';
}

function loadScuolaFoto()
{
 _ScuolaFoto = new Array(12);
 
 _ScuolaFoto[0] = new ContentItem( 'scuola_foto_0.jpg', '', '' );
 _ScuolaFoto[1] = new ContentItem( 'scuola_foto_1.jpg', '', '' );
 _ScuolaFoto[2] = new ContentItem( 'scuola_foto_2.jpg', '', '' );
 _ScuolaFoto[3] = new ContentItem( 'scuola_foto_3.jpg', '', '' );
 _ScuolaFoto[4] = new ContentItem( 'scuola_foto_4.jpg', '', '' );
 _ScuolaFoto[5] = new ContentItem( 'scuola_foto_5.jpg', '', '' );
 _ScuolaFoto[6] = new ContentItem( 'scuola_foto_6.jpg', '', '' );
 _ScuolaFoto[7] = new ContentItem( 'scuola_foto_7.jpg', '', '' );
 _ScuolaFoto[8] = new ContentItem( 'scuola_foto_9.jpg', '', '' );
 _ScuolaFoto[9] = new ContentItem( 'scuola_foto_10.jpg', '', '' );
 _ScuolaFoto[10] = new ContentItem( 'scuola_foto_11.jpg', '', '' );
 _ScuolaFoto[11] = new ContentItem( 'scuola_foto_12.jpg', '', '' );
 _ScuolaFoto.stop = false;
 _ScuolaFoto.frame = 0;
 _ScuolaFoto.timeout = null;
 
 return '_ScuolaFoto';
}

function loadCorsiFoto()
{
 _CorsiFoto = new Array(14);
 
 _CorsiFoto[0] = new ContentItem( 'corsi_foto_0.jpg', '', '' );
 _CorsiFoto[1] = new ContentItem( 'corsi_foto_1.jpg', '', '' );
 _CorsiFoto[2] = new ContentItem( 'corsi_foto_2.jpg', '', '' );
 _CorsiFoto[3] = new ContentItem( 'corsi_foto_3.jpg', '', '' );
 _CorsiFoto[4] = new ContentItem( 'corsi_foto_4.jpg', '', '' );
 _CorsiFoto[5] = new ContentItem( 'corsi_foto_5.jpg', '', '' );
 _CorsiFoto[6] = new ContentItem( 'corsi_foto_6.jpg', '', '' );
 _CorsiFoto[7] = new ContentItem( 'corsi_foto_7.jpg', '', '' );
 _CorsiFoto[8] = new ContentItem( 'corsi_foto_8.jpg', '', '' );
 _CorsiFoto[9] = new ContentItem( 'corsi_foto_9.jpg', '', '' );
 _CorsiFoto[10] = new ContentItem( 'corsi_foto_10.jpg', '', '' );
 _CorsiFoto[11] = new ContentItem( 'corsi_foto_11.jpg', '', '' );
 _CorsiFoto[12] = new ContentItem( 'corsi_foto_12.jpg', '', '' );
 _CorsiFoto[13] = new ContentItem( 'corsi_foto_13.jpg', '', '' );
 _CorsiFoto.stop = false;
 _CorsiFoto.frame = 0;
 _CorsiFoto.timeout = null;
 
 return '_CorsiFoto';
}

function loadStageFoto()
{
 _StageFoto = new Array(1);
 
 _StageFoto[0] = new ContentItem( 'stage_foto_0.jpg', '', '' );
 _StageFoto.stop = false;
 _StageFoto.frame = 0;
 _StageFoto.timeout = null;
 
 return '_StageFoto';
}

function loadOpenFoto()
{
 _OpenFoto = new Array(1);
 
 _OpenFoto[0] = new ContentItem( 'open_foto_0.jpg', '', '' );
 _OpenFoto.stop = false;
 _OpenFoto.frame = 0;
 _OpenFoto.timeout = null;
 
 return '_OpenFoto';
}

function load2004NataleFoto()
{
 _2004NataleFoto = new Array(7);
 
 _2004NataleFoto[0] = new ContentItem( '2004_natale_foto_0.jpg', '', '' );
 _2004NataleFoto[1] = new ContentItem( '2004_natale_foto_1.jpg', '', '' );
 _2004NataleFoto[2] = new ContentItem( '2004_natale_foto_2.jpg', '', '' );
 _2004NataleFoto[3] = new ContentItem( '2004_natale_foto_3.jpg', '', '' );
 _2004NataleFoto[4] = new ContentItem( '2004_natale_foto_4.jpg', '', '' );
 _2004NataleFoto[5] = new ContentItem( '2004_natale_foto_5.jpg', '', '' );
 _2004NataleFoto[6] = new ContentItem( '2004_natale_foto_6.jpg', '', '' );
 _2004NataleFoto.stop = false;
 _2004NataleFoto.frame = 0;
 _2004NataleFoto.timeout = null;
 
 return '_2004NataleFoto';
}

function openScuolaFoto()
{
	openWindow('scuola_foto.html', 'name:scuola_foto;tips:menu=no,toolbar=no,resizable=yes,height=450,width=510,screenX=0,screenY=0,left=0,top=0,scrollbars;replace:true');
}

function openCorsiFoto()
{
	openWindow('corsi_foto.html', 'name:corsi_foto;tips:menu=no,toolbar=no,resizable=yes,height=450,width=510,screenX=0,screenY=0,left=0,top=0,scrollbars;replace:true');
}

function openStageFoto()
{
	openWindow('stage_foto.html', 'name:stage_foto;tips:menu=no,toolbar=no,resizable=yes,height=450,width=510,screenX=0,screenY=0,left=0,top=0,scrollbars;replace:true');
}

function openOpenFoto()
{
	openWindow('open_foto.html', 'name:open_foto;tips:menu=no,toolbar=no,resizable=yes,height=450,width=510,screenX=0,screenY=0,left=0,top=0,scrollbars;replace:true');
}

function open2004NataleFoto()
{
	openWindow('2004_natale_foto.html', 'name:2004_natale_foto;tips:menu=no,toolbar=no,resizable=yes,height=450,width=510,screenX=0,screenY=0,left=0,top=0,scrollbars;replace:true');
}

function open2005MuchachitaFoto()
{
	openWindow('2005_muchachita_foto.html', 'name:2005_muchachita_summer_foto;tips:menu=no,toolbar=no,resizable=yes,height=600,width=850,screenX=0,screenY=0,left=0,top=0,scrollbars;replace:true');
}

function openSerateFoto()
{
	openWindow('serate_foto.html', 'name:serate_foto;tips:menu=no,toolbar=no,resizable=yes,height=600,width=850,screenX=0,screenY=0,left=0,top=0,scrollbars;replace:true');
}

function openFestaScuolaFoto()
{
	openWindow('festa_scuola_foto.html', 'name:festa_scuola_foto;tips:menu=no,toolbar=no,resizable=yes,height=600,width=850,screenX=0,screenY=0,left=0,top=0,scrollbars;replace:true');
}
