"; // Div Start echo "
"; // Header for the flyout, must be included if (isset($flyout_header) && !empty($flyout_header)) { echo "

".$flyout_header."

"; } // Flyout content, must be included!!!! if (isset($flyout_content) && !empty($flyout_content)) { echo "

".$flyout_content."

"; } // Flyout button, not required so must need more information when added if (isset($flyout_action) && !empty($flyout_action)) { echo $flyout_action; } // Exit button + Div End echo "
"; } ?>