// ############################################################################
// ## INCLUDES ##
// ############################################################################
require_once ($_SERVER['DOCUMENT_ROOT']."/includes/build_page.class.php");
$ie_title = "Mighty Brighty - MPA 420 Clean!ProjectionScreen";
$title = "MPA 420 Clean!ProjectionScreen";
$content ='
MPA 420 Clean!ProjectionScreen
Strong, safe & easy to use cleaner for all kind of projection screens.
Also for paint-on screens. Special formula which does not affect the reflective coating of a projextion screen. In convenient 0,5 liter trigger. Each bottle comes with an attached white cloth.
';
$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 ();
?>