﻿function rolloverHome() {
 document.getElementById("mainLinkHomeCell").style.backgroundRepeat = "no-repeat";
 document.getElementById("mainLinkHomeCell").style.backgroundPosition = "center center"; 
 document.getElementById("mainLinkHomeCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
 document.getElementById("homeMenu").style.visibility = "visible"; 
 document.getElementById("homeDD").style.visibility = "visible";
 }
 
function rollbackHome() {
 document.getElementById("mainLinkHomeCell").style.backgroundImage = "none";
 document.getElementById("homeDD").style.visibility = "hidden";
 }

function rolloverContact() {
 document.getElementById("mainLinkContactUsCell").style.backgroundRepeat = "no-repeat";
 document.getElementById("mainLinkContactUsCell").style.backgroundPosition = "center center"; 
 document.getElementById("mainLinkContactUsCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
   }
 
function rollbackContact() {
 document.getElementById("mainLinkContactUsCell").style.backgroundImage = "none";
 }

 function rolloverHours() {
     document.getElementById("mainLinkHoursCell").style.backgroundRepeat = "no-repeat";
     document.getElementById("mainLinkHoursCell").style.backgroundPosition = "center center";
     document.getElementById("mainLinkHoursCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
 }

 function rollbackHours() {
     document.getElementById("mainLinkHoursCell").style.backgroundImage = "none";
 }

function rolloverEmployment() {
 document.getElementById("mainLinkEmploymentCell").style.backgroundRepeat = "no-repeat";
 document.getElementById("mainLinkEmploymentCell").style.backgroundPosition = "center center"; 
 document.getElementById("mainLinkEmploymentCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
   }
 
function rollbackEmployment() {
 document.getElementById("mainLinkEmploymentCell").style.backgroundImage = "none";
 }


 function rolloverPhotoGallery() {
 document.getElementById("mainLinkPhotoGalleryCell").style.backgroundRepeat = "no-repeat";
 document.getElementById("mainLinkPhotoGalleryCell").style.backgroundPosition = "center center"; 
 document.getElementById("mainLinkPhotoGalleryCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
 }

 function rollbackPhotoGallery() {
 document.getElementById("mainLinkPhotoGalleryCell").style.backgroundImage = "none";
 }

//function rolloverSundaySpecials() {
 //document.getElementById("mainLinkSundaySpecialsCell").style.backgroundRepeat = "no-repeat";
 //document.getElementById("mainLinkSundaySpecialsCell").style.backgroundPosition = "center center"; 
 //document.getElementById("mainLinkSundaySpecialsCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
   //}
 
//function rollbackSundaySpecials() {
 //document.getElementById("mainLinkSundaySpecialsCell").style.backgroundImage = "none";
 //}

 function rolloverHolidaySpecials() {
 document.getElementById("mainLinkHolidaySpecialsCell").style.backgroundRepeat = "no-repeat";
 document.getElementById("mainLinkHolidaySpecialsCell").style.backgroundPosition = "center center"; 
 document.getElementById("mainLinkHolidaySpecialsCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
 }

 function rollbackHolidaySpecials() {
 document.getElementById("mainLinkHolidaySpecialsCell").style.backgroundImage = "none";
 }

function rolloverDownloadMenu() {
 document.getElementById("mainLinkDownloadMenuCell").style.backgroundRepeat = "no-repeat";
 document.getElementById("mainLinkDownloadMenuCell").style.backgroundPosition = "center center"; 
 document.getElementById("mainLinkDownloadMenuCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
   }
 
function rollbackDownloadMenu() {
 document.getElementById("mainLinkDownloadMenuCell").style.backgroundImage = "none";
 }

function rolloverAbout() {
 document.getElementById("mainLinkAboutUsCell").style.backgroundRepeat = "no-repeat";
 document.getElementById("mainLinkAboutUsCell").style.backgroundPosition = "center center"; 
 document.getElementById("mainLinkAboutUsCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
  }
 
function rollbackAbout() {
  document.getElementById("mainLinkAboutUsCell").style.backgroundImage = "none";
 } 

function rolloverDesigner() {
 document.getElementById("mainLinkAboutDesignerCell").style.backgroundRepeat = "no-repeat";
 document.getElementById("mainLinkAboutDesignerCell").style.backgroundPosition = "center center"; 
 document.getElementById("mainLinkAboutDesignerCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
  }
 
function rollbackDesigner() {
 document.getElementById("mainLinkAboutDesignerCell").style.backgroundImage = "none";
 } 

function rolloverDisclaimer() {
 document.getElementById("mainLinkDisclaimerCell").style.backgroundRepeat = "no-repeat";
 document.getElementById("mainLinkDisclaimerCell").style.backgroundPosition = "center center"; 
 document.getElementById("mainLinkDisclaimerCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
  }
 
function rollbackDisclaimer() {
  document.getElementById("mainLinkDisclaimerCell").style.backgroundImage = "none";
 } 



function rolloverMens() {
 document.getElementById("mainLinkMensCell").style.backgroundRepeat = "no-repeat";
 document.getElementById("mainLinkMensCell").style.backgroundPosition = "top center"; 
 document.getElementById("mainLinkMensCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
 }
 
function rollbackMens() {
 document.getElementById("mainLinkMensCell").style.backgroundImage = "none";
 }

function rolloverSpa() {
 document.getElementById("mainLinkSpaCell").style.backgroundRepeat = "no-repeat";
 document.getElementById("mainLinkSpaCell").style.backgroundPosition = "top center"; 
 document.getElementById("mainLinkSpaCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
 document.getElementById("spaServicesMenu").style.visibility="visible";
 document.getElementById("spaServicesDD").style.visibility="visible";
 }
 
function rollbackSpa() {
 document.getElementById("mainLinkSpaCell").style.backgroundImage = "none";
 document.getElementById("spaServicesDD").style.visibility = "hidden";
 }

function rolloverSpaPolicy() {
 document.getElementById("mainLinkSpaPolicyCell").style.backgroundRepeat = "no-repeat";
 document.getElementById("mainLinkSpaPolicyCell").style.backgroundPosition = "top center"; 
 document.getElementById("mainLinkSpaPolicyCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
 }
 
function rollbackSpaPolicy() {
 document.getElementById("mainLinkSpaPolicyCell").style.backgroundImage = "none";
 }


function rolloverWaxing() {
 document.getElementById("mainLinkWaxingCell").style.backgroundRepeat = "no-repeat";
 document.getElementById("mainLinkWaxingCell").style.backgroundPosition = "center center"; 
 document.getElementById("mainLinkWaxingCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
  }
 
function rollbackWaxing() {
  document.getElementById("mainLinkWaxingCell").style.backgroundImage = "none";
 } 

function rolloverTeeth() {
 document.getElementById("mainLinkTeethCell").style.backgroundRepeat = "no-repeat"; 
 document.getElementById("mainLinkTeethCell").style.backgroundPosition = "top center"; 
 document.getElementById("mainLinkTeethCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
 }

function rollbackTeeth() {
 document.getElementById("mainLinkTeethCell").style.backgroundImage = "none";
 }
 
function rolloverTanning() {
 document.getElementById("mainLinkTanningCell").style.backgroundRepeat = "no-repeat"; 
 document.getElementById("mainLinkTanningCell").style.backgroundPosition = "top center"; 
 document.getElementById("mainLinkTanningCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
 }

function rollbackTanning() {
 document.getElementById("mainLinkTanningCell").style.backgroundImage = "none";
 }
 
 function rolloverMakeup() {
 document.getElementById("mainLinkMakeupCell").style.backgroundRepeat = "no-repeat"; 
 document.getElementById("mainLinkMakeupCell").style.backgroundPosition = "center center"; 
 document.getElementById("mainLinkMakeupCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
 }

function rollbackMakeup() {
 document.getElementById("mainLinkMakeupCell").style.backgroundImage = "none";
 }

function rolloverMassage() {
 document.getElementById("mainLinkMassageCell").style.backgroundRepeat = "no-repeat"; 
 document.getElementById("mainLinkMassageCell").style.backgroundPosition = "center center"; 
 document.getElementById("mainLinkMassageCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
 }

function rollbackMassage() {
 document.getElementById("mainLinkMassageCell").style.backgroundImage = "none";
 }

 function rolloverOther() {
 document.getElementById("mainLinkOtherCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
 document.getElementById("mainLinkOtherCell").style.backgroundRepeat = "no-repeat"; 
 document.getElementById("mainLinkOtherCell").style.backgroundPosition = "center center"; 
 document.getElementById("otherServicesMenu").style.visibility = "visible";
 document.getElementById("otherDD").style.visibility = "visible";
 }
 
 function rollbackOther() {
 document.getElementById("mainLinkOtherCell").style.backgroundImage = "none";
 document.getElementById("otherDD").style.visibility="hidden";
 }
 
 
 function rolloverBody() {
 document.getElementById("mainLinkBodyTreatmentsCell").style.backgroundRepeat = "no-repeat"; 
 document.getElementById("mainLinkBodyTreatmentsCell").style.backgroundPosition = "center center"; 
 document.getElementById("mainLinkBodyTreatmentsCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
  }

function rollbackBody() {
 document.getElementById("mainLinkBodyTreatmentsCell").style.backgroundImage = "none";
 }
 
function rolloverKids() {
 document.getElementById("mainLinkKidsCell").style.backgroundRepeat = "no-repeat"; 
 document.getElementById("mainLinkKidsCell").style.backgroundPosition = "center center"; 
 document.getElementById("mainLinkKidsCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
  }

function rollbackKids() {
 document.getElementById("mainLinkKidsCell").style.backgroundImage = "none";
 }

 function rolloverFacials() {
 document.getElementById("mainLinkFacialTreatmentsCell").style.backgroundRepeat = "no-repeat"; 
 document.getElementById("mainLinkFacialTreatmentsCell").style.backgroundPosition = "center center"; 
 document.getElementById("mainLinkFacialTreatmentsCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
 }

function rollbackFacials() {
 document.getElementById("mainLinkFacialTreatmentsCell").style.backgroundImage = "none";
 }

 function rolloverSpaPackages() {
     document.getElementById("mainLinkSpaPackagesCell").style.backgroundRepeat = "no-repeat";
     document.getElementById("mainLinkSpaPackagesCell").style.backgroundPosition = "center center";
     document.getElementById("mainLinkSpaPackagesCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
 }

 function rollbackSpaPackages() {
     document.getElementById("mainLinkSpaPackagesCell").style.backgroundImage = "none";
 }
 
 function rolloverAddons() {
 document.getElementById("mainLinkServiceAddOnsCell").style.backgroundRepeat = "no-repeat"; 
 document.getElementById("mainLinkServiceAddOnsCell").style.backgroundPosition = "center center"; 
 document.getElementById("mainLinkServiceAddOnsCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
 }

function rollbackAddons() {
 document.getElementById("mainLinkServiceAddOnsCell").style.backgroundImage = "none";
 }

function rolloverHair() {
 document.getElementById("mainLinkHairCell").style.backgroundRepeat = "no-repeat";
 document.getElementById("mainLinkHairCell").style.backgroundPosition = "top center"; 
 document.getElementById("mainLinkHairCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
 }
 
function rollbackHair() {
 document.getElementById("mainLinkHairCell").style.backgroundImage = "none";
 }

function rolloverNails() {
 document.getElementById("mainLinkNailsCell").style.backgroundRepeat = "no-repeat";
 document.getElementById("mainLinkNailsCell").style.backgroundPosition = "top center"; 
 document.getElementById("mainLinkNailsCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
 }
 
function rollbackNails() {
 document.getElementById("mainLinkNailsCell").style.backgroundImage = "none";
 }

function rolloverMedicalSpa() {
 document.getElementById("mainLinkMedicalCell").style.backgroundRepeat = "no-repeat"; 
 document.getElementById("mainLinkMedicalCell").style.backgroundPosition = "top center"; 
 document.getElementById("mainLinkMedicalCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
 document.getElementById("medicalMenu").style.visibility = "visible"; 
 document.getElementById("medicalDD").style.visibility = "visible";
 }
 
function rollbackMedicalSpa() {
 document.getElementById("mainLinkMedicalCell").style.backgroundImage = "none";
 document.getElementById("medicalDD").style.visibility = "hidden";
 }
 
 function rolloverTreatmentsDefined() {
 //document.getElementById("medicalDD").style.visibility = "visible";
 document.getElementById("mainLinkTreatmentsDefinedCell").style.backgroundRepeat = "no-repeat"; 
 document.getElementById("mainLinkTreatmentsDefinedCell").style.backgroundPosition = "center center"; 
 document.getElementById("mainLinkTreatmentsDefinedCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
 }

function rollbackTreatmentsDefined() {
 document.getElementById("mainLinkTreatmentsDefinedCell").style.backgroundImage = "none";
 }
 
 function rolloverFacialPeels() {
 document.getElementById("mainLinkFacialPeelsCell").style.backgroundRepeat = "no-repeat"; 
 document.getElementById("mainLinkFacialPeelsCell").style.backgroundPosition = "center center"; 
 document.getElementById("mainLinkFacialPeelsCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
 }

function rollbackFacialPeels() {
 document.getElementById("mainLinkFacialPeelsCell").style.backgroundImage = "none";
 }
 
 function rolloverLaserHairRemoval() {
 document.getElementById("mainLinkLaserHairRemovalCell").style.backgroundRepeat = "no-repeat"; 
 document.getElementById("mainLinkLaserHairRemovalCell").style.backgroundPosition = "center center"; 
 document.getElementById("mainLinkLaserHairRemovalCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
 }

function rollbackLaserHairRemoval() {
 document.getElementById("mainLinkLaserHairRemovalCell").style.backgroundImage = "none";
 }
 
 function rolloverOtherProcedures() {
 document.getElementById("mainLinkOtherProceduresCell").style.backgroundRepeat = "no-repeat"; 
 document.getElementById("mainLinkOtherProceduresCell").style.backgroundPosition = "center center"; 
 document.getElementById("mainLinkOtherProceduresCell").style.backgroundImage = "url(images/rollover-scroll.gif)";
 }

function rollbackOtherProcedures() {
 document.getElementById("mainLinkOtherProceduresCell").style.backgroundImage = "none";
 }