// ############################################################################
// ## INCLUDES ##
// ############################################################################
require_once ($_SERVER['DOCUMENT_ROOT']."/includes/build_page.class.php");
$ie_title = "Mighty Brighty - MPW 10 Standard Screen";
$title = "MPW 10 Standard Screen";
$content ='
MPW 10 Standard Screen
Pre-mixed, highly reflective paints to easily apply a standard projection
screen of up to 5 m2 (54 sq.ft.) on your wall or board.
Contains:
- 1 litre BaseCoat (Light Grey)
- 1 litre TopCoat (Brightness / Gain 1.1)
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 ();
?>