
if (typeof selectedPerfCategory == "undefined") { var selectedPerfCategory = "All"; }
document.write('<script type="text/javascript" src="http://www.partsandaccessories.com/includes/performance_ajax.js"></script>')
document.write('<div id="dropdown2">')
document.write('<form name="performance_mmy" method="GET" action="http://www.partsandaccessories.com/accessory/models.php" onSubmit="return makeyear_check();" style="display:inline">')
document.write('<div id="dropselect1">')
document.write('<select name="makeid" onChange="load_years(this.value)">')
document.write('<option value="Select Make" selected>Select Make</option>')
document.write('</select>')
document.write('</div>')
document.write('<div id="dropselect2">')
document.write('<select name="year" onChange="return my_check();">')
document.write('<option value="Select Year" selected>Select Year</option>')
document.write('</select>')
document.write('</div>')
document.write('<div id="dropbutton">')
document.write('<input type="image" src="http://www.partsandaccessories.com/images/search_button.jpg" name="submit" value="Click to search catalog">')
document.write('</div>')
document.write('<input type="hidden" value="' + selectedPerfCategory + '" name="category">');
document.write('</form>')
document.write('</div>')
