function clear_refine(all, id) {
	if(all === true) {
		$('#rc').get(0).selectedIndex = 0;
		$('#sc').get(0).selectedIndex = 0;
		$('#ma').get(0).selectedIndex = 0;
		$('#mo').get(0).selectedIndex = 0;
		$('#rd').get(0).selectedIndex = 0;
		$("#refine_year_start").val('');
		$("#refine_year_end"+id).val('');
		$("#category_year_start").val('');
		$("#category_year_end"+id).val('');
		$("#refine_price_low"+id).val('');
		$("#refine_price_high"+id).val('');
		$("#refine_user"+id).val('');
		$("#refine_zip"+id).val('');
	} else {
		$("#"+id).val('');	
	}
	
		$('#search').submit();
}



function tog_main(image, image_number) {
	document.getElementById('main_image').src = image;
	document.getElementById('da_gallery_current').value = image_number;
}
