// JavaScript Document

function loadProduct(){
	//var itemToSelect = window.location.search.substring(1);
	//var theFormProduct = document.RequestMoreInfo.productinterest;
	// Loop through all the items
   // for (iLoop = 0; iLoop< theFormProduct.options.length; iLoop++)
    //{    
      //if (theFormProduct.options[iLoop].value == itemToSelect)
      //{
        // Item is found. Set its selected property, and exit the loop
        //theFormProduct.options[iLoop].selected = true;
       // break;
      ///}
    //}
}