
This state-of-the-art book provides the first thorough treatment of 
thoracoscopic spine surgery and the new techniques that will likely 
revolutionize the way spinal problems are managed. Consisting of contributions 
from the most respected authorities in the field, this work provides in-depth 
explanations of the fundamental anatomy, principles, pathology, and approaches 
involved. 
Among the highlights:
-  Step-by-step instruction on specific techniques for 
a wide variety of surgical procedures -  Insightful analysis of patient selection, 
indications and contraindications, equipment, and ways of avoiding and
treating complications -  Thorough discussion of all aspects of thoracoscopic 
spine surgery, from patient positioning and anesthetic management, to portal
placement techniques and intraoperative monitoring - 700 detailed illustrations and surgical photographs, nearly 300 in full color!
 
Together with 
the accompanying video atlas, this package thoroughly explains and demonstrates 
the new techniques and is essential for learning how to perform them. A 
practical book on the forefront of new technology, THORACOSCOPIC SPINE SURGERY 
is a must for surgeons who wish to add these challenging procedures to their 
working armamentarium!
P.when('DynamicIframe').execute(function(DynamicIframe){ var BookDescriptionIframe = null, bookDescEncodedData = "%3Cp%3EThis%20state-of-the-art%20book%20provides%20the%20first%20thorough%20treatment%20of%20%3Cbr%3Ethoracoscopic%20spine%20surgery%20and%20the%20new%20techniques%20that%20will%20likely%20%3Cbr%3Erevolutionize%20the%20way%20spinal%20problems%20are%20managed.%20Consisting%20of%20contributions%20%3Cbr%3Efrom%20the%20most%20respected%20authorities%20in%20the%20field%2C%20this%20work%20provides%20in-depth%20%3Cbr%3Eexplanations%20of%20the%20fundamental%20anatomy%2C%20principles%2C%20pathology%2C%20and%20approaches%20%3Cbr%3Einvolved.%20%3C%2Fp%3E%3Cbr%3E%3Cbr%3E%3Cp%3EAmong%20the%20highlights%3A%3C%2Fp%3E%3Cbr%3E%3Cul%3E%3Cli%3E%20Step-by-step%20instruction%20on%20specific%20techniques%20for%20%3Cbr%3E%20a%20wide%20variety%20of%20surgical%20procedures%20%3Cbr%3E%20%3Cbr%3E%3Cli%3E%20Insightful%20analysis%20of%20patient%20selection%2C%20%3Cbr%3E%20indications%20and%20contraindications%2C%20equipment%2C%20and%20ways%20of%20avoiding%20and%20%3Cbr%3E%20treating%20complications%20%3Cbr%3E%20%3Cbr%3E%3Cli%3E%20Thorough%20discussion%20of%20all%20aspects%20of%20thoracoscopic%20%3Cbr%3E%20spine%20surgery%2C%20from%20patient%20positioning%20and%20anesthetic%20management%2C%20to%20portal%20%3Cbr%3E%20placement%20techniques%20and%20intraoperative%20monitoring%20%3Cbr%3E%20%3Cbr%3E%3Cli%3E%20700%20detailed%20illustrations%20and%20surgical%20photographs%2C%20nearly%20300%20in%20full%20color%21%3C%2Fli%3E%3C%2Ful%3E%3Cbr%3E%3Cbr%3E%3Cp%3ETogether%20with%20%3Cbr%3Ethe%20accompanying%20video%20atlas%2C%20this%20package%20thoroughly%20explains%20and%20demonstrates%20%3Cbr%3Ethe%20new%20techniques%20and%20is%20essential%20for%20learning%20how%20to%20perform%20them.%20A%20%3Cbr%3Epractical%20book%20on%20the%20forefront%20of%20new%20technology%2C%20THORACOSCOPIC%20SPINE%20SURGERY%20%3Cbr%3Eis%20a%20must%20for%20surgeons%20who%20wish%20to%20add%20these%20challenging%20procedures%20to%20their%20%3Cbr%3Eworking%20armamentarium%21%3C%2Fp", bookDescriptionAvailableHeight, minBookDescriptionInitialHeight = 112, options = {}, iframeId = "bookDesc_iframe";
function resizeCallback() { P.guardFatal("bookDescription", function() { // Get the line-height of the iframe var iframe = document.getElementById(iframeId); var iframeDocument = iframe.contentDocument;
if (false && iframeDocument && iframeDocument.defaultView) { // Set the height to the number of lines specified var numLines = parseInt(0, 10);
// Get the line-height of the iframe var iframeContent = iframeDocument.getElementById("iframeContent");
// Compute the line height var lineHeight = iframeDocument.defaultView.getComputedStyle(iframeContent, null).getPropertyValue("line-height");
// Parse the line height lineHeight = parseFloat(lineHeight); bookDescriptionAvailableHeight = Math.round(lineHeight * numLines); } else { var bdOffsetTop = document.getElementById("bookDescription_feature_div").offsetTop; var imageBlockOffsetTop = document.getElementById("booksImageBlock_feature_div").offsetTop; var imageBlockHeight = document.getElementById("booksImageBlock_feature_div").offsetHeight; bookDescriptionAvailableHeight = imageBlockOffsetTop + imageBlockHeight -bdOffsetTop - 30; if(bookDescriptionAvailableHeight < minBookDescriptionInitialHeight) { bookDescriptionAvailableHeight = minBookDescriptionInitialHeight; } } var psTotalHeight = document.getElementById("postBodyPS").offsetHeight; if(psTotalHeight > bookDescriptionAvailableHeight + 30){ if(document.getElementById("bdSeeLessPrompt").style.display == "none"){ document.getElementById("outer_postBodyPS").style.height = bookDescriptionAvailableHeight + 'px'; document.getElementById("psPlaceHolder").style.display ="block"; document.getElementById("bdSeeAllPrompt").style.display ="block"; } else{ document.getElementById("outer_postBodyPS").style.height = psTotalHeight + 'px'; } } else{ document.getElementById("outer_postBodyPS").style.height = psTotalHeight + 'px'; document.getElementById("psPlaceHolder").style.display ="none"; document.getElementById("bdSeeAllPrompt").style.display ="block"; document.getElementById("bdSeeLessPrompt").style.display ="none"; document.getElementById("bdExpanderIcon").className = document.getElementById("bdExpanderIcon").className.replace("rotate",""); } })(); }
options.iframeId = iframeId; options.iframeWrapperId = "bookDesc_iframe_wrapper"; options.overriddenCSSId = "bookDesc_override_CSS"; options.encodedIframeContent = bookDescEncodedData; options.initialResizeCallback = resizeCallback;
BookDescriptionIframe = new DynamicIframe(options); P.guardFatal("bookDescription", function() { BookDescriptionIframe.createIframe(); }) ();
if ((typeof BookDescriptionIframe != 'undefined') && (BookDescriptionIframe instanceof DynamicIframe)) { P.when('jQuery').execute(function($) { $(window).resize(function() { P.guardFatal("bookDescription", function() { BookDescriptionIframe.resizeIframe(resizeCallback); }) (); });
$(window).bind('imageResize', function() { P.guardFatal("bookDescription", function() { BookDescriptionIframe.resizeIframe(resizeCallback); }) (); }); }); } });
An Amazon Very Important Book: "Ghosted"
  Seven perfect days. Then he disappeared. A love story with a secret at its heart. Learn more
		
			