// ############################################################################
// ## INCLUDES ##
// ############################################################################
require_once ($_SERVER['DOCUMENT_ROOT']."/includes/build_page.class.php");
$ie_title = "Mighty Brighty - MPW 20 Tailor-made Screen & Border";
$title = "MPW 20 Tailor-made Screen & Border";
$content ='
MPW 20 Tailor-made Screen & Border
Kit for 6 m2 (64 sq.ft.) of projection screen. The MPW 20 kit includes BaseCoat
with ContrastBooster, TopCoat with BrightnessBooster and MagneCoat with
MagneBorder.
All the required tools are included as well.
Contains:
- 1.4 litre BaseCoat
- 0.1 litre ContrastBooster for BaseCoat
- 0.9 litre TopCoat
- 0.1 litre BrightnessBooster for TopCoat
- 0.4 litre MagneCoat
- 10 metres / 32.8 ft. of MagneBorder
(width 5.5 cm / 2.2")
- includes all necessary tools
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 ();
?>