tags. ########################################################## */ // Page -- From side menu "Spa Info..." (#2) $page = "Orthopaedic Education"; // Either 'big' or 'lil' header graphic style $headstyle = "big"; // Title of Page $title = "SPA Orthopaedic Education"; // Menu's to Include on Sidebar // To see a list of menu's & their numbers: // http://www.spa-ortho.com/admin/menus.php3 $GetMenu[] = 2; $GetMenu[] = 1; // Extra information to include in for this page // (i.e. - JavaScripts, StyleSheets, etc.) // Path must be relative to this directory, or // can be from root (/www/...) $ExtraHeader = ""; /* ########################################################## */ ?>  
"); if(mysql_num_rows($cat)): if($pindent > 0): echo("\"*\" $name:"); else: echo("$name:\n"); endif; else: // !mysql_num_rows($cat) echo(" "); endif; if($pindent == 1): echo("   [top]\n"); endif; echo("\n"); endif; $pageparts = split("/",$PHP_SELF); $thepage = $pageparts[(count($pageparts) - 1)]; if($inside == 0): $iwidth = 0; else: $iwidth = 15; $kfl = " "; endif; if(mysql_num_rows($art)): echo("$kfl"); while($row = mysql_fetch_array($art)): if($row[type] == 'art'): echo(""); echo("\"*\" "); echo("$row[name]"); echo(""); echo("
\n"); elseif($recurse == 1 && $row[type] == 'cat' && $row[id] != $theid): showrow($row[id],$indent+1,1,1,$indent); elseif($row[type] == 'cat' && $row[id] != $theid): echo("\"*\" $row[name]
\n"); endif; endwhile; echo(""); endif; if($inside == 0 && mysql_num_rows($art) == 1): echo("Sorry, there are no entries in this category.\n"); endif; mysql_free_result($art); mysql_free_result($cat); return true; } // function definition function MakeOptions($start = 0,$internal = 0,$indent = "") { global $therow; if($internal): $opt = mysql_query("select id,name,position from articles where type='cat' and parent=$start order by parent, position, name"); else: $opt = mysql_query("select id,name,position from articles where type='cat' and (parent=$start OR id=$start) order by parent, position, name"); endif; echo mysql_error(); while($option = mysql_fetch_array($opt)): if($option[id] == $therow): echo("\t\t\n"); else: echo("\t\t\n"); endif; if($option[id] != $start): makeOptions($option[id],1,$indent . "···"); endif; endwhile; } // end function definintions, begin page ?>
Orthopaedic Health Library Orthopaedic Health Library
Browse our library of informative articles on all aspects of orthopaedic health written by SPA physicians and AAOS (American Academy of Orthopaedic Surgeons).

Bone Up On Anatomy Bone Up On Anatomy
SPA provides access to informational resources on anatomy and orthopedic procedures developed by the Southern California Orthopedic Institute.

Orthopaedic FAQ Orthopaedic FAQ
Frequently asked orthopaedic questions and answers with educational video clips and detailed medical diagrams.