// Related Link Data
// This file requires Globals.js to be included. 
var relatedLinks;
var basePath = "/";

function addRelatedLink( region, linkURL, linkDescr )
{
/***
	alert( "addRelatedLink( \n" + region + ",\n" 
								 + linkURL + ",\n" 
								 + linkDescr + "\n)" );
***/

	// Make sure all the layers exist, starting with the parent
	if ( typeof relatedLinks == "undefined" )
	{
//		alert( "Creating a new relatedLinks array" );
		relatedLinks = [];
	}

	if ( typeof relatedLinks[ region ] == "undefined" )
	{
//		alert( "Creating a new relatedLinks[" + region + "] array" );
		relatedLinks[ region ] = [];
	}

	var items = relatedLinks[ region ].length;

//	alert( "There are " + items + " elements in the array" )

	relatedLinks[ region ][items] = [];
	relatedLinks[ region ][items]['text' ] = linkDescr;
	relatedLinks[ region ][items]['link'] = basePath + linkURL;
}

// ******************  DO NOT CHANGE ANYTHING ABOVE THIS LINE  ******************

//	addRelatedLink( region, linkURL, linkDescr ) Return link (0)
//	addRelatedLink( region, linkURL, linkDescr ) Related Links (1)
//	addRelatedLink( region, linkURL, linkDescr ) Related Links (2), etc

	addRelatedLink( "abdomen", "Body/abdomen.html", "Abdomen" );
	addRelatedLink( "abdomen", "Detail/abdominoplasty.html", "Abdominoplasty" );
	addRelatedLink( "abdomen", "Detail/liposuction.html", "Liposuction" );
	addRelatedLink( "abdomen", "Detail/surgiwire.html", "Subcision Surgery" );
	addRelatedLink( "abdomen", "Detail/breastaug.html", "Breast Augmentation" );

	addRelatedLink( "breasts", "Body/breast.html", "Breasts" );
	addRelatedLink( "breasts", "Detail/breastaug.html", "Breast Augmentation" );
	addRelatedLink( "breasts", "Detail/benelli.html", "Benelli Lift" );
	addRelatedLink( "breasts", "Detail/breastlift.html", "Breast Lift" );
	addRelatedLink( "breasts", "Detail/breastreduction.html", "Breast Reduction" );
	
	addRelatedLink( "buttocks", "Body/buttocks.html", "Buttocks" );
	addRelatedLink( "buttocks", "Detail/buttocks.html", "Gluteoplasty" );
	addRelatedLink( "buttocks", "Detail/buttocklift.html", "Buttock Lift" );
	addRelatedLink( "buttocks", "Detail/thighlift.html", "Lower Body Lift" );
	addRelatedLink( "buttocks", "Detail/fattransferbody.html", "Fat Transfer" );

//	addRelatedLink( "skinFat", "Body/cellulite.html", "Cellulite" );
//	addRelatedLink( "skinFat", "Detail/liposuction.html", "Liposuction" );
//	addRelatedLink( "skinFat", "Detail/surgiwire.html", "Subcision Surgery" );
//	addRelatedLink( "skinFat", "Detail/laserhair.html", "Laser Hair Removal" );

	addRelatedLink( "childbirth", "Body/childbirth.html", "Childbirth" );
	addRelatedLink( "childbirth", "Detail/abdominoplasty.html", "Abdominoplasty" );
	addRelatedLink( "childbirth", "Detail/liposuction.html", "Liposuction" );
	addRelatedLink( "childbirth", "Detail/laserhair.html", "Laser Hair Removal" );
	addRelatedLink( "childbirth", "Detail/breastaug.html", "Breast Augmentation" );
	addRelatedLink( "childbirth", "Detail/breastlift.html", "Breast Lift" );
	addRelatedLink( "childbirth", "Detail/breastreduction.html", "Breast Reduction" );
	addRelatedLink( "childbirth", "Detail/benelli.html", "Benelli Lift" );

	addRelatedLink( "figure", "Body/figure.html", "Figure" );
	addRelatedLink( "figure", "Detail/abdominoplasty.html", "Abdominoplasty" );
	addRelatedLink( "figure", "Detail/liposuction.html", "Liposuction" );
	addRelatedLink( "figure", "Detail/breastaug.html", "Breast Augmentation" );
	addRelatedLink( "figure", "Detail/breastlift.html", "Breast Lift" );
	addRelatedLink( "figure", "Detail/breastreduction.html", "Breast Reduction" );
	addRelatedLink( "figure", "Detail/benelli.html", "Benelli Mastopexy" );

	addRelatedLink( "legsHips", "Body/legs_hips.html", "Legs and Hips" );
	addRelatedLink( "legsHips", "Detail/buttocks.html", "Gluteoplasty" );
	addRelatedLink( "legsHips", "Detail/buttocklift.html", "Buttock Lift" );
	addRelatedLink( "legsHips", "Detail/thighlift.html", "Lower Body Lift" );
	addRelatedLink( "legsHips", "Detail/fattransferbody.html", "Fat Transfer" );	addRelatedLink( "legsHips", "Detail/calfs.html", "Calf Augmentation" );

	addRelatedLink( "skinb", "Body/skinb.html", "Skin &amp; Fat" );
	addRelatedLink( "skinb", "Detail/abdominoplasty.html", "Abdominoplasty" );
	addRelatedLink( "skinb", "Detail/liposuction.html", "Liposuction" );
	addRelatedLink( "skinb", "Detail/surgiwire.html", "Subcision Surgery" );
	addRelatedLink( "skinb", "Detail/thighlift.html", "Thigh Lift" );
	addRelatedLink( "skinb", "Detail/bodylift.html", "Body Lift" );
	addRelatedLink( "skinb", "Detail/laserhair.html", "Laser Hair Removal" );

	addRelatedLink( "cellulite", "Body/cellulite.html", "Cellulite" );
	addRelatedLink( "cellulite", "Detail/abdominoplasty.html", "Abdominoplasty" );
	addRelatedLink( "cellulite", "Detail/liposuction.html", "Liposuction" );
	addRelatedLink( "cellulite", "Detail/surgiwire.html", "SurgiWire" );
	addRelatedLink( "cellulite", "Detail/thighlift.html", "Thigh Lift" );
	addRelatedLink( "cellulite", "Detail/fattransferbody.html", "Fat Transfer" );

	addRelatedLink( "weightloss", "Body/weightloss.html", "Weightloss" );
	addRelatedLink( "weightloss", "Detail/abdominoplasty.html", "Abdominoplasty" );
	addRelatedLink( "weightloss", "Detail/liposuction.html", "Liposuction" );

//	addRelatedLink( "legs_hips", "Body/abdomen.html", "Abdomen" );
//	addRelatedLink( "legs_hips", "Detail/abdominoplasty.html", "Abdominoplasty" );
//	addRelatedLink( "legs_hips", "Detail/liposuction.html", "Liposuction" );

	addRelatedLink( "facialBones", "Face/bones.html", "Facial Bones" );
	addRelatedLink( "facialBones", "Detail/genioplasty.html", "Chin Augmentation" );
	addRelatedLink( "facialBones", "Detail/rhinoplasty.html", "Rhinoplasty" );
	addRelatedLink( "facialBones", "Detail/mandibleangle.html", "Jaw Angle Augmentation" );
	addRelatedLink( "facialBones", "Detail/mifaceaugmentation.html", "Midface Augmentation" );
	addRelatedLink( "facialBones", "Detail/restylane.html", "Restylane" );
	addRelatedLink( "facialBones", "Detail/fattransfer.html", "Fat Transfer" );
	addRelatedLink( "facialBones", "Detail/restylane.html", "Restylane" );
	addRelatedLink( "facialBones", "Detail/orthognathic.html", "Orthognathic Surgery" );

	addRelatedLink( "cheeks", "Face/cheek.html", "Cheek" );
	addRelatedLink( "cheeks", "Detail/blepharoplasty.html", "Blepharoplasty" );
	addRelatedLink( "cheeks", "Detail/restylane.html", "Restylane" );
	addRelatedLink( "cheeks", "Detail/mifaceaugmentation.html", "Midface Augmentation" );
	addRelatedLink( "cheeks", "Detail/fattransfer.html", "Fat Transfer" );
	addRelatedLink( "cheeks", "Detail/midfacelift.html", "Midface Lift" );
	addRelatedLink( "cheeks", "Detail/facelift.html", "Face Lift" );
	addRelatedLink( "cheeks", "Detail/contour.html", "Contour Thread Lift" );
	addRelatedLink( "cheeks", "Detail/orthognathic.html", "Orthognathic Surgery" );
	
	addRelatedLink( "forehead", "Face/forehead.html", "Forehead" );
	addRelatedLink( "forehead", "Detail/browlift.html", "Browlift" );
	addRelatedLink( "forehead", "Detail/botox.html", "Botox" );
	addRelatedLink( "forehead", "Detail/restylane.html", "Restylane" );
	addRelatedLink( "forehead", "Detail/microderm.html", "Microdermabrasion" );
	addRelatedLink( "forehead", "Detail/obagi.html", "Obagi System" );
	addRelatedLink( "forehead", "Detail/bluepeel.html", "Blue Peel" );
	addRelatedLink( "forehead", "Detail/contour.html", "Contour Thread Lift" );
	addRelatedLink( "forehead", "Detail/blepharoplasty.html", "Blapharoplasty" );
	addRelatedLink( "forehead", "Detail/fattransfer.html", "Fat Transfer" );
	
	addRelatedLink( "eyes", "Face/eyes.html", "Eyes" );
	addRelatedLink( "eyes", "Detail/blepharoplasty.html", "Blepharoplasty" );
	addRelatedLink( "eyes", "Detail/browlift.html", "Browlift" );
	addRelatedLink( "eyes", "Detail/restylane.html", "Restylane" );
	addRelatedLink( "eyes", "Detail/fattransfer.html", "Fat Transfer" );
	addRelatedLink( "eyes", "Detail/midfacelift.html", "Midface Lift" );
	addRelatedLink( "eyes", "Detail/midfaceaugmentation.html", "Midface Augmentation" );
	addRelatedLink( "eyes", "Detail/contour.html", "Contour Thread Lift" );
	addRelatedLink( "eyes", "Detail/microderm.html", "Microdermabrasion" );

	addRelatedLink( "earsNose", "Face/ears_nose.html", "Ears & Nose" );
	addRelatedLink( "earsNose", "Detail/otoplasty.html", "Otoplasty" );
	addRelatedLink( "earsNose", "Detail/rhinoplasty.html", "Rhinoplasty" );
	addRelatedLink( "earsNose", "Detail/laserhair.html", "Laser Hair Removal" );
	addRelatedLink( "earsNose", "Detail/genioplasty.html", "Chin Augmentation" );

	addRelatedLink( "neck", "Face/neck.html", "Neck" );
	addRelatedLink( "neck", "Detail/liposcution.html", "Facial Liposculpture" );
	addRelatedLink( "neck", "Detail/necklift.html", "Neck Lift" );
	addRelatedLink( "neck", "Detail/genioplasty.html", "Chin Augmentation" );
	addRelatedLink( "neck", "Detail/necklift.html", "Neck Lift" );
	addRelatedLink( "neck", "Detail/mandibleangle.html", "Jaw Angle Augmentation" );
	addRelatedLink( "neck", "Detail/facelift.html", "Face Lift" );
	addRelatedLink( "neck", "Detail/contour.html", "Contour Thread Lift" );

	addRelatedLink( "face", "Face/face.html", "Face" );
	addRelatedLink( "face", "Detail/facelift.html", "Face Lift" );
	addRelatedLink( "face", "Detail/browlift.html", "Brow Lift" );
	addRelatedLink( "face", "Detail/blepharoplasty.html", "Blepharoplasty" );
	addRelatedLink( "face", "Detail/fattransfer.html", "Fat Transfer" );
	addRelatedLink( "face", "Detail/laser.html", "CO2 Laser Resurfacing" );
	addRelatedLink( "face", "Detail/blepharoplasty.html", "Blepharoplasty" );
	addRelatedLink( "face", "Detail/midfacelift.html", "Midface Lift" );
	addRelatedLink( "face", "Detail/restylane.html", "Restylane" );
	addRelatedLink( "face", "Detail/botox.html", "Botox" );
	addRelatedLink( "face", "Detail/obagi.html", "Obagi System" );

	addRelatedLink( "skin", "Face/skin.html", "Skin" );
	addRelatedLink( "skin", "Detail/restylane.html", "Restylane" );
	addRelatedLink( "skin", "Detail/laser.html", "CO2 Laser Resurfacing" );
	addRelatedLink( "skin", "Detail/bluepeel.html", "Blue Peel" );
	addRelatedLink( "skin", "Detail/obagi.html", "Obagi System" );
	addRelatedLink( "skin", "Detail/microderm.html", "Microdermabrasion" );
	addRelatedLink( "skin", "Detail/botox.html", "Botox" );
	addRelatedLink( "skin", "Detail/facelift.html", "Face Lift" );
	addRelatedLink( "skin", "Detail/fattransfer.html", "Fat Transfer" );

	addRelatedLink( "wrinkle", "MDspas/wrinkle.html", "Wrinkles" );
	addRelatedLink( "wrinkle", "Detail/laser.html", "CO2 Laser Resurfacing" );
	addRelatedLink( "wrinkle", "Detail/restylane.html", "Restylane" );
	addRelatedLink( "wrinkle", "Detail/fattransfer.html", "Fat Transfer" );
	addRelatedLink( "wrinkle", "Detail/surgiwire.html", "Subcision Surgery" );
	
	addRelatedLink( "nlf", "MDspas/nlf.html", "Nasolabial Fold" );
	addRelatedLink( "nlf", "Detail/facelift.html", "Face Lift" );
	addRelatedLink( "nlf", "Detail/liposuction.html", "Liposculpture" );
	addRelatedLink( "nlf", "Detail/fattransfer.html", "Fat Transfer" );
	addRelatedLink( "nlf", "Detail/surgiwire.html", "Subcision Surgery" );
	addRelatedLink( "nlf", "Detail/restylane.html", "Restylane" );
	
	addRelatedLink( "lips", "MDspas/lips.html", "Lips" );
	addRelatedLink( "lips", "Detail/restylane.html", "Restylane" );
	addRelatedLink( "lips", "Detail/fattransfer.html", "Fat Transfer" );

	addRelatedLink( "hair", "MDspas/hair.html", "Hair" );
	addRelatedLink( "hair", "Detail/laserhair.html", "Laser Hair Removal" );
	
	addRelatedLink( "veins", "MDspas/veins.html", "Spider Veins" );
	addRelatedLink( "veins", "Detail/sclero.html", "Sclerotherapy" );

	addRelatedLink( "wounds", "MDspas/wounds.html", "Scars" );
	addRelatedLink( "wounds", "Detail/fattransfer.html", "Fat Transfer" );
	addRelatedLink( "wounds", "Detail/restylane.html", "Restylane" );
	addRelatedLink( "wounds", "Detail/laser.html", "CO2 Laser Resurfacing" );
	addRelatedLink( "wounds", "Detail/dermabrasion.html", "Dermabrasion" );
	addRelatedLink( "wounds", "Detail/microderm.html", "Microdermabrasion" );
	addRelatedLink( "wounds", "Detail/midfacelift.html", "Midface Lift" );
	addRelatedLink( "wounds", "Detail/browlift.html", "Browlift" );
	addRelatedLink( "wounds", "Detail/breastaug.html", "Trans-umbilical Breast Augmentation" );

	addRelatedLink( "skins", "MDspas/skinS.html", "Sun Damage" );
	addRelatedLink( "skins", "Detail/obagi.html", "Obagi System" );
	addRelatedLink( "skins", "Detail/bluepeel.html", "Blue Peel" );
	addRelatedLink( "skins", "Detail/reeverse.html", "Reeverse Anti-Aging Treatment" );
	addRelatedLink( "skins", "Detail/microderm.html", "Microdermabrasion" );
	addRelatedLink( "skins", "Detail/botox.html", "Botox" );
	addRelatedLink( "skins", "Detail/restylane.html", "Restylane" );
	addRelatedLink( "skins", "Detail/laser.html", "CO2 Laser Resurfacing" );
	addRelatedLink( "skins", "Detail/facelift.html", "Face Lift" );
	addRelatedLink( "skins", "Detail/fattransfer.html", "Fat Transfer" );
	addRelatedLink( "skins", "Detail/surgiwire.html", "Subcision Surgery" );

	addRelatedLink( "nutrition", "MDspas/nutrition.html", "Nutrition" );
	addRelatedLink( "nutrition", "Detail/usana.html", "USANA Nutrition" );
	addRelatedLink( "nutrition", "Detail/liposuction.html", "Liposculpture" );
	addRelatedLink( "nutrition", "Detail/surgiwire.html", "Subcision Surgery" );


