\n

Incompatible Browser

\n\n

\nThe browser you are using does not support DHTML. Please upgrade to Microsoft Internet Explorer 4.0 or Netscape Communicator/Navigator 4.0.\n

\n\n\n'); } } function showLayer(layerName) /* ** showLayer(layerName) makes layerName visible. */ { eval(layerRef + '["' + layerName + '"]' + styleRef + '.visibility="visible"'); } function hideLayer(layerName) /* ** hideLayer(layerName) makes layerName hidden. */ { eval(layerRef + '["' + layerName + '"]' + styleRef + '.visibility="hidden"'); } function toggleLayer(layerName) /* ** toggleLayer(layerName) toggles layerName between hidden ** and visible. */ { if (eval(layerRef + '["' + layerName + '"]' + styleRef + '.visibility == visibleRef')) { hideLayer(layerName); } else { /* eval(layerRef + '["' + layerName + '"]' + styleRef + '.visibility == visibleRef') */ showLayer(layerName); } } function moveLayer(layerName, left, top) /* ** moveLayer(layerName, left, top) moves layerName to position ** (left, top). */ { eval(layerRef + '["' + layerName + '"]' + styleRef + '.top=top'); eval(layerRef + '["' + layerName + '"]' + styleRef + '.left=left'); } function preloadComponents(splashLayer) /* ** preloadComponents(splashLayer) hides the splashLayer when the ** components have loaded. */ { hideLayer(splashLayer); } // -->
Please stare at this layer until we download your Smiley...

Ta Da! This layer represents the content of the page that you want the user to see. If the page is packed with images, it may take a while to get to this point. That's why you give the user something to stare at while they're waiting -- the splash screen!

A BIG Smiley