#!/usr/bin/perl
$width = 556;
$height = 303;
$y_start = 10;
$border = 10; #- for leftish text
# Use text for bold
# @text = ([ N("text to display"), center => 1 ],
@text = ([ N("Mandrakesoft Products"), center => 1 ],
' ',
N("Mandrakesoft has developed a wide range of Mandrakelinux products."),
' ',
N("The Mandrakelinux 10.1 products are:"),
N(" * Discovery, Your First Linux Desktop."),
N(" * PowerPack, The Ultimate Linux Desktop."),
N(" * PowerPack+, The Linux Solution for Desktops and Servers."),
N(" * Mandrakelinux 10.1 for x86-64, The Mandrakelinux solution for making the most of your 64-bit processor."));