Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

654 lines
25 KiB

  1. <HTML><!--version: pr 11/23/98 -->
  2. <HEAD>
  3. <META HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=iso-8859-1">
  4. <STYLE>
  5. font{font-family:"Verdana";font-size:8pt;color:#000000}
  6. A:hover.defaultA{color:#0099FF}
  7. A:hover.bodyTopLine{color:#0000FF}
  8. .bodyTopLine {#color:000000}
  9. .sectionHead{font-weight:bold}
  10. .sectionNotify{color:#0099FF;}
  11. .headerCell{background-color:#CCCCCC;width:140px;height:18px}
  12. .headerCellLine{background-color:#CCCCCC;width:246px;height:1px}
  13. .messagesCell{font-family:"Verdana";font-size:8pt;color:#000000}
  14. .defaultA{color:#000000;cursor:hand}
  15. .dropMenuStyle{border:1 solid #000000;background-color:#777777;width:160px;}
  16. .menuCell{padding-left:18px;padding-bottom:6px;padding-top:6px;padding-right:40px}
  17. .menuText{color:#FFCC00;}
  18. .tipsFrameStyle{position:relative;top:0;left:0;visibility:hidden;height:100%;width:100%;vertical-align:top;}
  19. .tipsBodyText{position:relative;top:0;left:0;visibility:visible;height:100%;width:100%;filter: revealTrans;}
  20. .tipsNavText{font-family:"Verdana";font-size:8pt;color:#FFCC00;text-decoration:none}
  21. .tipsNavAll {color:#FFCC00;text-decoration:none}
  22. A:visited.tipsNavText {color:#FFCC00}
  23. A:visited.tipsNavAll {color:#FFCC00}
  24. A:hover.tipsNavText {color:#FFFFFF}
  25. A:hover.tipsNavAll {color:#FFFFFF}
  26. A:active.tipsNavAll {color:#FFFFFF}
  27. A:active.tipsNavText {color:#FFFFFF}
  28. .headerLinks{font-family:"Verdana";font-size:8pt;color:#000000}
  29. .username{font-family:"Verdana";font-size:8pt;color:#FFFFFF;font-weight:bold;}
  30. .menuName{font-family:"Verdana";font-size:8pt;font-weight:bold;color:#CCCCCC}
  31. .toggleStyle{color:#FFCC00;text-decoration:none}
  32. .tipsStyle{font-family:"Verdana";font-size:8pt;font-weight:bold;color:#FFCC00;text-decoration:none}
  33. A:visited.tipsStyle {color:#FFCC00}
  34. A:visited.tipsStyle {color:#FFCC00}
  35. A:hover.tipsStyle {color:#FFFFFF}
  36. A:hover.tipsStyle {color:#FFFFFF}
  37. A:active.tipsStyle {color:#FFFFFF}
  38. A:active.tipsStyle {color:#FFFFFF}
  39. A:hover.toggleStyle{color:#FFFFFF}
  40. A:visited.toggleStyle{color:#CCCCCC}
  41. A:hover.headerLinks{color:#0099FF}
  42. A:visited.headerLinks{color:#000000}
  43. A:hover.menuName{color:#FFFFFF}
  44. .menuItemStyleDisabled{font-family:"Verdana";font-size:8pt;color:#999999;text-decoration:none;cursor:default}
  45. .menuItemStyle{font-family:"Verdana";font-size:8pt;color:#FFCC00;text-decoration:none}
  46. A:visited.menuItemStyle {color:#FFCC00}
  47. A:hover.menuItemStyle {color:#FFFFFF}
  48. A:active.menuItemStyle {color:#FFFFFF}
  49. A:visited.menuItemStyleDisabled {color:#999999}
  50. A:hover.menuItemStyleDisabled {color:#999999}
  51. A:active.menuItemStyleDisabled {color:#999999}
  52. </STYLE>
  53. </HEAD>
  54. <script language="Javascript">
  55. var statTipsToggle = true;
  56. var statTipsPageNumber = 0;
  57. var tipsTranStatus = 0;
  58. var cMail = 0;
  59. var L_SetupMailAccount_Text = "<a class=defaultA ondragstart=\"nodrag()\" href=oecmd:newMailAccount>Set up a Mail account...</a>";
  60. var L_SetupNewsAccount_Text = "<a class=defaultA ondragstart=\"nodrag()\" href=oecmd:newNewsAccount>Set up a Newsgroups account...</a>";
  61. var L_OneMailMessage_Text = "<img src=unread.gif> There is <b><A class=defaultA ondragstart=\"nodrag()\" HREF=\"oecmd:readMail\"> 1 unread Mail message</A></b> in your Inbox";
  62. var L_NoMail_Text = "There are no unread Mail messages in your <A class=defaultA ondragstart=\"nodrag()\" HREF=\"oecmd:readMail\">Inbox</a>";
  63. var L_ManyMail_Text = "<img src=unread.gif> There are <b><A class=defaultA ondragstart=\"nodrag()\" HREF=\"oecmd:readMail\"> %s unread Mail</A></b> messages in your Inbox";
  64. var L_ForUser_Text = "for %s";
  65. var L_NewMailMessage_Text = "<img src=newmail.gif> Create a <a href=\"oecmd:newMessage\" ondragstart=\"nodrag()\" class=defaultA> new Mail message</a>";
  66. var L_ReadMail_Text = "<a href=\"oecmd:readMail\" ondragstart=\"nodrag()\" class=defaultA>Read Mail</a>";
  67. var L_NewNewsMessage_Text = "<img src=newnews.gif> Create a <a href=\"oecmd:newNewsMessage\" ondragstart=\"nodrag()\" class=defaultA>new News message</a>";
  68. var L_ReadNews_Text = "<a class=defaultA ondragstart=\"nodrag()\" href=\"oecmd:readNews\">Read News</a>";
  69. var L_SubscribeNews_Text = "<img src=groups.gif> Subscribe to <a class=defaultA ondragstart=\"nodrag()\" href=\"oecmd:subscribeNews\" >Newsgroups...</a>";
  70. var L_LogoPre_Text = "Go to"; //must have at least a space!!
  71. var L_LogoPost_Text = " "; //must have at least a space!!
  72. var L_Ident_text = "Identities";
  73. var L_tips_text = "Tips";
  74. var tmpStatus = "";
  75. var L_PrevArrow_Text = "prev.gif";
  76. var L_NextArrow_Text = "next.gif";
  77. var L_Prev_W_Arrow_Text = "prev_w.gif";
  78. var L_Next_w_Arrow_Text = "next_w.gif";
  79. var L_OpenTipsPane_Text = "Open tips pane";
  80. var L_CloseTipsPane_Text = "Closes tips pane";
  81. var L_NextTip_Text = "Show next tip";
  82. var L_PrevTip_Text = "Show previous tip";
  83. var L_ShowIdent_Text = "Opens Identities Menu";
  84. var statusObj = new Array(new statusObjConst("tipGRCText", L_OpenTipsPane_Text),
  85. new statusObjConst("tipsBox", L_CloseTipsPane_Text),
  86. new statusObjConst("tipArrow", L_OpenTipsPane_Text),
  87. new statusObjConst("tipsCloseBoxAnchor",L_CloseTipsPane_Text),
  88. new statusObjConst("SwitchID", L_ShowIdent_Text),
  89. new statusObjConst("idGRC", L_ShowIdent_Text),
  90. new statusObjConst("ridPrevTip", L_PrevTip_Text),
  91. new statusObjConst("ridNextTip", L_NextTip_Text),
  92. new statusObjConst("prevAnchor", L_PrevTip_Text),
  93. new statusObjConst("nextAnchor", L_NextTip_Text));
  94. function statusObjConst(p_ID,p_statusStr){
  95. this.statusID=p_ID
  96. this.statusStr=p_statusStr
  97. return this
  98. }
  99. function window.document.onkeypress(){
  100. keyhideIDMenu()
  101. }
  102. function document.onmouseover(){
  103. setStatus(window.event.srcElement,'event')
  104. }
  105. function setStatus(p_obj,p_mode){
  106. switch(p_mode){
  107. case 'event':
  108. eID = window.event.srcElement
  109. break;
  110. case 'ID':
  111. eID = p_obj
  112. break;
  113. default:
  114. }
  115. for(nn=0;nn <= statusObj.length - 1;nn++){
  116. //alert(eID_ID + ":" + statusObj[nn].statusID)
  117. if (eID == document.all(statusObj[nn].statusID)){
  118. window.status = statusObj[nn].statusStr
  119. tmpStatus = statusObj[nn].statusStr
  120. //alert('got it:' + nn)
  121. window.event.cancelBubble=true
  122. setTimeout('pushStatus()',0); //forces into status window ASAP
  123. break;
  124. }
  125. }
  126. //window.status = e.srcElement.name
  127. window.event.cancelBubble=true
  128. }
  129. function pushStatus(){ //used by mouseover to force status display
  130. window.status = tmpStatus
  131. tmpStatus = ""
  132. }
  133. function document.onmouseout(){
  134. clearStatus();
  135. }
  136. function clearStatus(){
  137. window.status = ""
  138. window.event.cancelBubble = true
  139. }
  140. function toggleLogo(p_mode){
  141. logoHref = msnlink.href;
  142. document.all("logoPreText").innerText = L_LogoPre_Text
  143. document.all("logoPostText").innerText = L_LogoPost_Text
  144. document.all("logoPreText").href = logoHref
  145. document.all("logoPostText").href = logoHref
  146. document.all("logoImage").href = logoHref
  147. if(p_mode){
  148. document.all("logoDiv").style.visibility="visible"
  149. }else{
  150. document.all("logoDiv").style.visibility="hidden"
  151. }
  152. if(document.dir == "rtl")
  153. document.all("tblLogo").dir = "rtl";
  154. return false;
  155. }
  156. function updateUnreadMail()
  157. {
  158. if (OutlookExpress.unreadMail != null)
  159. cUnread = OutlookExpress.unreadMail;
  160. else
  161. cUnread = 0;
  162. // update only if we have mail accounts
  163. if (cUnread == 0)
  164. psz = L_NoMail_Text;
  165. else if (cUnread == 1)
  166. psz = L_OneMailMessage_Text;
  167. else
  168. {
  169. psz = L_ManyMail_Text.split('%s')[0] + cUnread + L_ManyMail_Text.split('%s')[1];
  170. }
  171. if (document.all.statmail != null)
  172. statmail.innerHTML = psz;
  173. }
  174. function updateAccountInfo()
  175. {
  176. if (OutlookExpress.mailAccounts != null)
  177. {
  178. szUser = OutlookExpress.userName;
  179. cMail = OutlookExpress.mailAccounts;
  180. cNews = OutlookExpress.newsAccounts;
  181. }
  182. else
  183. {
  184. // we may be running on IE4, if so, assume mail and news setup.
  185. szUser = "";
  186. cMail = 1;
  187. cNews = 1;
  188. }
  189. if (szUser != "")
  190. userRef.innerText = L_ForUser_Text.split('%s')[0] + szUser + L_ForUser_Text.split('%s')[1];
  191. if (cMail == 0)
  192. {
  193. mailRow2.innerHTML = L_SetupMailAccount_Text;
  194. mailRow3.innerHTML = "";
  195. }
  196. else
  197. {
  198. mailRow2.innerHTML = L_NewMailMessage_Text;
  199. mailRow3.innerHTML = L_ReadMail_Text;
  200. }
  201. if (cNews == 0)
  202. {
  203. newsRow1.innerHTML = L_SetupNewsAccount_Text;
  204. newsRow2.innerHTML = "";
  205. newsRow3.innerHTML = "";
  206. }
  207. else
  208. {
  209. newsRow1.innerHTML = L_NewNewsMessage_Text;
  210. newsRow2.innerHTML = L_ReadNews_Text;
  211. newsRow3.innerHTML = L_SubscribeNews_Text;
  212. }
  213. }
  214. function window.onload()
  215. {
  216. updateAccountInfo();
  217. updateUnreadMail();
  218. if (OutlookExpress.optShowTips != null)
  219. {
  220. statTipsPageNumber = Math.floor(Math.random()*(OutlookExpress.tipCount-1));
  221. statTipsToggle = !OutlookExpress.optShowTips;
  222. stattiptext.innerHTML = OutlookExpress.tips(statTipsPageNumber);
  223. tipsToggle();
  224. goDirectlyToInbox.checked = OutlookExpress.optGotoInbox;
  225. }
  226. toggleIDmenu();
  227. toggleLogo(OutlookExpress.hotmailEnabled); //new code to toggle ISP logo option
  228. // fire notification to show page
  229. OutlookExpress.loadComplete();
  230. }
  231. function nextTip(p_dir){
  232. if(p_dir == 'next'){
  233. statTipsPageNumber ++
  234. if (statTipsPageNumber == OutlookExpress.tipCount)
  235. statTipsPageNumber = 0;
  236. displayTips(6,7)
  237. return
  238. }
  239. if(p_dir == 'prev'){
  240. statTipsPageNumber--;
  241. if (statTipsPageNumber < 0)
  242. statTipsPageNumber = OutlookExpress.tipCount-1;
  243. displayTips(7,6)
  244. return
  245. }
  246. }
  247. function displayTips(p_transOff,p_transOn){
  248. if (tipsTranStatus == 0){
  249. tipsTranStatus = p_transOn
  250. stattiptext.filters.revealTrans.Apply()
  251. stattiptext.filters.revealTrans.Transition = p_transOff
  252. stattiptext.style.visibility ="hidden"
  253. stattiptext.filters.revealTrans.Play(.5)
  254. }
  255. }
  256. function showText(p_trans){
  257. if (tipsTranStatus == p_trans){
  258. tipsTranStatus = 1
  259. stattiptext.filters.revealTrans.Apply()
  260. stattiptext.filters.revealTrans.Transition = p_trans
  261. stattiptext.innerHTML = OutlookExpress.tips(statTipsPageNumber)
  262. stattiptext.style.visibility ="visible"
  263. stattiptext.filters.revealTrans.Play(.5)
  264. }
  265. }
  266. function tipsToggle(){
  267. if(statTipsToggle){
  268. statTipsToggle = false
  269. hideMe(document.all("tipsFrame"));
  270. hideMe(document.all("stattiptext"));
  271. menushowMe(document.all("tipsMenuMess"));
  272. document.all("backImgCell").style.width="0%"
  273. }else{
  274. statTipsToggle = true
  275. showMe(document.all("tipsFrame"));
  276. showMe(document.all("stattiptext"));
  277. menuhideMe(document.all("tipsMenuMess"));
  278. document.all("backImgCell").style.width="25%"
  279. }
  280. OutlookExpress.optShowTips = statTipsToggle;
  281. }
  282. function hideMe(p_obj){
  283. p_obj.style.visibility="hidden";
  284. }
  285. function showMe(p_obj){
  286. p_obj.style.visibility="visible";
  287. }
  288. function menuhideMe(p_obj){
  289. var tmpStr = '<font class=tipsStyle>&nbsp;</font>'
  290. p_obj.innerHTML=tmpStr
  291. }
  292. function menushowMe(p_obj){
  293. var tmpStr = '<a ondragstart="nodrag()" href="oecmd:noop" class=tipsStyle onclick="this.blur;tipsToggle();return false;" id=tipGRCText '
  294. tmpStr += 'onmouseOver="objHilite(document.all(\'tipArrow\'),\'tips_w.gif\');return false" '
  295. tmpStr += 'onfocus="objHilite(document.all(\'tipArrow\'),\'tips_w.gif\');setStatus(this,\'ID\');return false" '
  296. tmpStr += 'onmouseOut="objHilite(document.all(\'tipArrow\'),\'tips_y.gif\');return false">'
  297. tmpStr += L_tips_text + '<img src="tips_y.gif" border=0 id=tipArrow align="bottom" hspace=4 WIDTH="9" HEIGHT="5"></a>'
  298. p_obj.innerHTML=tmpStr
  299. }
  300. function nodrag()
  301. {
  302. window.event.returnValue=false;
  303. }
  304. function window.onscroll(){
  305. hideIDMenu();
  306. }
  307. function window.onresize(){
  308. hideIDMenu();
  309. }
  310. function keyhideIDMenu(){
  311. if(window.event.keyCode == 27){
  312. hideIDMenu()
  313. }
  314. }
  315. function hideIDMenu(){
  316. if(document.all("idDrop").style.visibility == "visible"){
  317. document.all("SwitchID").focus()
  318. document.all("idDrop").style.visibility = "hidden"
  319. document.all("idDrop").style.left = 0
  320. }
  321. }
  322. function toggleIDmenu(){
  323. if(OutlookExpress.multiuserEnabled != null){
  324. if(OutlookExpress.multiuserEnabled == false){
  325. menuhideMe(document.all("SwitchIDMenu"))
  326. }else{
  327. tmpStr= '<a ondragstart="nodrag()" id=SwitchID onclick="showIDMenu(this);return false" href="oecmd:noop" class="tipsStyle"'
  328. tmpStr += 'onmouseOver="objHilite(document.all(\'idGRC\'),\'tips_w.gif\');return false" '
  329. tmpStr += 'onfocus="objHilite(document.all(\'idGRC\'),\'tips_w.gif\');setStatus(this,\'ID\');return false" onblur="clearStatus()" '
  330. tmpStr += 'onmouseOut="objHilite(document.all(\'idGRC\'),\'tips_y.gif\');return false"> '
  331. tmpStr += L_Ident_text + '<img id="idGRC" src="tips_Y.gif" border="0" align="bottom" hspace="4" WIDTH="9" HEIGHT="5"></a></span>'
  332. document.all("SwitchIDMenu").innerHTML=tmpStr
  333. }
  334. }
  335. }
  336. function showIDMenu(p_obj){
  337. if(document.all("idDrop").style.visibility=="visible"){
  338. hideIDMenu()
  339. return false
  340. }
  341. var e = window.event
  342. e.cancelBubble=true
  343. var menuW = document.all("idDrop").style.posWidth
  344. document.all("userName").innerText = OutlookExpress.userName
  345. if(OutlookExpress.multiuserEnabled == false || OutlookExpress.userCount <= 1){
  346. document.all("menulogOffID").className = 'menuItemStyleDisabled'
  347. }else{
  348. document.all("menulogOffID").className = 'menuItemStyle'
  349. }
  350. document.all("idDrop").style.top=72
  351. if(document.dir != "rtl"){
  352. document.all("idDrop").style.left=((document.body.clientWidth - menuW) + document.body.scrollLeft)
  353. }
  354. document.all("idDrop").style.visibility="visible"
  355. }
  356. function goMenu(p_obj){
  357. p_obj.blur
  358. hideIDMenu()
  359. return true
  360. }
  361. function objHilite(p_obj,p_color){
  362. if(p_obj == null){
  363. return false
  364. }
  365. if(p_obj.tagName.toUpperCase() != "IMG"){
  366. p_obj.style.color=p_color;
  367. }else{
  368. p_obj.src=p_color
  369. }
  370. }
  371. </script>
  372. <script for="stattiptext" event="onfilterchange">
  373. if(tipsTranStatus > 1){
  374. showText(tipsTranStatus)
  375. }else{
  376. tipsTranStatus = 0
  377. }
  378. </script>
  379. <body bgcolor=#FFFFFF leftmargin=0 topmargin=0 rightmargin=0 bottommargin=0 onclick="hideIDMenu()">
  380. <OE:Application id=OutlookExpress>
  381. <SCRIPT for=OutlookExpress event=onNewMail>
  382. updateUnreadMail()
  383. </SCRIPT>
  384. <SCRIPT for=OutlookExpress event=onAccountChange>
  385. updateAccountInfo()
  386. </SCRIPT>
  387. <table border=0 cellpadding=0 cellspacing=0 width=100% height=100%>
  388. <tr>
  389. <td valign=top width=100% colspan=2>
  390. <table dir=ltr border=0 cellpadding=0 cellspacing=0 width=100% height=50 bgcolor=#FFFFFF>
  391. <tr>
  392. <td width=141 align=left><img src="oelogo1.gif"></td>
  393. <td valign=middle align=right style="height:25px;"><div id=logoDiv style="vertical-align:middle;font-family:"Verdana";font-size:8pt;color:#000000"><a class=defaultA style="text-decoration:none">
  394. <table id=tblLogo cellpadding=0 cellspacing=0 border=0 style="height:25px"><tr><td valign=middle><font class=sectionHead><a class=defaultA style="text-decoration:none" id=logoPreText>Go to</a></font></td><td><a id=logoImage class=defaultA style="text-decoration:none"><img src="gomsn.gif" align=middle border=0></a></td><td><font class=sectionHead><a class=defaultA style="text-decoration:none" id=logoPostText></a></font></td></tr></table></a></div></td>
  395. </tr>
  396. <tr><td width=141 align=left><img src="oelogo2.gif"></td>
  397. <td style="height:22px;background-color:#000000;padding-bottom:2px;" valign=bottom class=userName>
  398. <nobr><span id=userRef>&nbsp;</span></nobr></td>
  399. </tr>
  400. </table>
  401. </td>
  402. </tr>
  403. <!-- new tips band area-->
  404. <tr>
  405. <td colspan="2" style="height:18" ID="ridTipsTable" align="right">
  406. <span id="tipsMenuON" style="height:18;visibility:visible;overflow:clip">
  407. <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#777777">
  408. <tr>
  409. <td ID="ridFindMessage" style="padding-bottom:4;padding-left:5;padding-right:9;height:18" align="right" valign="bottom"><nobr id="findMssLoc">
  410. <a ondragstart="nodrag()" id="findMss" href="oecmd:findMessage" class="menuName" style="text-decoration:underline">Find a Message...</a>
  411. &nbsp;&nbsp;
  412. <span id=SwitchIDMenu class="tipsStyle">
  413. <a ondragstart="nodrag()" id=SwitchID onclick="showIDMenu(this);return false" href="oecmd:noop" class="tipsStyle"
  414. onmouseOver="objHilite(document.all('idGRC'),'tips_w.gif');return false"
  415. onmouseOut="objHilite(document.all('idGRC'),'tips_y.gif');return false">
  416. Identities<img id="idGRC" src="tips_Y.gif" border="0" align="bottom" hspace="4" WIDTH="9" HEIGHT="5"></a></span>
  417. <span id="tipsMenuMess" class="tipsStyle"></span></nobr></td>
  418. </tr>
  419. </table>
  420. </span>
  421. </td>
  422. </tr>
  423. <!-- end new tips band area-->
  424. <tr>
  425. <td width=75%>
  426. <table border=0 cellpadding=0 cellspacing=0 width=100% height=100%>
  427. <tr>
  428. <td ID=ridCell1 align=left valign=top>
  429. <table border=0 cellpadding=0 cellspacing=0 width=100% height=100%>
  430. <tr><td>
  431. <table border=0 cellpadding=0 cellspacing=0 width=246>
  432. <tr>
  433. <td ID=ridCell2 class=headerCell><font class=sectionHead>&nbsp;E-mail</font></td>
  434. <td width=106>&nbsp;</td>
  435. </tr>
  436. <tr>
  437. <td colspan=2 class=headerCellLine></td>
  438. </tr>
  439. </table></td>
  440. </tr>
  441. <tr>
  442. <td valign=top class=messagesCell colspan=3>
  443. <table border=0 cellpadding=0 cellspacing=0 width=100% height=100%>
  444. <tr><td rowspan=3 width=15%></td>
  445. <td valign=middle>
  446. <font class=bodyTopLine>
  447. <span id=mailRow1>
  448. <span id="statmail">&nbsp;</span>
  449. <span></font></td>
  450. </tr>
  451. <tr>
  452. <td valign=middle>
  453. <font>
  454. <span id=mailRow2>
  455. </span></font></td>
  456. </tr>
  457. <tr>
  458. <td id=ridCell10 valign=middle>
  459. <font><span id=mailRow3>
  460. <a href="oecmd:readMail" id=new2ondragstart="nodrag()" class=defaultA>Read Mail</a>
  461. </span></font></td>
  462. </tr>
  463. </table></td>
  464. </tr>
  465. <tr>
  466. <td></td><td></td><td></td>
  467. </tr>
  468. </table></td>
  469. </tr>
  470. <tr><td style="height:4%;width=100%"></td></tr>
  471. <tr>
  472. <td align=left valign=top>
  473. <table border=0 cellpadding=0 cellspacing=0 width=100% height=100%>
  474. <tr><td>
  475. <table border=0 cellpadding=0 cellspacing=0 width=246>
  476. <tr>
  477. <td ID=ridCell3 class=headerCell><font class=sectionHead>&nbsp;Newsgroups</font></td>
  478. <td width=106>&nbsp;</td>
  479. </tr>
  480. <tr>
  481. <td colspan=2 class=headerCellLine></td>
  482. </tr>
  483. </table></td>
  484. </tr>
  485. <tr>
  486. <td valign=top class=messagesCell colspan=3>
  487. <table border=0 cellpadding=0 cellspacing=0 width=100% height=100%>
  488. <tr><td rowspan=3 width=15%></td>
  489. <td valign=middle>
  490. <font>
  491. <span id=newsRow1>
  492. </span></font></td>
  493. </tr>
  494. <tr>
  495. <td valign=middle>
  496. <font>
  497. <span id=newsRow2>
  498. </span></font></td>
  499. </tr>
  500. <tr>
  501. <td valign=middle>
  502. <font>
  503. <span id=newsRow3>
  504. </span></font></td>
  505. </tr>
  506. </table></td>
  507. </tr>
  508. <tr><td></td><td></td><td></td></tr>
  509. </table></td>
  510. </tr>
  511. <tr><td style="height:4%;width=100%"></td></tr>
  512. <tr>
  513. <td align=left valign=top>
  514. <table border=0 cellpadding=0 cellspacing=0 width=100% height=100%>
  515. <tr><td>
  516. <table border=0 cellpadding=0 cellspacing=0 width=246>
  517. <tr>
  518. <td ID=ridCell4 class=headerCell><font class=sectionHead>&nbsp;Contacts</font></td>
  519. <td width=106>&nbsp;</td>
  520. </tr>
  521. <tr>
  522. <td colspan=2 class=headerCellLine></td>
  523. </tr>
  524. </table></td>
  525. </tr>
  526. <tr>
  527. <td valign=top class=messagesCell colspan=3>
  528. <table border=0 cellpadding=0 cellspacing=0 width=100% height=100%>
  529. <tr><td rowspan=4 width=15%></td>
  530. <td id=ridcell11 valign=middle>
  531. <img src=wab.gif> <font><a ondragstart="nodrag()" href="oecmd:addrBook" class=defaultA>Open the Address Book...</a></font></td>
  532. </tr>
  533. <tr>
  534. <td ID=ridCell5 valign=middle>
  535. <img src=wabfind.gif>
  536. <font><a ondragstart="nodrag()" href="oecmd:findAddr" class=defaultA>Find People...</a></font></td>
  537. </tr>
  538. </table></td>
  539. </tr>
  540. <tr><td></td><td></td><td></td></tr>
  541. </table></td>
  542. </tr>
  543. <tr><td ID=ridCell6 valign="center" style="height:24px;width:100%">
  544. <input accesskey='i' type="checkbox" id=goDirectlyToInbox onpropertychange="OutlookExpress.optGotoInbox = goDirectlyToInbox.checked;"><font>When Outlook Express starts, go directly to my <u>I</u>nbox.</font></td></tr>
  545. </table>
  546. </td>
  547. <td width=25% style="height:100%">
  548. <div id=tipsFrame class=tipsFrameStyle style="visibility:visible">
  549. <table style="height:100%" border=0 cellpadding=0 cellspacing=0 width=100% bgcolor=#CCCCCC>
  550. <tr>
  551. <td valign=top width=100%>
  552. <table border=0 cellpadding=0 cellspacing=0 width=100%>
  553. <tr><td style="height:4px"></span></td></tr>
  554. <tr>
  555. <td><span style="width:6px"></span></td>
  556. <td valign=middle style="height:6px"><font class=sectionHead><nobr id=ridTOD>Tip of the day</nobr></font></td>
  557. <td valign=middle align=right>
  558. <a id=tipsCloseBoxAnchor ondragstart="nodrag()" href="oecmd:noop" onmouseover="document.all('tipsBox').src='closeup.gif'" onmouseout="document.all('tipsBox').src='close.gif'" onfocus="setStatus(this,'ID');return false;" onblur="clearStatus();return false;" onclick="this.blur;tipsToggle();return false;">
  559. <img name="tipsBox" src="close.gif" height=17 width=20 border=0></td>
  560. </tr>
  561. <tr><td style="height:12px"></td><tr>
  562. <tr><td></td>
  563. <td ID="ridTipOfTheDay" valign=top align=left class=messagesCell colspan=2 style="padding-right:6px">
  564. <div id=stattiptext class=tipsBodyText>
  565. &nbsp;
  566. </div></td>
  567. </tr>
  568. </table>
  569. </td>
  570. <tr>
  571. <td valign=bottom width=100%>
  572. <table border=0 cellpadding=0 cellspacing=0 width=100% height=25>
  573. <tr>
  574. <td style="height:25px;background-color:#000000" valign=middle align=left class=tipsNavText>
  575. <a ondragstart="nodrag()" href="oecmd:noop" class=tipsNavAll id=prevAnchor
  576. onclick="nextTip('prev');return false;"
  577. onmouseOver="objHilite(document.all('prevarrow'),L_Prev_W_Arrow_Text);return false"
  578. onmouseOut="objHilite(document.all('prevarrow'),L_PrevArrow_Text);return false"
  579. onfocus="setStatus(this,'ID');return false;" onblur="clearStatus();return false;">
  580. <nobr id=ridPrevTip><img src="prev.gif" border=0 id=prevarrow align="middle" hspace=4>Previous</a></nobr></td>
  581. <td style="height:25px;background-color:#000000" valign=middle align=middle>&nbsp;&nbsp;</td>
  582. <td style="height:25px;background-color:#000000" valign=middle align=right class=tipsNavText>
  583. <a ondragstart="nodrag()" href="oecmd:noop" class=tipsNavAll id=nextAnchor
  584. onclick="nextTip('next');return false;"
  585. onmouseOver="objHilite(document.all('nextarrow'),L_Next_w_Arrow_Text);return false"
  586. onmouseOut="objHilite(document.all('nextarrow'),L_NextArrow_Text);return false"
  587. onfocus="setStatus(this,'ID');return false;" onblur="clearStatus();return false;"
  588. ><nobr id=ridNextTip>Next<img src="next.gif" border=0 id=nextarrow align="middle" hspace=4></a></nobr></td>
  589. </tr>
  590. </table>
  591. </td>
  592. </tr>
  593. </table>
  594. </div>
  595. </td>
  596. </tr>
  597. </table>
  598. </body>
  599. <div id="idDrop" style="position:absolute;z-order:5;top:0;left:0;width:300;height:25;visibility:hidden;" ALIGN="RIGHT"><table cellpadding="0" cellspacing="0" class="dropMenuStyle"><tr><td class="menuCell" colspan="2" style="border-bottom:1 solid #000000"><a href="oecmd:switchUser" onclick="goMenu(this)" class="menuItemStyle" id=menuSwitchID><nobr id="menuItemStyleLoc">Switch Identities...</nobr></a></td></tr><tr><td class="menuCell"><a href="oecmd:newUser" onclick="goMenu(this)" class="menuItemStyle" id="menuaddnewID"><nobr id="menuaddnewIDLoc">Add New Identity...</nobr></a></td><td width="40"></td></tr><tr><td class="menuCell"><a href="oecmd:manageUser" onclick="goMenu(this)" class="menuItemStyle" id="menumanageID"><nobr id="menumanageIDLoc">Manage Identities...</nobr></a></td></tr><tr><td class="menuCell"><a href="oecmd:logoff" onclick="goMenu(this)" class="menuItemStyleDisabled" id="menulogOffID"><nobr id="menulogOffIDLoc">Log Off <span id=userName></span></nobr></a></td></tr></table></div>
  600. <div id="backImage" style="position:absolute;top:0;left:0;z-index:-1;height:100%;width:100%;overflow:clip;align:right">
  601. <table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%">
  602. <tr><td height="40" colspan="3">&nbsp;</td></tr>
  603. <tr><td height="18" bgcolor="#777777" colspan="3">&nbsp;</td></tr>
  604. <tr><td style="height:100%"></td><td background="bodybg.jpg" valign="top" align="right" width="224" height="100%">&nbsp;</td><td style="width:0%" id="backImgCell"></td></tr></table></div>
  605. <A id=msnlink STYLE="display:none"></a>
  606. <IMG src="next_w.gif" width=1 height=0 STYLE="display:none" >
  607. <IMG src="prev_w.gif" width=1 height=0 STYLE="display:none">
  608. <IMG src="closeup.gif" width=1 height=0 STYLE="display:none">
  609. <IMG src="tips_w.gif" width=1 height=0 STYLE="display:none">
  610. <IMG src="unread.gif" width=1 height=0 STYLE="display:none">
  611. </html>