This is a demonstration application for computer generated treatment planning. It was written by a practicing dentist, David L Botsko, located in Davenport, IA. It was designed as an add-on for a comprehensive patient management system for the dental office.

This system allows entered exam findings to create a suggested treatment plan. It is important to emphasize that the suggested treatment plan should not be relied upon, but used as a tool to consider aspects of a human clinically developed treatment plan. This system is provided as-is with the user assuming all risks including security

"; $today=date("m-d-Y"); $cookie_name="intro"; $cookie_value="1"; setcookie($cookie_name,$cookie_value,time() + (86400 * 30), "/"); //cookie available to entire website //setcookie($cookie_name,$cookie_value,1, "/"); // unset cookie if(!isset($_COOKIE[$cookie_name])) {$intromodal=1;}else{$intromodal=0;} //--------------------------------FULL VERSION SWITCH-------------------------------------------------------- if($_REQUEST['f']=='1') {$_SESSION['full']++;header("location:https://avidont.com");} if($_REQUEST['m']=='1') {unset($_SESSION['full']);header("location:".$_SERVER['PHP_SELF']);} if($_SESSION['full'] > 100){echo "Too many resizes (".$_SESSION['full'].")";exit;} if(!empty($_SESSION['full'])) { include("indexfull.html"); }else{ //!!! Everything below is ELSE !!!! ?> AVIDONT
---