#!/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("Mandrakeclub"), center => 1 ],
' ',
N("Mandrakeclub is the perfect companion to your Mandrakelinux product.."),
' ',
N("Take advantage of valuable benefits by joining Mandrakeclub, such as:"),
N(" * Special discounts on products and services of our online store store.mandrakesoft.com."),
N(" * Access to commercial applications (for example to NVIDIA® or ATI™ drivers)."),
N(" * Participation in Mandrakelinux user forums."),
N(" * Early and privileged access, before public release, to Mandrakelinux ISO images."),
N(" * And many more."));