jQuery(document).ready(function() {
 	selectInstructionType('instruction_type', 'minprice', 'maxprice');
 	if (typeof ShowMap == "function") ShowMap();
 	if (typeof restore_search == "function") restore_search();
});

