function autopoisk_export(){
	var ap_h = '';
	ap_h += '<form style="margin:0px" name="autopoisk" target=_blank  id="autopoisk" action="http://www.avtopoisk.ua/"><input type="hidden" name="f" value="1"/>';
	ap_h += '<select class="inp" onChange="ap_update_models();" style="width:100%; margin-bottom:5px; border:1px solid #666666"  name="m[1]"  id="ap_mark">';
	ap_h += '</select><br>';
	ap_h += '<select class="inp" style="width:100%; margin-bottom:5px; font-size:13px; border:1px solid #666666" name="n[1]" id="ap_model" >';
	ap_h += '<option>укажите модель</option>';
	ap_h += '</select><br>';
	ap_h += '<select name="r[]" id="ap_region" style="width:100%; margin-bottom:5px; font-size:13px; border:1px solid #666666" class="inp">';
	ap_h += '<option value="">в любом регионе</option>';
	ap_h += '</select><br>';
	ap_h += '<input style="width:100%; margin-bottom:0px;  background-color:#CCCCCC; border:1px solid #666666; cursor:pointer; margin-right:3px; font-size:11px; font-weight:bold; color:#333333" class=button type="submit" value="Найти б/у авто">';
	ap_h += '</form>';
	var td_ap=document.getElementById('autopoisk');
	if(td_ap){
		td_ap.innerHTML=ap_h;
		ap_make_marks();
        ap_make_regions();
	}
}
autopoisk_export();
