#!/usr/bin/perl

$width = 556;
$height = 303;
$icon = 0;
$icon_dx = 0;
$icon_dy = 0;
@data = (
	 [ N("Play your DVD !"), 0, 200, 200, 15, 1],
	 [ N("Playing the DVD you buy with a non official player is considered illegal in some places (like USA because of DMCA). CSS is a Content scrambling system that only authorized players should be able to decode. deCSS is a simple algorithm which allow decoding."), 0, 235, 550, 48, 0],
	 [ N("We provide you easy to install DeCSS enabled players."), 0, 266, 410, 16, 0],
#	 [ 'text', $x, $y, $area_width, $area_height, $bold ],
	);

