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 425 AED
' ; total = total + 425; } if(document.getElementById('btn-a-35').className =="view-all"){ i = i + 1; htmltext = htmltext + '*' + i + ') Medical Complex Pedicure for 575 AED
' ; total = total + 575; } if(document.getElementById('btn-a-36').className =="view-all"){ i = i + 1; htmltext = htmltext + '*' + i + ') SOS Treatment for 290 AED
' ; total = total + 290; } if(document.getElementById('btn-a-37').className =="view-all"){ i = i + 1; htmltext = htmltext + '*' + i + ') Medical Manicure for 300 AED
' ; total = total + 300; } if(document.getElementById('btn-a-38').className =="view-all"){ i = i + 1; htmltext = htmltext + '*' + i + ') Full Service (Mani + Pedi) for 665 AED
' ; total = total + 665; } if(document.getElementById('btn-a-39').className =="view-all"){ i = i + 1; htmltext = htmltext + '*' + i + ') Full Service (Mani + Complex Pedi) for 790 AED
' ; total = total + 790; } if(document.getElementById('btn-a-40').className =="view-all"){ i = i + 1; htmltext = htmltext + '*' + i + ') Nail Polish for 150 AED
' ; total = total + 150; } if(document.getElementById('btn-a-47').className =="view-all"){ i = i + 1; htmltext = htmltext + '*' + i + ') French Nail Polish for 215 AED
' ; total = total + 215; } if(document.getElementById('btn-a-410').className =="view-all"){ i = i + 1; htmltext = htmltext + '*' + i + ') Gel Remover (Hands or Feet) for 100 AED
' ; total = total + 100; } if(document.getElementById('btn-a-420').className =="view-all"){ i = i + 1; htmltext = htmltext + '*' + i + ') Gel Remover (Hands & Feet) for 190 AED
' ; total = total + 190; } if(document.getElementById('btn-a-430').className =="view-all"){ i = i + 1; htmltext = htmltext + '*' + i + ') Kids Pedicure for 290 AED
' ; total = total + 290; } if(document.getElementById('btn-a-440').className =="view-all"){ i = i + 1; htmltext = htmltext + '*' + i + ') Reflexology for 525 AED
' ; total = total + 525; } if(document.getElementById('btn-a-450').className =="view-all"){ i = i + 1; htmltext = htmltext + '*' + i + ') Medical Pedicure + Reflexology for 900 AED
' ; total = total + 900; } if(document.getElementById('btn-a-460').className =="view-all"){ i = i + 1; htmltext = htmltext + '*' + i + ') Medical Complex Pedicure + Reflexology for 1050 AED
' ; total = total + 1050; } document.getElementById('herehtml').innerHTML = htmltext+'
*Total: '+ total + ' AED'; document.getElementById('herehtmltextarea').value = document.getElementById('herehtml').innerHTML; }