function changeimga(){
 a1.src = "image/a3.png";
}

function backimga(){
 a1.src = "image/a1.png";
}

function changeimgb(){
 b1.src = "image/b3.png";
}

function backimgb(){
 b1.src = "image/b1.png";
}


function changeimgc(){
 c1.src = "image/c3.png";
}

function backimgc(){
 c1.src = "image/c1.png";
}


function changeimgd(){
 d1.src = "image/d3.png";
}

function backimgd(){
 d1.src = "image/d1.png";
}


function changeimge(){
 e1.src = "image/e3.png";
}

function backimge(){
 e1.src = "image/e1.png";
}

function changetext(value){
 if (value == "a1"){
 	document.getElementById("description").innerHTML = "<b> <u> Emergencies Welcome </u> </b> <br /> <br /> Relief of pain is an obli- gation but it is our pleasure to help.	Acute pain is usually treated the day of contact.  Chronic pain, if not severe, may have to wait longer.";
 }
 
 else if (value == "a2"){
 	document.getElementById("description").innerHTML = "<b> <u> New Patients </u> </b> <br /> <br /> Assess health/rate of decay/ severity of perio/ tooth wear/ aesthetics.";
 }
 
 else if (value == "a3"){
 	document.getElementById("description").innerHTML = "<b> <u> Periodontal Treatment </u> </b> <br /> <br /> The foundation for dental health.  The teeth may be sound but unless the in- frastructure and security of roots in the bone is managed, prognosis is compromised.";
 }
 
 else if (value == "a4"){
 	document.getElementById("description").innerHTML = "<b> <u> Implants </u> </b> <br /> <br /> At least now we have somewhere to go if, in the worst event <br /> - Tooth loss, is unavoidable.";
 }
 
  else if (value == "a5"){
 	document.getElementById("description").innerHTML = "<b> <u> Crowns and Bridges </u> </b> <br /> <br /> The traditional way to restore spaces.  Still preferable to implants in many circumstances.";
 }
 
  else if (value == "a6"){
 	document.getElementById("description").innerHTML = "<b> <u> Bleaching </u> </b> <br /> <br /> Bleaching is effective but sometimes not uniform and needs to be carried out with care and supervision.  The teeth maybe softened by the process unless mitigation of the strong chemical is implemented.  In-house 1-hour bleaching is not recommended.";
 }
 
  else if (value == "a7"){
 	document.getElementById("description").innerHTML = "<b> <u> Dentures </u> </b> <br /> <br /> 	Traditional full dentures have always been problematic. New over dentures secured to implants give a safe and functional alternative.";
 }
 
  else if (value == "a8"){
 	document.getElementById("description").innerHTML = "<b> <u> Aesthetics </u> </b> <br /> <br /> All dental procedures should have the aesthetic implications assessed and improved.";
 }
 
  else if (value == "a9"){
 	document.getElementById("description").innerHTML = "<b> <u> Surgery </u> </b> <br /> <br /> Some surgery, including wisdom teeth removal may be carried out without recourse to general anaesthesia. Under local anaesthetic, trauma and the debilitating post- operative pain and suffering may be better managed than avoiding time off work.";
 }
 
  else if (value == "a10"){
 	document.getElementById("description").innerHTML = "<b> <u> Hygienist - <br />  <a href='rr_aboutme.htm#p1'> Michelle Carthy </a> </u> </b> <br /> <br /> Works with patient to enhance oral health - especially in the areas of Periodontal health, abrasion, attrition and general enamel wear.";
 }
 
  else if (value == "a11"){
  	document.getElementById("description").innerHTML = "<b> <u> HICAPS </u> </b> <br /> <br /> This facility is available at the surgery for processing of accounts if the patient's private health cover is extended to \"extras\".";
 
 }
 
}

/* Author: Rony Rianto */
/* Date: 28 Feb 2008 */
/* Date: RonyRianto.gmail.com */