<?xml version="1.0" encoding="UTF-8"?>
<!--
   Bobcat Of Knoxville Product List
   Author: Joshua Anderson
   Date: November 1, 2008   

   Filename:         products.xml
   Supporting Files: products.xsl
-->

<?xml-stylesheet type="text/xsl" href="stylesheets/versahandlers.xsl" ?>



<products>
<product id="VersaHandler®">
   <model>V417</model>
   <description>
      <p></p>
   </description>
   <specs>
   		<horsepower>75 HP</horsepower>
		<maxloadfullheight>4400 lbs</maxloadfullheight>
		<liftheight>206 in</liftheight>
		<maxloadmaxreach>1850 lbs</maxloadmaxreach>
		<maxreach>124 in</maxreach>
	</specs>
</product>

<product id="VersaHandler®">
   <model>V518</model>
   <description>
      <p></p>
   </description>
   <specs>
   		<horsepower>100 HP</horsepower>
		<maxloadfullheight>5000 lbs</maxloadfullheight>
		<liftheight>217.7 in</liftheight>
		<maxloadmaxreach>2000 lbs</maxloadmaxreach>
		<maxreach>128.2 in</maxreach>
	</specs>
</product>

<product id="VersaHandler®">
   <model>V638</model>
   <description>
      <p></p>
   </description>
   <specs>
   		<horsepower>100 HP</horsepower>
		<maxloadfullheight>5000 lbs</maxloadfullheight>
		<liftheight>467 in</liftheight>
		<maxloadmaxreach>850 lbs</maxloadmaxreach>
		<maxreach>323 in</maxreach>
	</specs>
</product>

<product id="VersaHandler®">
   <model>V723</model>
   <description>
      <p></p>
   </description>
   <specs>
   		<horsepower>100 HP</horsepower>
		<maxloadfullheight>6600 lbs</maxloadfullheight>
		<liftheight>283.6 in</liftheight>
		<maxloadmaxreach>3000 lbs</maxloadmaxreach>
		<maxreach>156.5 in</maxreach>
	</specs> 
</product>
</products>
