<HTML>
<HEAD>
<meta name="postinfo" content="/scripts/postinfo.asp">
<TITLE>Microsoft Office Tools on the Web</TITLE>
<META NAME="MS.LOCALE" CONTENT="EN-US">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="0">
<META NAME="DESCRIPTION" CONTENT="The entry page to the Microsoft Office Web site. Find updates, downloads, assistance, and more for your Office programs.">
<META NAME="PRODUCT" CONTENT="Word Excel Outlook Powerpoint Access Publisher Project FrontPage PhotoDraw">
<META NAME="VERSION" CONTENT="97 98 2000 2002">
<META NAME="SITE" CONTENT="">
<META NAME="KEYWORDS" CONTENT="Microsoft, Office">
<link rel="stylesheet" href="/common/en-us/includes/officexp.css">
<style TYPE="text/css">
.AnnounceTbl
{
border-color:#FF9900;
border-style:solid;
border-width:1px;
}
.GetToWorkTbl
{
padding-left:9px;
padding-right:9px;
}
.UpdateOfficeTbl
{
padding-left:9px;
padding-right:9px;
}
.BorderTbl2
{
border-color:#6699CC;
border-style:solid;
border-width:1px;
}
</style>
<script language="javascript">
var searchFor = "Search for:"; // need to be localized
var noInput= "Please input the word or phrase to search for."; // need to be localized
var searchlocale = ""; // need to be reset for non-English page. For example: change it to "/Japan" for Japan
var isV5 = false;
var isIE = false;
if (parseInt(navigator.appVersion) >= 5) isV5 = true;
if (navigator.appVersion.indexOf("MSIE") != -1) isIE = true;
//KWHITT: fix for NS4 -- in NS4 you can't reference by ID, only NAME
function GetControl(sName) {
for (i = 0; i < document.SearchForm.length; i++) {
if (sName == document.SearchForm[i].name)
return (document.SearchForm[i]);
}
return null;
}
function OpenFeedBack(varSite, varLocale) {
var fbUrl = "";
var conWWWurl;
if (isIE || isV5)
conWWWurl = document.SearchForm.top_WWWurl;
else
conWWWurl = GetControl("top:WWWurl");
if (conWWWurl.value != " ") //2spaces, NS4 hack
fbUrl += conWWWurl.value;
varLocale = ("/" + varLocale).toLowerCase();
if (varLocale != "/en-us")
fbUrl += varLocale;
fbUrl += ("/feedback/default.aspx?site=" + varSite);
window.open(fbUrl, "FeedBack", "width=530,height=370,left=110,top=120,scrollbars=1,alwaysRaised=1,status=1", false );
}
function ResetSearch() {
var conSearchText;
if (isIE || isV5)
conSearchText = document.SearchForm.mnu_SearchText;
else
conSearchText = GetControl("mnu:SearchText");
if (conSearchText.value != searchFor)
conSearchText.select();
else
conSearchText.value = "";
}
function MouseOutMenu(Item) {
if (isV5) {
var MenuItem = document.getElementById(Item);
MenuItem.setAttribute("style", "");
}
eval(Item + ".style.borderColor = '#E7E7E7';");
}
function MouseOverMenu(Item) {
if (isV5) {
var MenuItem = document.getElementById(Item);
MenuItem.setAttribute("style", "border-width:2px;border-style:solid;border-color:#6699CC;");
}
eval(Item + ".style.borderColor = '#6699CC';");
}
function SearchFor() {
var SearchURL = "";
var conSearchText;
var conSSurl;
var conhSITE;
var conhPRODUCT;
var conhVERSION;
if (isIE || isV5)
{
conSearchText = document.SearchForm.mnu_SearchText;
conSSurl = document.SearchForm.top_SSurl;
conhSITE = document.SearchForm.Search_hSITE;
conhPRODUCT = document.SearchForm.Search_hPRODUCT;
conhVERSION = document.SearchForm.Search_hVERSION;
}
else
{
conSearchText = GetControl("mnu:SearchText");
conSSurl = GetControl("top:SSurl");
conhSITE = GetControl("Search:hSITE");
conhPRODUCT = GetControl("Search:hPRODUCT");
conhVERSION = GetControl("Search:HVERSION");
}
var SearchQU = conSearchText.value;
if (SearchQU != "") {
if (conSSurl.value != " ") //2spaces, NS4 hack
SearchURL += conSSurl.value;
if (searchlocale != "")
SearchURL += searchlocale;
SearchURL += ("/result.aspx?qu=" + escape(SearchQU));
if (conhSITE != null) SearchURL += "&ca=" + escape(conhSITE.value);
if (conhPRODUCT != null) SearchURL += "&pr=" + escape(conhPRODUCT.value);
if (conhVERSION != null) SearchURL += "&ve=" + escape(conhVERSION.value);
document.location.href = SearchURL;
}
else
alert(noInput);
}
</script>
</HEAD>
<BODY id="_body" TOPMARGIN="0" LEFTMARGIN="0" RIGHTMARGIN="0" BOTTOMMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<!-- top section: begin -->
<table id="top__topTable" cellspacing="0" cellpadding="0" border="0" height="48" width="780">
<tr>
<td bgcolor="White" height="45" width="162">
<form id="SearchForm" name="SearchForm" method="post" onsubmit="SearchFor();return false;">
<a name="top"></a>
<a id="top_LogoUrl" href="/default.aspx"><img id="top_LogoImg" title="Microsoft Office" src="/common/en-us/images/Officelogo.gif" alt="Microsoft Office" align="Middle" border="0" height="45" /></a>
</td><td bgcolor="White" height="45" width="442">
<input name="top:WWWurl" id="top_WWWurl" type="hidden" /><input name="top:SSurl" id="top_SSurl" type="hidden" value="http://search.office.microsoft.com" /><img id="top_SiteBanner" title="Tools on the Web" src="/common/en-us/images/tools_banner.gif" alt="Tools on the Web" align="Middle" border="0" height="45" />
</td><td id="top_FeedBackUrl" align="Right" valign="Bottom" bgcolor="White" height="45" width="170">
<a class='Top' href="javascript:OpenFeedBack('00', 'en-us')"><img border='0' src='/common/en-us/images/Feedback.gif' title='Feedback' alt='Feedback' hspace='4'>Feedback</a>
</td><td id="top_PassportUrl" align="Center" valign="Bottom" bgcolor="White" height="45" width="6">
</td>
</tr><tr>
<td colspan="4" bgcolor="#336699" height="3" style="Font-Size:1pt">
<span id="top_TopError">
<font point-size="1"> </font>
</span>
</td>
</tr>
</table>
<!-- top section: end -->
<!-- middle section: begin -->
<table id="_midTable" cellspacing="0" cellpadding="0" border="0" height="550" width="780">
<tr>
<td bgcolor="#6699CC" width="3" style="Height:100%"><font size="1">
<font point-size="1"> </font>
</font></td><td id="_left" align="Left" valign="Top" bgcolor="#E7E7E7" width="158" style="Height:100%">
<table id="mnu_SearchTable" cellspacing="0" cellpadding="0" border="0" bgcolor="#6699CC" width="158">
<tr>
<td bgcolor="#6699CC" height="50" width="158"><font color="#003366">
<label for="SearchText" class="Font8pt"><b>Search for:</b>
<input name="mnu:SearchText" id="mnu_SearchText" type="text" Class="Font8pt" maxlength="50" size="11" Align="AbsBottom" onfocus="javascript:ResetSearch()" style="width:120px;" />
</label>
<a id="mnu_GoUrl" href="javascript:SearchFor();"><img id="mnu_GoImage" title="Go" src="/common/en-us/images/go.gif" alt="Go" align="AbsBottom" border="0" /></a>
</font></td>
</tr>
</table>
<table id="mnu_LeftTable" cellspacing="1" cellpadding="0" border="0" bgcolor="#E7E7E7" width="158">
<tr>
<td id="mnu_ID00" class="Font8pt" bgcolor="#FFFFFF" height="21" style="border-width:1px;border-style:solid;border-color:#6699CC;"><font color="#666666"><b>
<a class='Menu' href='/default.aspx'><img border='0' align='absbottom' alt='Office Home' title='Office Home' src='/common/en-us/images/homeicon_selected.gif'> Office Home</a>
</b></font></td>
</tr><tr>
<td id="mnu_ID1" class="Font8pt" valign="Bottom" bgcolor="#E7E7E7" height="24"><font color="#666666"><b>
Get to Work
</b></font></td>
</tr><tr>
<td id="mnu_ID11" class="Font8pt" onmouseout="javascript:MouseOutMenu('mnu_ID11')" onmouseover="javascript:MouseOverMenu('mnu_ID11')" bgcolor="#E7E7E7" height="21" style="border-width:1px;border-style:solid;border-color:#E7E7E7;"><font color="#666666">
<a class='Menu' href='/DesignGallery/default.aspx'>Design Gallery Live</a>
</font></td>
</tr><tr>
<td id="mnu_ID10" class="Font8pt" onmouseout="javascript:MouseOutMenu('mnu_ID10')" onmouseover="javascript:MouseOverMenu('mnu_ID10')" bgcolor="#E7E7E7" height="21" style="border-width:1px;border-style:solid;border-color:#E7E7E7;"><font color="#666666">
<a class='Menu' href='/TemplateGallery/default.aspx'>Template Gallery</a>
</font></td>
</tr><tr>
<td id="mnu_ID12" class="Font8pt" onmouseout="javascript:MouseOutMenu('mnu_ID12')" onmouseover="javascript:MouseOverMenu('mnu_ID12')" bgcolor="#E7E7E7" height="21" style="border-width:1px;border-style:solid;border-color:#E7E7E7;"><font color="#666666">
<a class='Menu' href='/Assistance/default.aspx'>Assistance Center</a>
</font></td>
</tr><tr>
<td id="mnu_ID13" class="Font8pt" onmouseout="javascript:MouseOutMenu('mnu_ID13')" onmouseover="javascript:MouseOverMenu('mnu_ID13')" bgcolor="#E7E7E7" height="21" style="border-width:1px;border-style:solid;border-color:#E7E7E7;"><font color="#666666">
<a class='Menu' href='/Services/default.aspx'>Office eServices</a>
</font></td>
</tr><tr>
<td id="mnu_ID2" class="Font8pt" valign="Bottom" bgcolor="#E7E7E7" height="24"><font color="#666666"><b>
Office Update
</b></font></td>
</tr><tr>
<td id="mnu_ID22" class="Font8pt" onmouseout="javascript:MouseOutMenu('mnu_ID22')" onmouseover="javascript:MouseOverMenu('mnu_ID22')" bgcolor="#E7E7E7" height="21" style="border-width:1px;border-style:solid;border-color:#E7E7E7;"><font color="#666666">
<a class='Menu' href='/ProductUpdates/default.aspx'>Product Updates</a>
</font></td>
</tr><tr>
<td id="mnu_ID21" class="Font8pt" onmouseout="javascript:MouseOutMenu('mnu_ID21')" onmouseover="javascript:MouseOverMenu('mnu_ID21')" bgcolor="#E7E7E7" height="21" style="border-width:1px;border-style:solid;border-color:#E7E7E7;"><font color="#666666">
<a class='Menu' href='/Downloads/default.aspx'>Download Center</a>
</font></td>
</tr><tr>
<td class="Font8pt" valign="Bottom" bgcolor="#E7E7E7" height="96"><font color="#666666">
Related Sites
</font></td>
</tr><tr>
<td class="Font8pt" bgcolor="#E7E7E7" height="16"><font color="#666666">
<img align='absmiddle' src='/common/en-us/images/bullet.gif' alt='*'> <a href='/WorldWide/Default.aspx'>Office Worldwide
<img border="0" src="/common/en-us/images/globe.gif" alt="globe" /></a>
</font></td>
</tr><tr>
<td class="Font8pt" bgcolor="#E7E7E7" height="16"><font color="#666666">
<img align='absmiddle' src='/common/en-us/images/bullet.gif' alt='*'> <a href='http://office.microsoft.com/OfficeXPSpecialOffers.aspx'>Try Office XP</a>
</font></td>
</tr><tr>
<td class="Font8pt" bgcolor="#E7E7E7" height="16"><font color="#666666">
<img align='absmiddle' src='/common/en-us/images/bullet.gif' alt='*'> <a target='_blank' href='http://windowsupdate.microsoft.com/'>Windows Update</a>
</font></td>
</tr><tr>
<td class="Font8pt" bgcolor="#E7E7E7" height="16"><font color="#666666">
<img align='absmiddle' src='/common/en-us/images/bullet.gif' alt='*'> <a target='_blank' href='http://www.msn.com/'>MSN</a>
</font></td>
</tr><tr>
<td class="Font8pt" bgcolor="#E7E7E7" height="16"><font color="#666666">
<img align='absmiddle' src='/common/en-us/images/bullet.gif' alt='*'> <a target='_blank' href='http://www.microsoft.com/'>Microsoft.com</a>
</font></td>
</tr><tr>
<td class="Font8pt" bgcolor="#E7E7E7" height="16"><font color="#666666">
<img align='absmiddle' src='/common/en-us/images/bullet.gif' alt='*'> <a target='_blank' href='http://www.bcentral.com/'>bCentral</a>
</font></td>
</tr>
</table>
<span id="mnu_EndOfForm"></form></span>
<span id="mnu_LeftError"></span>
</td><td id="_content" align="Left" valign="Top" width="618"><font face="Verdana">
<table cellspacing="10" cellpadding="0" border="0">
<tr>
<td align="Left" valign="Top" width="618"><font face="Verdana">
<?xml version="1.0" encoding="iso-8859-1"?><root><table width="594px" cellpadding="0" cellspacing="0" border="0" class="AnnounceTbl"><tr><td><table cellpadding="0" cellspacing="0" border="0"><tr><td><a target="_blank" href="http://www.microsoft.com/office/evaluation/default.htm"><img border="0" vspace="1" hspace="1" align="absbottom" src="/common/en-us/images/seeit.gif" alt="Buy Office"></img></a></td><td width="10"><img src="/common/en-us/images/1ptrans.gif" width="10" /></td><td valign="middle"><a target="_blank" href="http://www.microsoft.com/office/evaluation/default.htm"><b>Find Out What's New in Office XP</b></a><br><font class="Font8pt">See how new features like smart tags, task panes, and document recovery can help you simplify your productivity, collaborate more effectively, and take Office beyond the desktop. <a target="_blank" href="http://www.microsoft.com/office/evaluation/default.htm">Get all the details</a>.</font></br></td><td width="10"><img src="/common/en-us/images/1ptrans.gif" width="10" /></td><td><a target="_blank" href="/common/en-us/privacy.aspx"><img border="0" vspace="1" hspace="1" align="absbottom" src="/common/en-us/images/ad2.gif" alt="Timesaving Tip"></img></a></td><td width="10"><img src="/common/en-us/images/1ptrans.gif" width="10" /></td><td valign="middle"><a target="_blank" href="/common/en-us/privacy.aspx"><b>Protecting Your Privacy</b></a><br><font class="Font8pt">See our updated privacy statement.</font></br></td><td width="10"><img src="/common/en-us/images/1ptrans.gif" width="10" /></td></tr></table></td></tr></table></root>
</font></td>
</tr><tr>
<td align="Left" valign="Top" width="618"><font face="Verdana">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="Left" valign="Top" Class="BorderTbl2" width="384"><font face="Verdana">
<?xml version="1.0" encoding="iso-8859-1"?><root><table height="19" bgcolor="#6699CC" cellpadding="0" cellspacing="0" border="0"><tr><td width="11" style="font-size:1px">Ý</td><td width="373"><font class="Font8pt" color="white"><b>Get to Work</b></font></td></tr></table><table cellpadding="0" cellspacing="2" border="0" class="GetToWorkTbl"><tr><td height="5" style="font-size:5px">Ý</td></tr><tr><td><font class="font8pt"><b><a href="/DesignGallery/default.aspx">Be Creative With Pictures</a></b></font></td></tr><tr><td><table height="1" width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td height="1" bgcolor="#6699cc" style="font-size:1px"></td></tr></table></td></tr><tr><td><font class="Font8pt">People love to see pictures! Make sure your readers focus on your work by including photos, clip art, and animations from<a href="http://dgl.microsoft.com/"> Design Gallery Live</a>. Computer clip art, sports photos, and Web animations are our featured August downloads.</font></td></tr><tr><td width="22" height="1" style="font-size:1px">Ý</td></tr><tr><td><font class="font8pt"><b><a href="/TemplateGallery/default.aspx">Stroll Through Template Gallery</a></b></font></td></tr><tr><td><table height="1" width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td height="1" bgcolor="#6699cc" style="font-size:1px"></td></tr></table></td></tr><tr><td><font class="Font8pt">Instead of starting from scratch, use a <a href="/templategallery/default.aspx">template</a> to get you started on all your tasks.</font></td></tr><tr><td width="22" height="1" style="font-size:1px">Ý</td></tr><tr><td><table cellpadding="0" cellspacing="2" border="0"><tr><td width="22" height="1" style="font-size:13px">Ý</td><td><a href="http://officeupdate.microsoft.com/TemplateGallery/redir.asp?TID=1086">Monthly and weekly planning calendar</a></td></tr><tr><td width="22" height="1" style="font-size:13px">Ý</td><td><a href="http://officeupdate.microsoft.com/TemplateGallery/redir.asp?TID=1100">2-page newsletter</a></td></tr></table></td></tr><tr><td style="font-size:6px">Ý</td></tr><tr><td><font class="font8pt"><b><a href="/Assistance/default.aspx">Get Help Using Office Products</a></b></font></td></tr><tr><td><table height="1" width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td height="1" bgcolor="#6699cc" style="font-size:1px"></td></tr></table></td></tr><tr><td><font class="Font8pt">Articles, tips, and a monthly spotlight to the rescue! No more scratching your head over printing or macros. <a href="/assistance/default.aspx"> Help is here.</a></font></td></tr><tr><td width="22" height="1" style="font-size:1px">Ý</td></tr><tr><td><table cellpadding="0" cellspacing="2" border="0"><tr><td width="22" height="1" style="font-size:13px">Ý</td><td><a href="http://search.office.microsoft.com/assistance/spotlight.aspx">At home with Office XP</a></td></tr><tr><td width="22" height="1" style="font-size:13px">Ý</td><td><a href="assistance/2002/articles/olOrganizeInfoInOutlook.aspx">Organize your information in Outlook</a></td></tr></table></td></tr><tr><td style="font-size:6px">Ý</td></tr><tr><td><font class="font8pt"><b><a href="/services">Connect with eServices</a></b></font></td></tr><tr><td><table height="1" width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td height="1" bgcolor="#6699cc" style="font-size:1px"></td></tr></table></td></tr><tr><td><font class="Font8pt">Web services help you make the most of Office. Whether it's file storage or e-mail, <a href="/services">eServices</a> has something for you.</font></td></tr><tr><td width="22" height="1" style="font-size:1px">Ý</td></tr><tr><td><table cellpadding="0" cellspacing="2" border="0"><tr><td width="22" height="1" style="font-size:13px">Ý</td><td><a href="/services/home/redir/ql_1.htm">Get Office Supplies</a></td></tr><tr><td width="22" height="1" style="font-size:13px">Ý</td><td><a href="/services/home/redir/ql_2.htm">Find an Office Expert</a></td></tr><tr><td width="22" height="1" style="font-size:13px">Ý</td><td><a href="/services/home/redir/ql_3.htm">Upgrade Your PC</a></td></tr><tr><td width="22" height="1" style="font-size:13px">Ý</td><td><a href="/services/home/redir/ql_4.htm">Translate Your Docs</a></td></tr><tr><td width="22" height="1" style="font-size:13px">Ý</td><td><a href="/services/home/redir/ql_5.htm">Get Office Training Online</a></td></tr><tr><td width="22" height="1" style="font-size:13px">Ý</td><td><a href="/services/home/redir/ql_6.htm">Print Postage Online</a></td></tr><tr><td width="22" height="1" style="font-size:13px">Ý</td><td><a href="/services/home/redir/ql_7.htm">Send Direct Mail</a></td></tr><tr><td width="22" height="1" style="font-size:13px">Ý</td><td><a href="/services/home/redir/ql_8.htm">Store Files Online</a></td></tr><tr><td width="22" height="1" style="font-size:13px">Ý</td><td><a href="/services/home/redir/ql_9.htm">Find the Latest Software</a></td></tr><tr><td width="22" height="1" style="font-size:13px">Ý</td><td><a href="/services/home/redir/ql_10.htm">Get Smart Tags</a></td></tr><tr><td width="22" height="1" style="font-size:13px">Ý</td><td><a href="/services/home/redir/ql_11.htm">Find an E-Mail Address</a></td></tr><tr><td width="22" height="1" style="font-size:13px">Ý</td><td><a href="/services/home/redir/ql_12.htm">Use the White Pages</a></td></tr><tr><td width="22" height="1" style="font-size:13px">Ý</td><td><a href="/services/home/redir/ql_13.htm">Get Maps & Directions</a></td></tr></table></td></tr><tr><td style="font-size:6px">Ý</td></tr></table></root>
</font></td><td align="Left" valign="Top" width="10"><font face="Verdana">
</font></td><td align="Left" valign="Top" Class="BorderTbl2" width="196"><font face="Verdana">
<?xml version="1.0" encoding="iso-8859-1"?><root><table height="19" bgcolor="#6699CC" cellpadding="0" cellspacing="0" border="0"><tr><td width="11" style="font-size:1px">Ý</td><td width="185"><font class="Font8pt" color="white"><b>Office Update</b></font></td></tr></table><table cellpadding="0" cellspacing="2" border="0" class="GetToWorkTbl"><tr><td height="5" style="font-size:5px">Ý</td></tr><tr><td><font class="font8pt"><b><a href="/ProductUpdates/default.aspx">Update Your Software</a></b></font></td></tr><tr><td><table height="1" width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td height="1" bgcolor="#6699cc" style="font-size:1px"></td></tr></table></td></tr><tr><td><font class="Font8pt">Office XP Updates now available for Outlook, Word, and Publisher! <a href="/ProductUpdates/default.aspx">Microsoft Office Product Updates center</a></font></td></tr><tr><td width="22" height="1" style="font-size:1px">Ý</td></tr><tr><td><font class="font8pt"><b><a href="/downloads/">Find a Download</a></b></font></td></tr><tr><td><table height="1" width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td height="1" bgcolor="#6699cc" style="font-size:1px"></td></tr></table></td></tr><tr><td><font class="Font8pt">Looking for converters, add-ins, and viewers? <a href="/downloads/">This is the place for you</a>.</font></td></tr><tr><td width="22" height="1" style="font-size:1px">Ý</td></tr><tr><td><table cellpadding="0" cellspacing="2" border="0"><tr><td width="22" height="1" style="font-size:13px">Ý</td><td><a href="/downloads/2002/Msnsq.aspx">Excel 2002 Stock Quotes Add-in</a></td></tr><tr><td width="22" height="1" style="font-size:13px">Ý</td><td><a href="/downloads/2002/momm.aspx">Mobile Manager for Outlook 2002/2000</a></td></tr></table></td></tr><tr><td style="font-size:6px">Ý</td></tr></table></root>
</font></td>
</tr>
</table>
</font></td>
</tr><tr>
<td align="Center" valign="Top" width="618"><font face="Verdana">
<font class="Font8pt" color="#666666">© 2001 Microsoft Corporation. All rights reserved. </font>
<font class="Font8pt" color="#666666"><a target="_blank" href="http://www.microsoft.com/info/cpyright.htm">Terms of use</a>.</font>
<font class="Font8pt" color="#666666"><a target="_blank" href="http://office.microsoft.com/common/en-us/disclaimer.aspx">Disclaimer</a>.</font>
<font class="Font8pt" color="#666666"><a target="_blank" href="http://office.microsoft.com/common/en-us/privacy.aspx">Privacy Statement</a>.</font>
</font></td>
</tr>
</table>
</font></td>
</tr>
</table>
<!-- middle section: end -->
</BODY>
</HTML>