function apri_area_riservata () {

		Lightview.show({

				href: '/filesharing/',
				rel: 'iframe',
				options: {

						width: 770,
						height: 480,
						overlayClose: false

				}

		});

}

function apri_news (language) {

		Lightview.show({

				href: '/news/?'+language,
				rel: 'iframe',
				options: {

						width: 770,
						height: 480,
						overlayClose: false

				}

		});

}

function apri_foto ( foto ) {

		Lightview.show({

				href: foto

		});

}

function press() {
    Lightview.show({
        href: '/press/',
        rel: 'iframe',
        options: {
            width: 800,
            height: 640,
            overlayClose: false
        }
    });
}

function brands(){
    Lightview.show({

                href: '/brands/',
                rel: 'iframe',
                options: {

                        width: 690,
                        height: 420,
                        overlayClose: false

                }

        });
}        
function gallery() {
    jQuery("#gallery img:first").click();
}
