function hide(x){
document.getElementById('btn-r-'+x).className ="view-all btngray";
document.getElementById('btn-a-'+x).className ="view-all btngray";
document.getElementById('bc-d-'+x).className ="beauty-content";
maroun();
}
function goto(x){
document.getElementById('btn-r-'+x).className ="view-all btngray";
document.getElementById('btn-a-'+x).className ="view-all";
document.getElementById('bc-d-'+x).className ="beauty-content focusdiv";
maroun();
}
function maroun(){
var htmltext = "";
var i = 0;
var total = 0;
if(document.getElementById('btn-a-34').className =="view-all"){
i = i + 1;
htmltext = htmltext + '*' + i + ') Medical Pedicure for 450 AED
' ;
total = total + 450;
}
if(document.getElementById('btn-a-35').className =="view-all"){
i = i + 1;
htmltext = htmltext + '*' + i + ') Medical Pedicure (Complex) for 600 AED
' ;
total = total + 600;
}
if(document.getElementById('btn-a-36').className =="view-all"){
i = i + 1;
htmltext = htmltext + '*' + i + ') Medical Treatment for 400 AED
' ;
total = total + 400;
}
if(document.getElementById('btn-a-37').className =="view-all"){
i = i + 1;
htmltext = htmltext + '*' + i + ') SOS Treatment for 300 AED
' ;
total = total + 300;
}
if(document.getElementById('btn-a-38').className =="view-all"){
i = i + 1;
htmltext = htmltext + '*' + i + ') Medical Manicure for 315 AED
' ;
total = total + 315;
}
if(document.getElementById('btn-a-40').className =="view-all"){
i = i + 1;
htmltext = htmltext + '*' + i + ') Reflexology for 575 AED
' ;
total = total + 575;
}
if(document.getElementById('btn-a-430').className =="view-all"){
i = i + 1;
htmltext = htmltext + '*' + i + ') Nail Reconstruction for 500 AED
' ;
total = total + 500;
}
if(document.getElementById('btn-a-440').className =="view-all"){
i = i + 1;
htmltext = htmltext + '*' + i + ') Warts Removal for 3000 AED
' ;
total = total + 3000;
}
document.getElementById('herehtml').innerHTML = htmltext+'
*Total: '+ total + ' AED';
document.getElementById('herehtmltextarea').value = document.getElementById('herehtml').innerHTML;
}