header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
header('Content-Description: File Transfer');
header("Content-type: image/jpeg");
header("Content-Disposition: attachment; filename=your_image.jpg");
header("Expires: 0");
header("Pragma: public");
readfile($image_file);
$(this).parents('.expanded').find('> .menu').slideToggle('fast');
$(this).parents('.expanded').eq(0).find('> .menu').slideToggle('fast');