| Use this widget to search for a helicopter by make and model. This will return a list of helicopters that comply with the search criteria. 
Clicking an item on the list will open a new browser window for helistart.com, with a full description of the chosen helicopter. 
HeliStart will continuously update its underlying helicopter database. Try the widget yourself by filling in a make and/or model and hit the search button. How do I use this helicopter search widget?Copy the code from the box below and paste it into your website.  It will only take a minute! 
<div id="HeliStart_Search_Widget_0001"><!--
 Description: search helicopters by make and model.
 Use of this gadget is free of any charge. Have fun!
 Parameters:
 pageSize : max items shown at one page. Valid range: 1..5
 rectSize : size of Widget rectangle. Values: small | large. Default value: large.
 width : adjust the iframe to your needs, width in pixels
 height : adjust the iframe heigth to your needs, height in pixels
 -->
 <iframe id="helistart_iframe_search_0001" width="380px" height="350px" frameborder="0" src="http://www.helistart.com/helistart-search-widget-handler.aspx?pageSize=3&rectSize=small"></iframe>
 </div>
 Use this widget to display a random helicopter model on your website. At each page reload, a new model will be displayed. 
Clicking the image will open a new browser window with a detailed description of the model located at www.helistart.com.
HeliStart will continuously update the underlying helicopter database. Try the widget yourself by reloading this page and / or clicking the image. How do I use this random helicopter widget?Copy the code from the box below and paste it into your website.  It will only take a minute! 
<div id="Div1"><!--
 Description: display a random helicopter model.
 Use of this gadget is free of any charge. Have fun!
 Parameters:
 width : adjust the iframe to your needs, width in pixels
 height : adjust the iframe heigth to your needs, height in pixels
 -->
 <iframe id="Iframe1" width="520px" height="400px" frameborder="0" src="http://www.helistart.com/helistart-random-widget-handler.aspx"></iframe>
 </div>
 Use this widget to display a random helicopter image on your website. At each page reload, a new photo will be displayed. 
Clicking the image will open a new browser window with a larger version of the photo that is located at www.helistart.com/helicopter-picture.aspx. 
HeliStart will continuously update the underlying picture database. Try the widget yourself by reloading this page and / or clicking the image. How do I use this helicopter photo widget?Copy the code from the box below and paste it into your website.  It will only take a minute! 
<div id="HeliStart_ImageWidget_0001" width="200" height="133" orientation="hor" target="_blank"><!--
 Description: generates random heli image. Max image size approximate 450 x 300 (width x height)
 Parameters:
 * width: image width in pixels
 * height: image height in pixels
 * target: "_blank": open in new window; "_self": open in current window
 * orientation: hor: only display pictures with a horizontal orientation;
 * orientation: vert: only display pictures with a vertical orientation; Still in beta status.
 * orientation: all: display all pictures, independent of their orientation
 Use of this gadget is free of any charge. Have fun!
 -->
 <script type="text/javascript" src="http://www.helistart.com/Scripts/helistart.js"></script>
 <script type="text/javascript">        ImageWidget();</script>
 </div>
 |