#!/usr/bin/perl

$width = 556;
$height = 303;
$icon = 0;
$icon_dx = 0;
$icon_dy = 0;
@data = (

[ N("Save the private copy !"), 0, 0, 400, 0, 1],
[ N("Burn our own compilations from our CDs, tranfer music to a portable mp3 player, copy a CD to have it at home and in the car : All this things strictly legal that a lot of people do everyday, may no more occur."), 0, 20, 440, 0, 0],

[ N("The \"Directive 2001/29/EC of the European Parliament and of the Council of 22 May 2001 on the harmonisation of certain aspects of copyright and related rights in the information society\" is currently being transposed into national legislations."), -40, 90, 400, 0, 0],

[ N("The most important point is  that it legitimates the technical devices installed by  the editors  and the  producers on CD  and DVD  to limit duplication.  More,  it prohibits to break  them, threatening directly the  private  copy and  forbiding  interoperability  (you  may not  be allowed to listen to tomorrow's CD under GNU/Linux)."), -40, 160, 400, 0, 0],

[ N("Visit eucd.info if your are in France or www.eucd.org in UK"), -40, 255, 400, 0, 0],

# [ 'text', $x, $y, $area_width, $area_height, $bold ],
 );

