// ############################################################################
// ## INCLUDES ##
// ############################################################################
require_once ($_SERVER['DOCUMENT_ROOT']."/includes/build_page.class.php");
$ie_title = "Mighty Brighty - MPW 445 Paint kit";
$title = "MPW 445 Paint kit";
$content ='
MPW 445 Paint kit
Large kit for 45 m2 (484 sq.ft.) Projection Screen Paint for professional use
in large-scale projects. This kit can be used to paint several meeting rooms in
one office building or to paint one, extra-large wall in public areas (e.g.
airports, exhibition stands, museums, etc.)
Contains:
- 10 litres BaseCoat
- 1 litre of ContrastBooster for BaseCoat
- 8 litres TopCoat
- 0,8 litre of BrightnessBooster for TopCoat
Instructions for use

< Back Next >
';
$page = new build_page();
$page->template($_SERVER['DOCUMENT_ROOT']."/includes/template.tpl", true);
$page->insert ("ie_title" , $ie_title);
$page->insert ("title", $title);
$page->insert ("content", $content);
$page->output ();
?>