'; include 'header.php'; include 'nav.php'; if ($page == 'Index') include 'main.php'; if ($page == 'Lambo_Products') include 'main_Products.php'; if ($page == 'Lambo_Contact') include 'main_Contact.php'; if ($page == 'Lambo_About') include 'main_About.php'; include 'footer.php'; echo '';