 function sophiatolli() {
   $("#stcontent").show("fast");
 }
 $("#sophiatollimenu").click(sophiatolli);
 $("#sophiatollimenu").click(function () {
   $("#accontent").hide(20);
   $("#bmcontent").hide(20);
 });
 
  function annettecarey() {
   $("#accontent").show("fast");
 }
 $("#annettecareymenu").click(annettecarey);
 $("#annettecareymenu").click(function () {
   $("#stcontent").hide(20);
   $("#bmcontent").hide(20);
 });

  function bridesmaids() {
   $("#bmcontent").show("fast");
 }
 $("#bridesmaidsmenu").click(bridesmaids);
 $("#bridesmaidsmenu").click(function () {
   $("#stcontent").hide(20);
   $("#accontent").hide(20);
 });

  function home() {
 }
 $("#homemenumenu").click(home);
 $("#homemenumenu").click(function () {
   $("#stcontent").hide(20);
   $("#accontent").hide(20);
   $("#bmcontent").hide(20);
 });

  function ourservices() {
 }
 $("#ourservicesmenu").click(ourservices);
 $("#ourservicesmenu").click(function () {
   $("#stcontent").hide(20);
   $("#accontent").hide(20);
   $("#bmcontent").hide(20);
 });

  function finishingtouches() {
 }
 $("#finishingtouchesmenu").click(finishingtouches);
 $("#finishingtouchesmenu").click(function () {
   $("#stcontent").hide(20);
   $("#accontent").hide(20);
   $("#bmcontent").hide(20);
 });

  function otherservices() {
 }
 $("#otherservicesmenu").click(otherservices);
 $("#otherservicesmenu").click(function () {
   $("#stcontent").hide(20);
   $("#accontent").hide(20);
   $("#bmcontent").hide(20);
 });

  function contactus() {
 }
 $("#contactusmenu").click(contactus);
 $("#contactusmenu").click(function () {
   $("#stcontent").hide(20);
   $("#accontent").hide(20);
   $("#bmcontent").hide(20);
 });

  function sophiatollidressoftheyear() {
 }
 $("#sophiatollidoty").click(sophiatollidressoftheyear);
 $("#sophiatollidoty").click(function () {
 });

 
 
 
