home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <meta http-equiv="X-UA-Compatible" content="IE=7" />
- <head>
- <title></title>
- <style type="text/css">
- HTML
- {
- border: 0px;
- }
- BODY
- {
- margin: 0px;
- border-style: none;
- background-color: #FFFFFF;
- }
- INPUT, SELECT, TEXTAREA
- {
- font-family: Tahoma, Verdana, Arial, sans-serif;
- font-size: 0.7em;
- color: #373737;
- }
- TD, TH
- {
- font-family: Tahoma, Verdana, Arial, sans-serif;
- font-size: 1em;
- color: #373737;
- }
- .menuItem
- {
- height: 17px;
- line-height: 1.3em;
- color: #00156e;
- padding-left: 17px;
- cursor: default;
- }
- .menuItemOn
- {
- background-color: #d2eaf6;
- }
- .menuItemOff
- {
- background-color: Transparent;
- }
- .menuLabel
- {
- float: left;
- overflow: hidden;
- padding-right: 6px;
- padding-bottom: 1px;
- white-space: nowrap;
- }
- .menuItemSep
- {
- height: 1px;
- font-size: 0;
- overflow: hidden;
- background-color: #919191;
- margin: 3px 1px 5px 1px;
- }
- .menu
- {
- position: absolute;
- background-color: #ffffff;
- border: solid 1px #919191;
- padding: 2px 2px 3px 2px;
- }
- .menuContainer
- {
- position: absolute;
- font-family: Tahoma, Verdana, Arial, sans-serif;
- font-size: 0.7em;
- }
- .menuContainer A
- {
- color: #0088e4 !important;
- text-decoration: none !important;
- }
- .menuContainer A:visited
- {
- color: #0088e4 !important;
- text-decoration: none !important;
- }
- .menuContainer A:hover
- {
- color: #0088e4 !important;
- text-decoration: underline !important;
- }
- </style>
-
- <script type="text/javascript">
- var menuHTMLTag="TR";
- var ignoreHighlightClass="ignoreHighlight";
- var highlightColor = "#d2eaf6";
- var nohighlightColor= "transparent";
-
- function hiliteActiveMenuItem()
- {
- if (event == null)
- return false;
-
- source = event.srcElement;
-
- if (source.tagName=="TABLE")
- return false;
-
- while (source.tagName != menuHTMLTag && source.tagName != "HTML")
- {
- source = source.parentElement;
- }
-
- if (source.style.backgroundColor != highlightColor && source.className != ignoreHighlightClass)
- {
- source.style.backgroundColor=highlightColor;
- }
- else
- {
- return false;
- }
-
- return true;
- }
-
- function unhiliteActiveMenuItem(eventObj)
- {
- if (eventObj == null)
- eventObj = event;
-
- if ((eventObj.fromElement.contains(eventObj.toElement) || source.contains(eventObj.toElement)
- || source.className == ignoreHighlightClass) || source.tagName=="TABLE")
- {
- return false;
- }
-
- if (eventObj.toElement != source)
- source.style.backgroundColor=nohighlightColor;
-
- return true;
- }
-
- function fireMenuItemClick()
- {
- source = event.srcElement;
- if (source.tagName=="TABLE")
- return false;
-
- while (source.tagName != menuHTMLTag && source.tagName != "HTML")
- source = source.parentElement;
-
- if (source.id != "" && source.className != ignoreHighlightClass)
- {
- window.external.flyout.click(source.id);
- }
- else return false;
-
- return true;
- }
-
- </script>
-
- </head>
- <body>
- <table id="mainTable" cellpadding="0" cellspacing="0" border="0" class="menuContainer">
- <tr>
- <td>
- <div id="wholeContent" class="menu">
- <table id="menuTable" onmouseover="hiliteActiveMenuItem();" onmouseout="unhiliteActiveMenuItem();"
- width="151" cellpadding="0" cellspacing="0" border="0" onclick="fireMenuItemClick();">
- <tr class="ignoreHighlight">
- <td colspan="2">
- <iframe id="preview" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"
- width="320" height="300" src="about:blank"></iframe>
- </td>
- </tr>
- <tr class="ignoreHighlight">
- <td colspan="2">
- <div class="menuItemSep">
- </div>
- </td>
- </tr>
- </table>
- </div>
- </td>
- </tr>
- </table>
- </body>
- </html>
-