<!--Hide JavaScript from Java-Impaired Browsers

var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {  // if we've detected an acceptable version
    var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'width="825" height="162"'
    + 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<param name="movie" value="/flash/SSS-Web-Header.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />'
    + '<embed src="/flash/SSS-Web-Header.swf" quality="high" bgcolor="#ffffff" '
    + 'width="825" height="162" name="SSS-Web-Header" align="middle"'
    + 'play="true"'
    + 'loop="false"'
    + 'quality="high"'
    + 'allowScriptAccess="sameDomain"'
    + 'type="application/x-shockwave-flash"'
    + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
    + '<\/embed>'
    + '<\/object>';
    document.write(oeTags);   // embed the flash movie
  } else {  // flash is too old or we can't detect the plugin
    var alternateContent = '<img border=\"0\" src=\"/images/Web-SSS-Menu-NOR_01.gif\" width=\"245\" height=\"162\" alt=\"signature salon and spa, pedicures, manicures, waxing, hair cuts, hair styling, massages, exfoliation, nails, grund, hair straightening, Waukesha, Pewaukee, Delafield\"><img border=\"0\" src=\"/images/Web-SSS-Menu-NOR_02.jpg\" width=\"175\" height=\"162\" alt=\"signature salon and spa, chemical hair straightening, nail work, waxing,perming\"><img border=\"0\" src=\"/images/Web-SSS-Menu-NOR_03.jpg\" width=\"119\" height=\"162\" alt=\"make up lessons, massages, manicures, pedicures, spa packages, highlighting\"><img border=\"0\" src=\"/images/Web-SSS-Menu-NOR_04.jpg\" width=\"119\" height=\"162\" alt=\"hair coloring, hair straightening, hair cuts, spa packages, facials, grund, mud wraps\"><img border=\"0\" src=\"/images/Web-SSS-Menu-NOR_05.jpg\" width=\"116\" height=\"162\" alt=\"lymphatic massages, hot stone massages, pregnancy massages, foot massages, whirlpool treatment, body waxing\"><img border=\"0\" src=\"/images/Web-SSS-Menu-NOR_06.gif\" width=\"51\" height=\"162\">';
    document.write(alternateContent);  // insert non-flash content
  }
  
//End Hiding Script-->