// ############################################################################
// ## INCLUDES ##
// ############################################################################
require_once ($_SERVER['DOCUMENT_ROOT']."/includes/build_page.class.php");
$ie_title = "Mighty Brighty - Instructions for use";
$title = "instructions for use";
$content ='
- For installers
- MPW 445 Paint kit (EN)
(FR)
(DE)
(NL)
(ES)
(IT)
- MPA 410 MagneBorder kit (instructions are in MPW 445)
- MPA 405 Tool kit (instructions are in MPW 445)
- For specialty retailers & installers
- MPW 10 Standard Screen (EN)
(FR)
(DE)
(NL)
(ES)
(IT)
- MPW 20 Tailor-made Screen & Border (EN)
(FR)
(DE)
(NL)
(ES)
(IT)
- MPW 30 Invisible Wall Solution (EN)
(FR)
(DE)
(NL)
(ES)
(IT)
- Spraying instructions
- spraying Instructions Mighty Brighty Projection Screen Paint (EN)
';
$page = new build_page();
$page->template($_SERVER['DOCUMENT_ROOT']."/includes/scrollingtemplate.tpl", true);
$page->insert ("ie_title" , $ie_title);
$page->insert ("title", $title);
$page->insert ("content", $content);
$page->output ();
?>