document.write('<script type="text/javascript" src="http://www.maximumautoparts.com/includes/max_functions.js"></script>')
document.write('<div id="dropdownmain">')
document.write('<form name="frmCMY" method="get" onSubmit="return test_cats();" action="http://www.maximumautoparts.com/performance/models.php">')
document.write('<div id="dropcat">')
document.write('<select name="catalog" onChange="load_makes(this.value)">')
document.write('</select>')
document.write('</div>')
document.write('<div id="dropmakes">')
document.write('<select name="makeid" onChange="load_years(catalog.value, this.value);">')
document.write('<option value="Select Make" selected>Select Make</option>')
document.write('</select>')
document.write('</div>')
document.write('<div id="dropyears">')
document.write('<select name="year" onChange="return cmy_check(catalog.value, makeid.value, this.value);">')
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.maximumautoparts.com/images/search.jpg" name="submit" value="Click to search catalog">')
document.write('</div>')
document.write('</form>')
document.write('</div>')
