#!/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("Mandriva Products"), center => 1 ],
' ',
N("Mandriva has developed a wide range of Mandriva Linux products."),
' ',
N("The Mandriva Linux products are:"),
N(" * Discovery, Your First Linux Desktop."),
N(" * PowerPack, The Ultimate Linux Desktop."),
N(" * PowerPack+, The Linux Solution for Desktops and Servers."),
N(" * Mandriva Linux for x86-64, The Mandriva Linux solution for making the most of your 64-bit processor."));