// JavaScript Document

function concern(id){
	var t = ''

	if(id == 3 || id == 7 || id == 12)
		t += '<h3>BOTOX<sup>®</sup></h3>A quick injectable treatment with no downtime so you can go back to normal activities immediately. Can be combined with other treatments offered at LaserDerm. <a href="index.asp?pageID=2145849317">more info</a><hr>'
	
	
	if(id == 1 || id == 3 || id == 6 || id == 22 || id == 26 || id == 27 || id == 31)
		t += '<h3>Cosmeceuticals</h3>Alpha hydroxy acids (AHA) are several naturally occurring acids found in fruits and other foods.  These are used to improve your various concerns including clearing and brightening the appearance of skin while smoothing minor wrinkles and pigmentation. <a href="index.asp?pageID=2145850298">more info</a><hr>'
	
	if(id == 3 || id == 5 || id == 8 || id == 10 || id == 12 || id == 15 || id == 16 || id == 24 || id == 34)
		t += '<h3>Dermal Filler</h3>Restylane, Perlane or Esthelis dermal fillers are injected into your area of concern. See the results immediately with no downtime after treatment. <a href="index.asp?pageID=2145849318">more info</a><hr>'
		
	if(id == 2 || id == 3 || id == 8 || id == 9 || id == 15 || id == 17 || id == 20 || id == 23 || id == 34)
		t += '<h3>Fractional Laser</h3>The Fractional Laser Erbium 1540 handpiece provides a non-ablative laser skin rejuvenation technique where you receive a refreshed, tighter, younger looking resurfaced skin with rapid healing time and no downtime. <a href="index.asp?pageID=2145850300">more info</a><hr>'

	if(id == 3 || id == 4 || id == 14 || id == 13 || id == 15 || id == 21 || id == 22 || id == 29 || id == 32 || id == 33 || id == 34)
		t += '<h3>IPL</h3>The only technology to treat all areas of photo aging.  The Palomar Starlux system used is one of the most powerful intense pulsed light (IPL) systems available today. <a href="index.asp?pageID=2145849321">more info</a><hr>'

	if(id == 1 || id == 2 || id == 3 || id == 6 || id == 15 || id == 21 || id == 22 || id == 24 || id == 30 || id == 34)
		t += '<h3>Microdermabrasion</h3>SilkPeel Dermalinfusion is the most advanced skin treatment available today. Treatment is performed in less than an hour – perfect for your next lunchtime facial. Is commonly used with other treatments for improved results. <a href="index.asp?pageID=2145850701">more info</a><hr>'
		
	if(id == 11 || id == 18 || id == 19 || id == 25 || id == 30 || id == 31)
		t += '<h3>Mole Assessment & Mapping</h3>Using the technology of Beau Visage, Mole Manager and MoleView, you can receive a full skin assessment to help you understand your current skin condition from years of harmful sun exposure. <a href="index.asp?pageID=2145850295">more info</a><hr>'
		
	if(id == 3 || id == 8 || id == 9 || id == 15 || id == 17 || id == 20 || id == 28 || id == 34)
		t += '<h3>Non-Surgical Facelift</h3>It is the combination treatment approach of Microdermabrasion, IPL, Fractional Laser and Photo Rejuvenation that provides the appearance of a facelift without undergoing evasive surgery. <a href="index.asp?pageID=2145850299">more info</a><hr>'
		
	if(id == 3 || id == 8 || id == 21 || id == 22 || id == 35 || id == 36 || id == 28 || id == 30 || id == 31 || id == 37)
		t += '<h3>Photo Rejuvenation</h3>An intense light is applied in a series of gentle pulses over the treatment area to provide you with a healthier appearance in your skin showing the early signs of aging.  Return to your normal activities immediately after treatment. <a href="index.asp?pageID=2145849324">more info</a><hr>'
	
	if(id == 3 || id == 38 || id == 17 || id == 39 || id == 28 || id == 40)
		t += '<h3>Radiofrequency</h3>The latest technology to combat aging and loose skin using Tripolar™ Radiofrequency Technology.  Currently the only proven way to permanently tighten loose or sagging skin and cellulite without surgery, and without the associated expense and down-time. <a href="index.asp?pageID=2145849325">more info</a><hr>'
	
	if(id == 3 || id == 22 || id == 27 || id == 30)
		t += '<h3>Skin Assessment</h3>Using the technology of Beau Visage, a computerised skin imaging and consultation system, you can receive a full skin assessment to help you understand the current condition of your skin.  Receive a skin assessment prior to receiving treatment to measure the treatment’s effectiveness. <a href="index.asp?pageID=2145850285">more info</a><hr>'
		
	
	returnObjById('treatments').innerHTML = t
}
