if ($_REQUEST['select_model'] != "") {
        $year = array_merge($year, $dropdownArray);
    }
    if (isset($_REQUEST['cPath'])) {
        $value = $_REQUEST['cPath'];
    }
    if ($_REQUEST['select_model'] != "") {
        echo '<span class="pf_selectbox_name">' . TEXT_YEAR . '</span>' . zen_draw_pull_down_menu('cPath', $year, $value, 'id="select_year" class="pf_selectbox_text"');
    } else {
        echo '<span class="pf_selectbox_name">' . TEXT_YEAR . '</span>' . zen_draw_pull_down_menu('cPath22', $year, $value, 'id="select_year" class="pf_selectbox_text"');
    }
    echo "</li>\n";
    echo "<li>";
    echo "<noscript>";
    if ($_REQUEST['cPath'] != "") {
        $value = $_REQUEST['cPath'];
    }
    echo zen_my_image_submit(PF_NOSCRIPT_SUBMIT, 'Go');
    echo "</noscript>";
    echo "</li>\n";
    ?>
    </ul>
    </form>
  </div><!--close product_finder div--> 
</div>
<!--close product_finder_wrapper div-->
<div class="clearBoth"></div>
<!--EOF Product Finder-->

<?php 
}
}
$content .= zen_my_image_submit(PF_NOSCRIPT_SUBMIT, 'Go');
$content .= '</noscript>';
$content .= '</div>' . "\n";
$content .= '<div>';
$year = array();
$year[] = array('id' => '', 'text' => TEXT_PLEASE_SELECT);
if ($_REQUEST['select_model'] != "") {
    $year = array_merge($year, $dropdownArray);
}
if (isset($_REQUEST['cPath'])) {
    $value = $_REQUEST['cPath'];
}
if ($_REQUEST['select_model'] != "") {
    $content .= '<span class="pf_selectbox_name">' . TEXT_YEAR . '</span>' . zen_draw_pull_down_menu('cPath', $year, $value, 'id="select_year" class="pf_selectbox_text"');
} else {
    $content .= '<span class="pf_selectbox_name">' . TEXT_YEAR . '</span>' . zen_draw_pull_down_menu('cPath22', $year, $value, 'id="select_year" class="pf_selectbox_text"');
}
$content .= '</div>' . "\n";
$content .= '<div class="pf_noscript">';
$content .= '<noscript>';
if ($_REQUEST['cPath'] != "") {
    $value = $_REQUEST['cPath'];
}
$content .= zen_my_image_submit(PF_NOSCRIPT_SUBMIT, 'Go');
$content .= '</noscript>';
$content .= '</div>' . "\n";
$content .= '</div>';
$content .= '</form>';
//<!--EOF Product Finder-->
$content .= '</div>';