// JavaScript Document
// Gallery Funtions
function gotoAnchor(c,p){
	getData(c);
	location.href = "gallery-content.html#"+p;
}

function getData(title) 
{ 	
	var picture_name;
	var case_patient;
	var request;
	var age;
	var technique;
	var testimonial;
	
	switch (title) 
	{
        case (title="facelift-p02-front"): 
	  case_patient = "Face Lift Patient #01: Front View"
	  picture_name = "facelift-p02-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="facelift-p01-front"): 
	  case_patient = "Face Lift Patient #02: Front View"
	  picture_name = "facelift-p01-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="facelift-p01-side"): 
	  case_patient = "Face Lift Patient #02: Side View"
	  picture_name = "facelift-p01-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  	  
	   case (title="facelift-p03-front"): 
	  case_patient = "Face Lift Patient #03: Front View"
	  picture_name = "facelift-p03-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	   case (title="facelift-p03-side"): 
	  case_patient = "Face Lift Patient #03: Side View"
	  picture_name = "facelift-p03-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	   case (title="facelift-p03-side2"): 
	  case_patient = "Face Lift Patient #03: Side View"
	  picture_name = "facelift-p03-side2-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	   case (title="facelift-p04-front"): 
	  case_patient = "Face Lift Patient #04: Front View"
	  picture_name = "facelift-p04-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	   case (title="facelift-p04-side"): 
	  case_patient = "Face Lift Patient #04: Side View"
	  picture_name = "facelift-p04-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	   case (title="facelift-p04-oblique"): 
	  case_patient = "Face Lift Patient #04: Oblique View"
	  picture_name = "facelift-p04-oblique-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break 
	  
	  case (title="abdominoplasty-p08-front"): 
	  case_patient = "Abdominoplasty Patient #01: Front View"
	  picture_name = "abdominoplasty-p08-front-med.jpg"
	  request = "Improve the contour; get rid of sagging skin, younger belly button."
	  age = "32"
	  technique = "Abdominoplasty with “internal girdle? muscle tightening, removal of excess skin and stretch marks, and Brazilian belly-button rejuvenation."
	  testimonial = "'I'm thrilled. I got back what the pregnancies took away. I'm not afraid of the beach anymore.'"
	  break

		case (title="abdominoplasty-p08-oblique"): 
	  case_patient = "Abdominoplasty Patient #01: Oblique View"
	  picture_name = "abdominoplasty-p08-oblique-med.jpg"
	  request = "Improve the contour; get rid of sagging skin, younger belly button."
	  age = "32"
	  technique = "Abdominoplasty with “internal girdle?muscle tightening, removal of excess skin and stretch marks, and Brazilian belly-button rejuvenation."
	  testimonial = "'I'm thrilled. I got back what the pregnancies took away. I'm not afraid of the beach anymore.'"
	  break

		case (title="abdominoplasty-p08-side"): 
	  case_patient = "Abdominoplasty Patient #01: Side View"
	  picture_name = "abdominoplasty-p08-side-med.jpg"
	  request = "Improve the contour; get rid of sagging skin, younger belly button."
	  age = "32"
	  technique = "Abdominoplasty with “internal girdle?muscle tightening, removal of excess skin and stretch marks, and Brazilian belly-button rejuvenation."
	  testimonial = "'I'm thrilled. I got back what the pregnancies took away. I'm not afraid of the beach anymore.'"
	  break    
	  
	   case (title="abdominoplasty-p02-front"): 
	  case_patient = "Abdominoplasty Patient #02: Front View"
	  picture_name = "abdominoplasty-p02-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break  
	  
	case (title="abdominoplasty-p02-side"): 
	  case_patient = "Abdominoplasty Patient #02: Side View"
	  picture_name = "abdominoplasty-p02-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break  

	case (title="abdominoplasty-p03-front"): 
	  case_patient = "Abdominoplasty Patient #03: Front View"
	  picture_name = "abdominoplasty-p03-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break  
	  
	  case (title="abdominoplasty-p03-oblique"): 
	  case_patient = "Abdominoplasty Patient #03: Oblique View"
	  picture_name = "abdominoplasty-p03-oblique-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break  
	  
	  case (title="abdominoplasty-p03-side"): 
	  case_patient = "Abdominoplasty Patient #03: Side View"
	  picture_name = "abdominoplasty-p03-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break  
	  
	  case (title="abdominoplasty-p04-front"): 
	  case_patient = "Abdominoplasty Patient #04: Front View"
	  picture_name = "abdominoplasty-p04-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break  
	  
	  case (title="abdominoplasty-p04-oblique"): 
	  case_patient = "Abdominoplasty Patient #04: Oblique View"
	  picture_name = "abdominoplasty-p04-oblique-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break  
	  
	   case (title="abdominoplasty-p04-side"): 
	  case_patient = "Abdominoplasty Patient #04: Side View"
	  picture_name = "abdominoplasty-p04-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break 
	  
	  case (title="abdominoplasty-p04-oblique2"): 
	  case_patient = "Abdominoplasty Patient #04: Oblique View"
	  picture_name = "abdominoplasty-p04-oblique2-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break  
	  
	  case (title="abdominoplasty-p05-front"): 
	  case_patient = "Abdominoplasty Patient #04: Front View"
	  picture_name = "abdominoplasty-p05-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break  
	  
	  case (title="abdominoplasty-p05-side"): 
	  case_patient = "Abdominoplasty Patient #04: Side View"
	  picture_name = "abdominoplasty-p05-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break  
	  
	  case (title="abdominoplasty-p06-front"): 
	  case_patient = "Abdominoplasty Patient #06: Front View"
	  picture_name = "abdominoplasty-p06-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break  
	  
	  case (title="abdominoplasty-p06-side"): 
	  case_patient = "Abdominoplasty Patient #06: Side View"
	  picture_name = "abdominoplasty-p06-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break  
	  
	  case (title="abdominoplasty-p07-front"): 
	  case_patient = "Abdominoplasty Patient #05: Front View"
	  picture_name = "abdominoplasty-p07-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break    
	  
	  case (title="abdominoplasty-p07-side"): 
	  case_patient = "Abdominoplasty Patient #05: Side View"
	  picture_name = "abdominoplasty-p07-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break  
	  
	  case (title="abdominoplasty-p01-front"): 
	  case_patient = "Abdominoplasty Patient #08: Front View"
	  picture_name = "abdominoplasty-p01-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break  
	  
      case (title="abdominoplasty-p01-oblique"): 
	  case_patient = "Abdominoplasty Patient #08: Oblique View"
	  picture_name = "abdominoplasty-p01-oblique-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break  
	  
	  case (title="abdominoplasty-p01-oblique2"): 
	  case_patient = "Abdominoplasty Patient #08: Oblique View"
	  picture_name = "abdominoplasty-p01-oblique2-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break  
	  
	  case (title="abdominoplasty-p01-side"): 
	  case_patient = "Abdominoplasty Patient #08: Side View"
	  picture_name = "abdominoplasty-p01-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break  
	  
	  case (title="abdominoplasty-p09-front"): 
	  case_patient = "Abdominoplasty Patient #06: Front View"
	  picture_name = "abdominoplasty-p09-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break  
	  
	  case (title="abdominoplasty-p09-oblique"): 
	  case_patient = "Abdominoplasty Patient #06: Oblique View"
	  picture_name = "abdominoplasty-p09-oblique-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break  
	  
	  case (title="abdominoplasty-p09-side"): 
	  case_patient = "Abdominoplasty Patient #06: Side View"
	  picture_name = "abdominoplasty-p09-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break 
	  
	  case (title="abdominoplasty-p10-front"): 
	  case_patient = "Abdominoplasty Patient #7: Front View"
	  picture_name = "abdominoplasty-p10-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break 
	  
	   case (title="abdominoplasty-p10-side"): 
	  case_patient = "Abdominoplasty Patient #7: Side View"
	  picture_name = "abdominoplasty-p10-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break 
	  
	  case (title="abdominoplasty-p11-front"): 
	  case_patient = "Abdominoplasty Patient #11: Front View"
	  picture_name = "abdominoplasty-p11-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break 
	  
	  case (title="abdominoplasty-p11-side"): 
	  case_patient = "Abdominoplasty Patient #11: Side View"
	  picture_name = "abdominoplasty-p11-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break 
	  
	  
	  case (title="abdominoplasty-p11-side2"): 
	  case_patient = "Abdominoplasty Patient #11: Side View"
	  picture_name = "abdominoplasty-p11-side2-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break 
	  
	  case (title="abdominoplasty-p11-oblique"): 
	  case_patient = "Abdominoplasty Patient #11: Oblique View"
	  picture_name = "abdominoplasty-p11-oblique-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break 
	  
	  case (title="abdominoplasty-p11-oblique2"): 
	  case_patient = "Abdominoplasty Patient #11: Oblique View"
	  picture_name = "abdominoplasty-p11-oblique2-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break 
	  
	  case (title="rhinoplasty-p01-side"): 
	  case_patient = "Rhinoplasty Patient #01: Side View"
	  picture_name = "rhinoplasty-p01-side-med.jpg"
	  request = "Better breathing and nasal reshaping."
	  age = "19"
	  technique = "Nasal reshaping with gently lowering the bridge and improving the septum."
	  testimonial = "'I'm so happy, thank you so much. I like that it is not over-done. It looks natural.'"
	  break
	  
	  case (title="rhinoplasty-p02-oblique"): 
	  case_patient = "Rhinoplasty Patient #02: Oblique View"
	  picture_name = "rhinoplasty-p02-oblique-med.jpg"
	  request = "Better breathing and nasal reshaping."
	  age = "18"
	  technique = "Nasal reshaping with gently lowering the bridge and improving the septum."
	  testimonial = "'Thanks so much. I generally liked the shape and didn’t want to change it too much. It’s subtle and natural. I'm very happy.'"
	  break
	  
	  case (title="rhinoplasty-p02-side"): 
	  case_patient = "Rhinoplasty Patient #02: Side View"
	  picture_name = "rhinoplasty-p02-side-med.jpg"
	  request = "Better breathing and nasal reshaping."
	  age = "18"
	  technique = "Nasal reshaping with gently lowering the bridge and improving the septum."
	  testimonial = "'Thanks so much. I generally liked the shape and didn’t want to change it too much. It’s subtle and natural. I'm very happy.'"
	  break
	  
	  case (title="brow-lift-p01-front"): 
	  case_patient = "Brow Lift Patient #01: Front View"
	  picture_name = "brow-lift-p01-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="brow-lift-p02-front"): 
	  case_patient = "Brow Lift Patient #02: Front View"
	  picture_name = "brow-lift-p02-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="brow-lift-p03-front"): 
	  case_patient = "Brow Lift Patient #03: Front View"
	  picture_name = "brow-lift-p03-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="eyes-p01-front"): 
	  case_patient = "Eyelid Surgery Patient #03: Front View"
	  picture_name = "blephoroplasty-p01-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="eyes-p02-front"): 
	  case_patient = "Eyelid Surgery Patient #02: Front View"
	  picture_name = "blephoroplasty-p02-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="eyes-p03-front"): 
	  case_patient = "Eyelid Surgery Patient #01: Front View"
	  picture_name = "blephoroplasty-p03-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="eyes-p04-front"): 
	  case_patient = "Eyelid Surgery Patient #04: Front View"
	  picture_name = "blephoroplasty-p04-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="eyes-p05-front"): 
	  case_patient = "Eyelid Surgery Patient #05: Front View"
	  picture_name = "blephoroplasty-p05-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="eyes-p05-side"): 
	  case_patient = "Eyelid Surgery Patient #05: Side View"
	  picture_name = "blephoroplasty-p05-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="breast-augment-p01-front"): 
	  case_patient = "Breast Augmentation Patient #01: Front View"
	  picture_name = "breast-augment-p01-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	   case (title="breast-augment-p01-oblique2"): 
	  case_patient = "Breast Augmentation Patient #01: Oblique View"
	  picture_name = "breast-augment-p01-oblique2-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="breast-augment-p01-oblique"): 
	  case_patient = "Breast Augmentation Patient #01: Oblique View"
	  picture_name = "breast-augment-p01-oblique-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  	  case (title="breast-augment-p01-side"): 
	  case_patient = "Breast Augmentation Patient #01: Side View"
	  picture_name = "breast-augment-p01-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="breast-augment-p01-side2"): 
	  case_patient = "Breast Augmentation Patient #01: Side View"
	  picture_name = "breast-augment-p01-side2-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  	  case (title="breast-augment-p02-front"): 
	  case_patient = "Breast Augmentation Patient #02: Front View"
	  picture_name = "breast-augment-p02-front-med.jpg"
	  request = "small increase in volume and upper inner fullness."
	  age = "21"
	  technique = "Breast Augmentation, Saline 240cc smooth, round implant, submuscular "
	  testimonial = "'I'm so happy, I feel so much more confident in a t-shirt or a dress. I can wear so many more things I never could.'"
	  break
	  
	  	  case (title="breast-augment-p02-oblique"): 
	  case_patient = "Breast Augmentation Patient #02: Oblique View"
	  picture_name = "breast-augment-p02-oblique-med.jpg"
	  request = "small increase in volume and upper inner fullness."
	  age = "21"
	  technique = "Breast Augmentation, Saline 240cc smooth, round implant, submuscular "
	  testimonial = "'I'm so happy, I feel so much more confident in a t-shirt or a dress. I can wear so many more things I never could.'"
	  break
	  
	  case (title="breast-augment-p02-oblique2"): 
	  case_patient = "Breast Augmentation Patient #02: Oblique View"
	  picture_name = "breast-augment-p02-oblique2-med.jpg"
	  request = "small increase in volume and upper inner fullness."
	  age = "21"
	  technique = "Breast Augmentation, Saline 240cc smooth, round implant, submuscular "
	  testimonial = "'I'm so happy, I feel so much more confident in a t-shirt or a dress. I can wear so many more things I never could.'"
	  break
	  
	  	  case (title="breast-augment-p02-side"): 
	  case_patient = "Breast Augmentation Patient #02: Side View"
	  picture_name = "breast-augment-p02-side-med.jpg"
	  request = "small increase in volume and upper inner fullness."
	  age = "21"
	  technique = "Breast Augmentation, Saline 240cc smooth, round implant, submuscular "
	  testimonial = "'I'm so happy, I feel so much more confident in a t-shirt or a dress. I can wear so many more things I never could.'"
	  break
	  
	  	  case (title="breast-augment-p02-side2"): 
	  case_patient = "Breast Augmentation Patient #02: Side View"
	  picture_name = "breast-augment-p02-side2-med.jpg"
	  request = "small increase in volume and upper inner fullness."
	  age = "21"
	  technique = "Breast Augmentation, Saline 240cc smooth, round implant, submuscular "
	  testimonial = "'I'm so happy, I feel so much more confident in a t-shirt or a dress. I can wear so many more things I never could.'"
	  break
	  
	  	  case (title="breast-augment-p03-front"): 
	  case_patient = "Breast Augmentation Patient #03: Front View"
	  picture_name = "breast-augment-p03-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  	  case (title="breast-augment-p03-oblique"): 
	  case_patient = "Breast Augmentation Patient #03: Oblique View"
	  picture_name = "breast-augment-p03-oblique-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="breast-augment-p03-oblique2"): 
	  case_patient = "Breast Augmentation Patient #03: Oblique View"
	  picture_name = "breast-augment-p03-oblique2-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  	  case (title="breast-augment-p03-side"): 
	  case_patient = "Breast Augmentation Patient #03: Side View"
	  picture_name = "breast-augment-p03-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="breast-augment-p03-side2"): 
	  case_patient = "Breast Augmentation Patient #03: Side View"
	  picture_name = "breast-augment-p03-side2-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  	  case (title="breast-augment-p04-front"): 
	  case_patient = "Breast Augmentation Patient #04: Front View"
	  picture_name = "breast-augment-p04-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  	  case (title="breast-augment-p04-oblique"): 
	  case_patient = "Breast Augmentation Patient #04: Oblique View"
	  picture_name = "breast-augment-p04-oblique-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  	  case (title="breast-augment-p04-side"): 
	  case_patient = "Breast Augmentation Patient #04: Side View"
	  picture_name = "breast-augment-p04-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="breast-augment-p05-front"): 
	  case_patient = "Breast Augmentation Patient #05: Front View"
	  picture_name = "breast-augment-p05-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="breast-augment-p05-oblique"): 
	  case_patient = "Breast Augmentation Patient #05: Oblique View"
	  picture_name = "breast-augment-p05-oblique-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="breast-augment-p05-oblique2"): 
	  case_patient = "Breast Augmentation Patient #05: Oblique View"
	  picture_name = "breast-augment-p05-oblique2-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  
	   case (title="breast-augment-p05-side"): 
	  case_patient = "Breast Augmentation Patient #05: Side View"
	  picture_name = "breast-augment-p05-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	   case (title="breast-augment-p05-side2"): 
	  case_patient = "Breast Augmentation Patient #05: Side View"
	  picture_name = "breast-augment-p05-side2-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  	  case (title="breast-irreg-p01-front"): 
	  case_patient = "Specialty Breast Augmentation Patient #01: Front View"
	  picture_name = "breast-irreg-p01-front-med.jpg"
	  request = "small increase in volume and “normal shaped breast?"
	  age = "21"
	  technique = "Breast Augmentation, Saline 240cc smooth, round implant, submuscular position, peri-areolar incision."
	  testimonial = "'I'm so happy, I’ve always felt uncomfortable. I feel so much more confident. I will feel good in my wedding dress.'"
	  break
	  
	  	  case (title="breast-irreg-p01-oblique"): 
	  case_patient = "Specialty Breast Augmentation Patient #01: Oblique View"
	  picture_name = "breast-irreg-p01-oblique-med.jpg"
	  request = "small increase in volume and “normal shaped breast?"
	  age = "21"
	  technique = "Breast Augmentation, Saline 240cc smooth, round implant, submuscular position, peri-areolar incision."
	  testimonial = "'I'm so happy, I’ve always felt uncomfortable. I feel so much more confident. I will feel good in my wedding dress.'"
	  break
	  
	  	  case (title="breast-irreg-p01-side"): 
	  case_patient = "Specialty Breast Augmentation Patient #01: Side View"
	  picture_name = "breast-irreg-p01-side-med.jpg"
	  request = "small increase in volume and “normal shaped breast?"
	  age = "21"
	  technique = "Breast Augmentation, Saline 240cc smooth, round implant, submuscular position, peri-areolar incision."
	  testimonial = "'I'm so happy, I’ve always felt uncomfortable. I feel so much more confident. I will feel good in my wedding dress.'"
	  break
	  
	  	  case (title="breast-irreg-p02-front"): 
	  case_patient = "Specialty Breast Augmentation Patient #02: Front View"
	  picture_name = "breast-irreg-p02-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  	  case (title="breast-irreg-p02-oblique"): 
	  case_patient = "Specialty Breast Augmentation Patient #02: Oblique View"
	  picture_name = "breast-irreg-p02-oblique-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="breast-irreg-p02-oblique2"): 
	  case_patient = "Specialty Breast Augmentation Patient #02: Oblique View"
	  picture_name = "breast-irreg-p02-oblique2-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	 	  case (title="breast-irreg-p02-side"): 
	  case_patient = "Specialty Breast Augmentation Patient #02: Side View"
	  picture_name = "breast-irreg-p02-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="breast-irreg-p02-side2"): 
	  case_patient = "Specialty Breast Augmentation Patient #02: Side View"
	  picture_name = "breast-irreg-p02-side2-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  	  case (title="breast-lift-p01-front"): 
	  case_patient = "Breast Lift Patient #01: Front View"
	  picture_name = "breast-lift-p01-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"	  
	  break
	  
	  	  case (title="breast-lift-p01-oblique"): 
	  case_patient = "Breast Lift Patient #01: Oblique View"
	  picture_name = "breast-lift-p01-oblique-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="breast-lift-p01-oblique2"): 
	  case_patient = "Breast Lift Patient #01: Oblique View"
	  picture_name = "breast-lift-p01-oblique2-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="breast-lift-p01-side"): 
	  case_patient = "Breast Lift Patient #01: Side View"
	  picture_name = "breast-lift-p01-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="breast-lift-p01-side2"): 
	  case_patient = "Breast Lift Patient #01: Side View"
	  picture_name = "breast-lift-p01-side2-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  	  case (title="breast-lift-p02-front"): 
	  case_patient = "Breast Lift Patient #02: Front View"
	  picture_name = "breast-lift-p02-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  	  	  case (title="breast-lift-p02-oblique"): 
	  case_patient = "Breast Lift Patient #02: Oblique View"
	  picture_name = "breast-lift-p02-oblique-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="breast-lift-p02-oblique2"): 
	  case_patient = "Breast Lift Patient #02: Oblique View"
	  picture_name = "breast-lift-p02-oblique2-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="breast-lift-p02-side"): 
	  case_patient = "Breast Lift Patient #02: Side View"
	  picture_name = "breast-lift-p02-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="breast-lift-p02-side2"): 
	  case_patient = "Breast Lift Patient #02: Side View"
	  picture_name = "breast-lift-p02-side2-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="breast-lift-p03-front"): 
	  case_patient = "Breast Lift Patient #02: Front View"
	  picture_name = "breast-lift-p03-front-med.jpg"
	  request = "To get rid of chronic back and neck pain."
	  age = "59"
	  technique = "Short incision vertical breast reduction, Medial Pedicle rotation for reshaping the breast mound."
	  testimonial = "'Thank you so much. My back and neck pain have gone away.'"
	  break
	  
	  case (title="breast-lift-p03-oblique"): 
	  case_patient = "Breast Lift Patient #02: Oblique View"
	  picture_name = "breast-lift-p03-oblique-med.jpg"
	  request = "To get rid of chronic back and neck pain."
	  age = "59"
	  technique = "Short incision vertical breast reduction, Medial Pedicle rotation for reshaping the breast mound."
	  testimonial = "'Thank you so much. My back and neck pain have gone away.'"
	  break
	  
	  case (title="breast-lift-p03-side"): 
	  case_patient = "Breast Lift Patient #02: Side View"
	  picture_name = "breast-lift-p03-side-med.jpg"
	  request = "To get rid of chronic back and neck pain."
	  age = "59"
	  technique = "Short incision vertical breast reduction, Medial Pedicle rotation for reshaping the breast mound."
	  testimonial = "'Thank you so much. My back and neck pain have gone away.'"
	  break
	  
	  case (title="breast-lift-p04-front"): 
	  case_patient = "Breast Lift Patient #03: Front View"
	  picture_name = "breast-lift-p04-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="breast-lift-p04-oblique"): 
	  case_patient = "Breast Lift Patient #03: oblique View"
	  picture_name = "breast-lift-p04-oblique-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="breast-lift-p04-oblique2"): 
	  case_patient = "Breast Lift Patient #03: oblique View"
	  picture_name = "breast-lift-p04-oblique2-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="breast-lift-p04-side"): 
	  case_patient = "Breast Lift Patient #03: oblique View"
	  picture_name = "breast-lift-p04-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="breast-lift-p04-side2"): 
	  case_patient = "Breast Lift Patient #03: oblique View"
	  picture_name = "breast-lift-p04-side2-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="breast-reduction-p01-front"): 
	  case_patient = "Breast Reduction Patient #01: Front View"
	  picture_name = "breast-reduction-p01-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="breast-reduction-p01-side"): 
	  case_patient = "Breast Reduction Patient #01: Side View"
	  picture_name = "breast-reduction-p01-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="breast-reduction-p02-front"): 
	  case_patient = "Breast Reduction Patient #02: Front View"
	  picture_name = "breast-reduction-p02-front-med.jpg"
	  request = "Smaller size, improved contour, “perkier, yet natural appearing."
	  age = "39"
	  technique = "Short incision vertical breast reduction, Medial Pedicle rotation for reshaping the breast mound."
	  testimonial = "'I'm am totally satisfied. My sister wants your information.'"
	  break
	  
	  case (title="breast-reduction-p02-oblique"): 
	  case_patient = "Breast Reduction Patient #02: Oblique View"
	  picture_name = "breast-reduction-p02-oblique-med.jpg"
	  request = "Smaller size, improved contour, “perkier, yet natural appearing."
	  age = "39"
	  technique = "Short incision vertical breast reduction, Medial Pedicle rotation for reshaping the breast mound."
	  testimonial = "'I'm am totally satisfied. My sister wants your information.'"
	  break
	  
	  case (title="breast-reduction-p02-side"): 
	  case_patient = "Breast Reduction Patient #02: Side View"
	  picture_name = "breast-reduction-p02-side-med.jpg"
	  request = "Smaller size, improved contour, “perkier, yet natural appearing."
	  age = "39"
	  technique = "Short incision vertical breast reduction, Medial Pedicle rotation for reshaping the breast mound."
	  testimonial = "'I'm am totally satisfied. My sister wants your information.'"
	  break
	  
	  case (title="make-over-p01-front"): 
	  case_patient = "'Mommy Makeover' Patient #01: Front View"
	  picture_name = "make-over-p01-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  	  	  case (title="make-over-p01-oblique"): 
	  case_patient = "'Mommy Makeover' Patient #01: Oblique View"
	  picture_name = "make-over-p01-oblique-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="make-over-p01-oblique2"): 
	  case_patient = "'Mommy Makeover' Patient #01: Oblique View"
	  picture_name = "make-over-p01-oblique2-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  	  	  case (title="make-over-p01-side"): 
	  case_patient = "'Mommy Makeover' Patient #01: Side View"
	  picture_name = "make-over-p01-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="make-over-p01-side2"): 
	  case_patient = "'Mommy Makeover' Patient #01: Side View"
	  picture_name = "make-over-p01-side2-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="make-over-p02-front"): 
	  case_patient = "'Mommy Makeover' Patient #02: Front View"
	  picture_name = "make-over-p02-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="make-over-p02-oblique"): 
	  case_patient = "'Mommy Makeover' Patient #02: Oblique View"
	  picture_name = "make-over-p02-oblique-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="make-over-p02-oblique2"): 
	  case_patient = "'Mommy Makeover' Patient #02: Oblique View"
	  picture_name = "make-over-p02-oblique2-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="make-over-p02-side"): 
	  case_patient = "'Mommy Makeover' Patient #02: Side View"
	  picture_name = "make-over-p02-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="make-over-p03-front"): 
	  case_patient = "'Mommy Makeover' Patient #03: Front View"
	  picture_name = "make-over-p03-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="make-over-p03-side"): 
	  case_patient = "'Mommy Makeover' Patient #03: Side View"
	  picture_name = "make-over-p03-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="make-over-p04-front"): 
	  case_patient = "'Mommy Makeover' Patient #04: Front View"
	  picture_name = "make-over-p04-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="make-over-p04-side"): 
	  case_patient = "'Mommy Makeover' Patient #04: Side View"
	  picture_name = "make-over-p04-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="make-over-p04-side2"): 
	  case_patient = "'Mommy Makeover' Patient #04: Side View"
	  picture_name = "make-over-p04-side2-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="liposuction-p01-front"): 
	  case_patient = "Liposuction Patient #01: Front View"
	  picture_name = "liposuction-p01-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="liposuction-p01-rear"): 
	  case_patient = "Liposuction Patient #01: Rear View"
	  picture_name = "liposuction-p01-rear-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="liposuction-p02-front"): 
	  case_patient = "Liposuction Patient #02: Front View"
	  picture_name = "liposuction-p02-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="liposuction-p02-side"): 
	  case_patient = "Liposuction Patient #02: Side View"
	  picture_name = "liposuction-p02-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="liposuction-p03-oblique"): 
	  case_patient = "Liposuction Patient #03: Oblique View"
	  picture_name = "liposuction-p03-oblique-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="liposuction-p03-rear"): 
	  case_patient = "Liposuction Patient #03: Rear View"
	  picture_name = "liposuction-p03-rear-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="liposuction-p04-front"): 
	  case_patient = "Liposuction Patient #03: Front View"
	  picture_name = "liposuction-p04-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="gluteal-augment-p01-side"): 
	  case_patient = "Gluteal Augmentation Patient #01: Side View"
	  picture_name = "gluteal-augment-p01-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="gynecomastia-p01-front"): 
	  case_patient = "Gynecomastia Patient #01: Front View"
	  picture_name = "gynecomastia-p01-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="gynecomastia-p02-front"): 
	  case_patient = "Gynecomastia Patient #02: Front View"
	  picture_name = "gynecomastia-p02-front-med.jpg"
	  request = "I work out six times a week, but I need more definition in the pecs; less projection of the nipples."
	  age = "20"
	  technique = "Minimally-invasive liposuction from remote sites to minimize any chance of scar formation. No incisions on the nipple."
	  testimonial = "'I feel much better in the gym and at the beach. Thanks for avoiding the scar!'"
	  break
	  
	  case (title="gynecomastia-p02-oblique"): 
	  case_patient = "Gynecomastia Patient #02: Oblique View"
	  picture_name = "gynecomastia-p02-oblique-med.jpg"
	  request = "I work out six times a week, but I need more definition in the pecs; less projection of the nipples."
	  age = "20"
	  technique = "Minimally-invasive liposuction from remote sites to minimize any chance of scar formation. No incisions on the nipple."
	  testimonial = "'I feel much better in the gym and at the beach. Thanks for avoiding the scar!'"
	  break
	  
	  case (title="gynecomastia-p02-side"): 
	  case_patient = "Gynecomastia Patient #02: Side View"
	  picture_name = "gynecomastia-p02-side-med.jpg"
	  request = "I work out six times a week, but I need more definition in the pecs; less projection of the nipples."
	  age = "20"
	  technique = "Minimally-invasive liposuction from remote sites to minimize any chance of scar formation. No incisions on the nipple."
	  testimonial = "'I feel much better in the gym and at the beach. Thanks for avoiding the scar!'"
	  break
	  
	  case (title="lipo-of-the-neck-p01-side"): 
	  case_patient = "Neck Liposuction Patient #01: Front View"
	  picture_name = "lipo-of-the-neck-p01-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	   case (title="lipo-of-the-neck-p02-front"): 
	  case_patient = "Neck Liposuction Patient #02: Front View"
	  picture_name = "lipo-of-the-neck-p02-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="lipo-of-the-neck-p02-side"): 
	  case_patient = "Neck Liposuction Patient #02: Side View"
	  picture_name = "lipo-of-the-neck-p02-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  	  case (title="lip-augmentation-p01-front"): 
	  case_patient = "Lip Augmentation Patient #01: Front View"
	  picture_name = "lip-augmentation-p01-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  	  case (title="lip-augmentation-p02-front"): 
	  case_patient = "Lip Augmentation Patient #02: Front View"
	  picture_name = "lip-augmentation-p02-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	   case (title="lip-augmentation-p03-front"): 
	  case_patient = "Lip Augmentation Patient #03: Front View"
	  picture_name = "lip-augmentation-p03-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break	  
	  
	  	  case (title="chin-implant-p01-side"): 
	  case_patient = "Chin Implant Patient #01: Side View"
	  picture_name = "chin-implant-p01-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  	  case (title="chin-implant-p02-side"): 
	  case_patient = "Chin Implant Patient #02: Side View"
	  picture_name = "chin-implant-p02-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="chin-implant-p03-front"): 
	  case_patient = "Chin Implant Patient #03: Front View"
	  picture_name = "chin-implant-p03-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="chin-implant-p03-side"): 
	  case_patient = "Chin Implant Patient #03: Side View"
	  picture_name = "chin-implant-p03-side-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  
	  	  case (title="smoker-lines-p01-front"): 
	  case_patient = "'Smoker Lines' Patient #01: Front View"
	  picture_name = "smoker-lines-p01-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  
	   case (title="smoker-lines-p02-front"): 
	  case_patient = "'Smoker Lines' Patient #02: Front View"
	  picture_name = "smoker-lines-p02-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="specialized tummy tuck repair-p01-front"): 
	  case_patient = "Specialized Tummy Tuck Repair Patient #01: Front View"
	  picture_name = "specialized tummy tuck repair-p01-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="specialized tummy tuck repair-p01-closeup"): 
	  case_patient = "Specialized Tummy Tuck Repair Patient #01: Close up View"
	  picture_name = "specialized tummy tuck repair-p01-closeup-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	  case (title="parenthesis defect correction-p01-front"): 
	  case_patient = "Parenthesis Defect Correction Patient #01: Front View"
	  picture_name = "parenthesis defect correction-p01-front-med.jpg"
	  request = "N/A"
	  age = "N/A"
	  technique = "N/A"
	  testimonial = "N/A"
	  break
	  
	}		
		
		parent.document.getElementById('photoholder').src = "photos/" + picture_name;	
		parent.document.getElementById('case_patient').innerHTML=case_patient;
		parent.document.getElementById('request').innerHTML=request;
		parent.document.getElementById('age').innerHTML=age;
		parent.document.getElementById('technique').innerHTML=technique;
		parent.document.getElementById('testimonial').innerHTML=testimonial;
} 
