#!/usr/bin/perl

$width = 556;
$height = 303;
$icon = 0;
$icon_dx = 0;
$icon_dy = 0;
@data = (
	 [ N("The PLF distribution is based on Mandrake Linux"), 0, 80, 400, 0, 1],
	 [ N("It is the result of colloborative work of the worldwide Linux Community. For more information about Mandrake distribution, go to on their official web site."), 0, 110, 400, 0, 0],
	 [ N("The PLF team thanks all people who made this very nice distro."), 0, 170, 400, 0, 0]
#	 [ 'text', $x, $y, $area_width, $area_height, $bold ],
	);

