<HTML>
<HEAD>
<!-- DOC-FACTORY Generated Tags BEGIN -->
<TITLE>Welcome to Intel</TITLE>
<meta name = "creation_date" content = "15-Feb-01">
<meta name = "stop_date" content = "09-Feb-02">
<meta name = "next_check_date" content = "09-Aug-01">
<meta name = "last_check_date" content = "09-Feb-01">
<meta name = "web_author_id" content = "lchen11">
<meta name = "country" content = "Worldwide">
<meta name = "description" content = "Welcome to Intel">
<meta name = "keywords" content = "Intel, Intel.com, Intel home page">
<meta http-equiv = "content-language" content = "en">
<meta http-equiv = "content-type" content = "text/html; charset=iso-8859-1">
<!-- /DOC-FACTORY Generated Tags END -->


<STYLE TYPE="text/css">
#cScrt {position: absolute; top: 55px; left: 14px; width: 146px; z-index: 40; visibility:hidden;}
#cThumb {position: absolute; top: 69px; left: 136px; width: 12px; z-index: 41; visibility:hidden;}
#cMenu {position: absolute; top: 56px; left: 16px; width: 125px; z-index: 42; visibility:hidden;}
#cMenuInner {position: absolute; top: 0px; left: 0px; width: 125px; z-index: 0;}
A.cX {color: black; text-decoration: none; font: 11px verdana, arial;}
A.cX:hover {color: red;}
.lM { color: black; font: 11px/13px arial,helvetica sans-serif; }
A.lM { color: blue; font: 11px/13px arial,helvetica sans-serif; }
A.lM:hover { color: red; }
A.lM:visited { color: #800080; }
#l0 {position: absolute; top: 72px; left: 10px; width: 144px; z-index: 10;}
#lM0 {position: absolute; top: 74px; left: 154px; width: 150px; z-index: 20; visibility:hidden;}
#lT0 {position: absolute; top: 84px; left: 164px; width: 125px; z-index: 21; visibility:hidden;}
#l1 {position: absolute; top: 101px; left: 10px; width: 144px; z-index: 10;}
#lM1 {position: absolute; top: 103px; left: 154px; width: 150px; z-index: 22; visibility:hidden;}
#lT1 {position: absolute; top: 113px; left: 164px; width: 125px; z-index: 23; visibility:hidden;}
#l2 {position: absolute; top: 130px; left: 10px; width: 144px; z-index: 10;}
#lM2 {position: absolute; top: 132px; left: 154px; width: 150px; z-index: 24; visibility:hidden;}
#lT2 {position: absolute; top: 142px; left: 164px; width: 125px; z-index: 25; visibility:hidden;}
#l3 {position: absolute; top: 159px; left: 10px; width: 144px; z-index: 10;}
#lM3 {position: absolute; top: 161px; left: 154px; width: 150px; z-index: 26; visibility:hidden;}
#lT3 {position: absolute; top: 171px; left: 164px; width: 125px; z-index: 27; visibility:hidden;}
#l4 {position: absolute; top: 209px; left: 10px; width: 144px; z-index: 10;}
#lM4 {position: absolute; top: 211px; left: 154px; width: 150px; z-index: 28; visibility:hidden;}
#lT4 {position: absolute; top: 221px; left: 164px; width: 125px; z-index: 29; visibility:hidden;}
#l5 {position: absolute; top: 238px; left: 10px; width: 144px; z-index: 10;}
#lM5 {position: absolute; top: 240px; left: 154px; width: 150px; z-index: 30; visibility:hidden;}
#lT5 {position: absolute; top: 250px; left: 164px; width: 125px; z-index: 31; visibility:hidden;}
#l6 {position: absolute; top: 267px; left: 10px; width: 144px; z-index: 10;}
#lM6 {position: absolute; top: 271px; left: 154px; width: 150px; z-index: 32; visibility:hidden;}
#lT6 {position: absolute; top: 281px; left: 164px; width: 125px; z-index: 33; visibility:hidden;}
</STYLE>
<SCRIPT LANGUAGE="JavaScript">

// Global variables
var imageLoadFlag = 0;
var imageCache = new Array();
var menuLoadFlag = 0;
var menuCount = 0;
var onMenu = 0;
var winW, winH;
var mT = 0;
var mF = "";
var htBuffer = "";

// Defines Y-coordinate for menu
var m_x, m_y;

// Country Selector vars
var cSig = 0;  // < - overloaded variable for several mouse triggers
var selectorON = 0;
var scrollTicks = 0;
var st = 0;
var scrollTop = 0;
var rate = 20;
var dragt = 0;
var distYt = 0;
var thumbTop = 32;

// Simple browser detection (seperate into:  NS4.x, IE4.x, DOCOM[5+] browsers)
var ns = (navigator.appName == 'Netscape');
var gen3 = (parseInt(navigator.appVersion) >= 3 && parseInt(navigator.appVersion) < 4);
var gen3mac = ((navigator.appName=="Netscape")&&(parseInt(navigator.appVersion)==3)&&(navigator.appVersion.indexOf("Macintosh")!=-1));
var ns4 = (ns && parseInt(navigator.appVersion) >= 4 && parseInt(navigator.appVersion) < 5);
var ns5 = (ns && parseInt(navigator.appVersion) >= 5 && parseInt(navigator.appVersion) < 6);
var ie = (navigator.appName == 'Microsoft Internet Explorer');
var ie3 = (ie && navigator.appVersion < 4);
var ie4 = (ie && parseInt(navigator.appVersion) >= 4);
var docom = (document.getElementById);
var win2k = (navigator.userAgent.indexOf('Windows NT 5.0') != -1);
var ie4mac = (ie && !docom && navigator.userAgent.indexOf('Macintosh') != -1);
var ie45mac = (navigator.appVersion.indexOf('MSIE 4.5; Macintosh')!=-1);
var ie5mac = (navigator.appVersion.indexOf('MSIE 5.0; Macintosh')!=-1);
var dhtmlBrowser = (ie4 || ns4 || docom);
var win31 = (navigator.appVersion.indexOf("Win16") != -1)
var SHOW, HIDE;


if (ie4 || docom) {
  SHOW = "visible";
  HIDE = "hidden";
} else if (ns4) {
  SHOW = "show";
  HIDE = "hide";
}



function countryOpen()
{
  var viz = SHOW;
  if (selectorON) {
    viz = HIDE;
    if (docom) { document.getElementById('cScrt').style.left = -200; document.getElementById('cThumb').style.left = -200; document.getElementById('cMenu').style.left = -200; }
  } else
    if (docom) { document.getElementById('cScrt').style.left = 14; document.getElementById('cThumb').style.left = 136; document.getElementById('cMenu').style.left = 16; }
  //document.cA.src = (selectorON) ? "/homepage/images/co1_arrowrtz.gif" : "/homepage/images/co1_arrowdnz.gif";
  vizElement('cMenu', viz);
  vizElement('cScrt', viz);
  vizElement('cThumb', viz);
  selectorON = (selectorON) ? 0 : 1;
}

function countrySelector(theForm)
{
  location=theForm.elements[0].options[theForm.elements[0].selectedIndex].value
}

function blurOut(anc)
{
  anc.blur();
}

function cScroll(Nsign)
{
  var damenu=(ns5)?"cMenuInner":"cMenu";
  newTop = scrollTop + (Nsign * rate);
  testVal = (Nsign > 0) ? "newTop + 191 <= eleHeight('"+damenu+"')" : "newTop > 0";
  if (eval(testVal))
    scrollTop = newTop;
  else {
    (Nsign > 0) ? scrollTop = eleHeight(damenu) - 191 : scrollTop = 0;
  }
  cScrollTo(scrollTop);
  thumbTop = 67 + (scrollTop * scrollTicks);
  eleYMove('cThumb', thumbTop);
  st = setTimeout("cScroll("+Nsign+")",50);
}

function cScrollTo(fT)
{
  if(ns5){
    eleYMove('cMenuInner', fT*-1);
  } else {
    eleClip('cMenu', 0, fT, 125, fT+191);
    eleYMove('cMenu', 57-fT);
  }
}

// Capture mouse coordinates
function hMsMv(e) {
  m_x = (ns) ? e.pageX : event.clientX + document.body.scrollLeft;
  m_y = (ns) ? e.pageY : event.clientY + document.body.scrollTop;
  if (ns && !selectorON) return true;
  return false;
}

function hMsUp(e) {
  if ((ns && e.which == 1) || ie) {
    if (selectorON) {
      clearTimeout(st);
      if (dragt) { dragt=0; distYt=0; }
      else if (!(m_x > 15 && m_x < 157 && m_y > 62 && m_y < 251))
        countryOpen();
    } else if (cSig) { countryOpen(); cSig = 0; }
  }
  return true;
}

function moveThumb() {
  if (thumbTop < 67)
    thumbTop = 67;
  else if (thumbTop > 197)
    thumbTop = 197;
  eleYMove('cThumb', thumbTop);
  scrollTop = (thumbTop - 68) / scrollTicks;
  cScrollTo(scrollTop);
}

function dragScroll()
{

  if (dragt > 0) {
    if (distYt == 0)
      distYt = m_y - thumbTop;
    thumbTop = m_y - distYt;
    moveThumb();
  }

  st = setTimeout("dragScroll()",30);
  return false;
}

function clingScroll()
{
  thumbTop = m_y;
  moveThumb();
}



// writes the HTML for the Floating Menus

function generateMenu() {
 if (dhtmlBrowser) {
  var dU = generateMenu.arguments[0];
  var dN = "lT" + dU;
  document.write('<DIV ID="' + dN + '"><IMG SRC="/homepage/images/spacer.gif" WIDTH=125 HEIGHT=1 ALT=""><BR><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=125>');
  for (var divReps = 1; divReps < generateMenu.arguments.length; divReps++) {
    document.write('<TR><TD VALIGN="TOP"><IMG SRC="/homepage/images/co1_nav_solderz.gif" WIDTH=16 HEIGHT=13 ALT=""></TD>');
    document.write('<TD><SPAN CLASS="lM"><A CLASS="lM" onMouseOver="clearTimeout(mT);" onMouseOut="menuTimeOff(' + generateMenu.arguments[divReps] + '</SPAN></TD></TR>');
  }
  document.write('</TABLE></DIV>');
  if (!ie4 && docom) document.write('<DIV ID="lM' + dU + '"></DIV>');
  menuCount++;
  if (menuCount == 3) menuLoadFlag = 1;
 }
}

function finishMenu(mId) {
 var dH;
 var dN = "lT" + mId;
 dH = eleHeight(dN);
 dN = "lM" + mId;

 if (ie4 || ns4) {
   var offM = dH - ((mId == 6) ? 34 : 14);
   if (offM < 1) offM = 1;
   document.write('<DIV ID="' + dN + '"><IMG SRC="/homepage/images/co1_' + ((mId == 6) ? "bg" : "") + 'tabtopz.gif" WIDTH=150 HEIGHT=' + ((mId == 6) ? "41" : "28") + '><BR>');
   document.write('<IMG SRC="/homepage/images/co1_tabmidz.gif" WIDTH=150 HEIGHT=' + offM + '><BR><IMG SRC="/homepage/images/co1_tabbtmz.gif" WIDTH=150 HEIGHT=10></DIV>');
   menuTrans(dN, 85);
 } else if (docom) {
   if (mId == 6) {   // modify for large menu
     writeImageToElement(dN, "/homepage/images/co1_bgtabtopz.gif", 150, 41);
     dH -= 12;
   } else {
     if (ns5) {
     writeImageToElement(dN, "/homepage/images/co1_tabtopz.gif", 150, 28);
   } else {
       writeImageToElement(dN, "/homepage/images/co1_tabtopz.gif", 170, 28);
   }
   }
   writeImageToElement(dN, "/homepage/images/co1_tabmidz.gif", 150, dH - 14);
   writeImageToElement(dN, "/homepage/images/co1_tabbtmz.gif", 150, 10);
   // menuTrans(dN, 85);
 }

 if (mId == 3) menuLoadFlag = 1;

}

function menuSwap(imNum, aMem, vizProp) {
  if (menuLoadFlag && imageLoadFlag) {
    if (vizProp == SHOW) {
      if (mF) {
        eval(mF);
        clearTimeout(mT);
      }
      menuTrans('l' + imNum,85);
    } else
      menuTrans('l' + imNum,100);
    mF = "";
    var imName = "lN" + imNum;
    if (ns4) eval('document.l' + imNum + '.document[imName].src = imageCache[aMem].src');
    else document[imName].src = imageCache[aMem].src;
    if (ie && win2k) {  // Windows 2000 IE fix -- will not correctly hide semi-transparent elements
      if (vizProp == SHOW) { menuTrans('lM' + imNum,85); }
      else { menuTrans('lM' + imNum,100); }
    }
    vizElement('lM' + imNum, vizProp);
    vizElement('lT' + imNum, vizProp);
    onMenu = imNum;
  }
}

function menuTrans(mId, grade) {
  if (ie4 && !ie4mac) {
    eval('document.all.' + mId + '.style.filter="alpha(opacity=' + grade + ')"');
  }
}

function menuTimeOff(imNum, aMem) {
  if (menuLoadFlag && imageLoadFlag) {
    mF = "menuSwap(" + imNum + ", " + aMem + ", HIDE)";
    mT = setTimeout(mF, 2000);
  }
}

// Country Selector
function makeCountrySelector()
{
 if (dhtmlBrowser) {
  document.write('<DIV ID="cScrt"><TABLE BORDER=0 WIDTH=140 CELLSPACING=0 CELLPADDING=0>\n');
  document.write('    <TR><TD WIDTH=140 COLSPAN=4><IMG SRC="/homepage/images/black.gif" WIDTH=140 HEIGHT=1 ALT=""></TD></TR>\n');
  document.write('    <TR><TD WIDTH=1 BGCOLOR=BLACK><IMG SRC="/homepage/images/black.gif" WIDTH=1 HEIGHT=191 ALT=""></TD><TD BGCOLOR=WHITE><IMG SRC="/homepage/images/spacer.gif" WIDTH=121 HEIGHT=191 ALT=""></TD><TD><A HREF="javascript:void(0);" onMouseDown="cScroll(-1); return false"><IMG SRC="/homepage/images/scroll_top_arrow.gif" WIDTH=17 HEIGHT=11 BORDER=0 ALT=""></A><BR><A HREF="javascript:void(0);" onMouseDown="clingScroll(); return false"><IMG SRC="/homepage/images/scroll_inside.gif" WIDTH=17 HEIGHT=169 BORDER=0 ALT=""></A><BR><A HREF="javascript:void(0);" onMouseDown="cScroll(1); return false"><IMG SRC="/homepage/images/scroll_bottom_arrow.gif" WIDTH=17 HEIGHT=11 BORDER=0 ALT=""></A></TD><TD WIDTH=1 BGCOLOR=BLACK><IMG SRC="/homepage/images/black.gif" WIDTH=1 HEIGHT=191 ALT=""></TD></TR>\n');
  document.write('    <TR><TD WIDTH=140 COLSPAN=4><IMG SRC="/homepage/images/black.gif" WIDTH=140 HEIGHT=1 ALT=""></TD></TR>\n');
  document.write('</TABLE></DIV>\n');
  document.write('<DIV ID="cThumb"><A HREF="javascript:void(0);" onMouseDown="dragt=1; dragScroll(); return false"><IMG SRC="/homepage/images/scroll_thumb.gif" WIDTH=17 HEIGHT=40 BORDER=0 ALT=""></A></DIV>\n');
  document.write('<DIV ID="cMenu">\n');
  if (ns5) document.write('<SPAN ID="cMenuInner">\n');
  document.write('  <TABLE BORDER=0 WIDTH=119 CELLSPACING=0 CELLPADDING=0>\n');
  for (var i = 0; i < makeCountrySelector.arguments.length; i += 2) {
    document.write('    <TR><TD WIDTH=119 BGCOLOR=WHITE><A HREF="http://www.intel.' + makeCountrySelector.arguments[i+1] + '" CLASS=cX>&nbsp;' + makeCountrySelector.arguments[i] + '</A></TD></TR>');
  }
  document.write('</TABLE>\n');
  if (ns5) document.write('</SPAN>\n');
  document.write('</DIV>\n');
  if (ns5) eleClip('cMenu', 0, 0, 125, 191);

  insLine = '<A HREF="javascript:void(0);" onMouseOver="if (!selectorON) cSig = 1;" onMouseOut="if (!selectorON) cSig = 0;" onClick="if (document.all) blurOut(this); if (!selectorON) { cSig = 1; } return false"><IMG NAME="cA" SRC="/homepage/images/co10_selectorz.gif" WIDTH=144 HEIGHT=31 BORDER=0 ALT=""></A>';
 } else {
  insLine = '<FORM METHOD="POST" ACTION="http://apps.intel.com/scripts-util/serve-url.asp"><SELECT NAME="url" onChange="countrySelector(this.form);"><OPTION VALUE="/index.htm">Location\n';
  insLine +='<OPTION VALUE="/">--------\n';
  for (var i = 0; i < makeCountrySelector.arguments.length; i += 2) {
    insLine += '<OPTION VALUE="http://www.intel.' + makeCountrySelector.arguments[i+1] + '">' + makeCountrySelector.arguments[i] + '\n';
  }
  insLine += '</SELECT>';
 }

var ns3adjust = 0;

if (win31 || gen3 || ie3){
  if (ie3) var ns3adjust = 49;
  else if (gen3mac) var ns3adjust = -10;
  else if (gen3) var ns3adjust = 17;
  else if (win31) var ns3adjust = 100;
  }

 document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=758><TR>');
 document.write('<TD VALIGN=TOP><IMG SRC="/homepage/images/spacer.gif" HEIGHT=4 WIDTH=1 ALT=""><BR></TD></TR>');
 document.write('</TABLE>');

 document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=758><TR><TD VALIGN=TOP><IMG SRC="/homepage/images/spacer.gif" HEIGHT=1 WIDTH=10></TD>');
 document.write('<TD VALIGN=TOP><A HREF="http://www.intel.com/index.htm?iid=intelhome+intelcom&"><IMG SRC="/homepage/images/co5_intelcomz.gif" HEIGHT=23 WIDTH=84 BORDER=0 ALT="Intel&#0174;"><BR></A></TD>\n');
 document.write('<TD ALIGN=LEFT VALIGN=TOP><IMG SRC="/homepage/images/co1_topnavz.gif" HEIGHT=23 WIDTH=664 BORDER=0 usemap="#mapNav" ALT=""><BR></TD></TR>');
 document.write('</TABLE>');

 document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=758><TR>');
 document.write('<TD VALIGN=TOP><IMG SRC="/homepage/images/spacer.gif" WIDTH=10></TD>');
 if (!win31 && !gen3 && !ie3) {
    document.write('<TD VALIGN=TOP><IMG SRC="/homepage/images/spacer.gif" HEIGHT=10 WIDTH=1><BR>' + insLine + '</TD>');}
 else {
  document.write('<TD VALIGN=CENTER><TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 HEIGHT=45><TR><TD HEIGHT=45>' + insLine + '</TD></TR></TABLE></TD>');}
 document.write('<TD VALIGN=TOP>');
 if (!win31) {document.write('<IMG SRC="/homepage/images/spacer.gif" BORDER=0 HEIGHT=1 WIDTH=' + (17 + ns3adjust) + ' ALT="">');}
  else {document.write('<IMG SRC="/homepage/images/spacer.gif" BORDER=0 HEIGHT=1 WIDTH=32 ALT="">');}
 document.write('<IMG SRC="/homepage/images/spacer.gif" WIDTH=464 HEIGHT=45 BORDER=0><A HREF="http://www.intel.com/index.htm?iid=intelhome+intellogo&"><IMG SRC="/homepage/images/co1_intelogoz.gif" WIDTH=123 HEIGHT=45 BORDER=0 ALT="Intel&#0174;"></A></TD></TR>');
 document.write('</TABLE>\n');

}

function eleHeight(eleId)
{
   if (ie4)
     return eval('document.all.' + eleId + '.offsetHeight');
   else if (ns4)
     return eval('document.' + eleId + '.document.height');
   else if (docom)
     return document.getElementById(eleId).offsetHeight;
}

function eleClip(eleId, x0, y0, x1, y1)
{
   if (ns4) {
     var ele = eval('document.' + eleId);
     ele.clip.top = y0;
     ele.clip.right = x1;
     ele.clip.bottom = y1;
     ele.clip.left = x0;
   } else if (ie4) {
     clipStr = 'rect(' + y0 + ',' + x1 + ',' + y1 + ',' + x0 + ')';
     if (ie4) ele = eval('document.all.' + eleId + '.style.clip = "' + clipStr + '"');
   } else if (docom) {
     document.getElementById(eleId).style.clip = 'rect(' + y0 + 'px,' + x1 + 'px,' + y1 + 'px,' + x0 + 'px)';
   }
}

function eleYMove(eleId, offY)
{
  if (ns4) eval('document.' + eleId + '.top = ' + (offY));
  else if (ie4) eval('document.all.' + eleId + '.style.top = ' + offY);
  else if (docom) {
    document.getElementById(eleId).style.top = offY;
  }
}

function vizElement(eleId, vizProp)
{
  if (docom) document.getElementById(eleId).style.visibility = vizProp;
  else if (ie4) eval('document.all.' + eleId + '.style.visibility = "' + vizProp + '"');
  else if (ns4) eval('document.' + eleId + '.visibility = "' + vizProp + '"');
}

// Abstract function to handle DOM and 4.0 browser gap
function writeImageToElement(eleId, imPath, imW, imH) {
  var ele = document.getElementById(eleId);
  var imRef = document.createElement("IMG");
  imRef.setAttribute("src", imPath);
  imRef.setAttribute("width", imW);
  imRef.setAttribute("height", imH);
  ele.appendChild(imRef);
  var brRef = document.createElement("BR");
  ele.appendChild(brRef);
}

function cacheImages() {
 if (document.images) {
  for (var loadProg = 0; loadProg < cacheImages.arguments.length; loadProg++) {
    cI = cacheImages.arguments[loadProg];
    imageCache[loadProg] = new Image();
    imageCache[loadProg].src = '/homepage/images/co1_' + cI + 'z.gif';
  }
 imageLoadFlag = 1;
 }
}

function setup() {
 if (dhtmlBrowser) {
  cacheImages('nav_home', 'home_on', 'nav_bi', 'biz_on', 'nav_dev', 'dev_on', 'nav_chanl', 'chanl_on',
    'nav_prdinfo', 'prdinfo_on', 'nav_cmpinfo', 'cmpinfo_on', 'nav_p3own', 'p3own_on', 'arrowdn', 'arrowrt');

  if (!ie4 && docom) {
    document.getElementById('cScrt').style.left = -200;
    document.getElementById('cThumb').style.left = -200;
    document.getElementById('cMenu').style.left = -200;
    for (var i = 0; i < menuCount; i++)
      finishMenu(i);
  }

  scrollTicks = (ns5)?128 / (eleHeight('cMenuInner') - 191):128 / (eleHeight('cMenu') - 191);
  cScrollTo(0);
if (document.all) { if (!ie45mac) { this.focus(); } }
  if (ns4) {
    winW = window.innerWidth;
    winH = window.innerHeight;
    window.onresize = reDraw;
  }

 }
}


function reDraw() {
  if (ns4 && (winW!=window.innerWidth || winH!=window.innerHeight))
    history.go(0);
}

window.onload = setup;
window.offscreenBuffering = true;
if (dhtmlBrowser) {
  document.onmouseup = hMsUp;
  document.onmousemove = hMsMv;
  if (ns4) document.captureEvents(Event.MOUSEMOVE | Event.MOUSEUP);
}

</SCRIPT>
<map name="mapNav">
  <area shape="rect" coords="100,0,150,20" href="/contents.htm?iid=intelhome+contents&" ALT="See the table of contents for Intel.com">
  <area shape="rect" coords="210,0,260,20" href="/sites/corporate/search.htm?iid=intelhome+search&" ALT="Perform a keyword search on Intel.com">
  <area shape="rect" coords="320,0,390,20" href="/feedback.htm?iid=intelhome+contact&" ALT="Contact Intel worldwide">
  <area shape="rect" coords="445,0,500,20" href="http://support.intel.com/sites/support/index.htm?iid=intelhome+support&" ALT="Get support for Intel consumer products">
</map>
</HEAD>
<BODY TEXT="#FFFFFF" LINK="#FFFFFF" VLINK="#FFFFFF" BACKGROUND="/homepage/images/co1_bgspacerz.gif" TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>


<SCRIPT LANGUAGE="Javascript">
<!--
var ie4 = ((navigator.appName == 'Microsoft Internet Explorer') && parseInt(navigator.appVersion) >= 4);
generateMenu(0, '0, 0);" HREF="/home/index.htm?iid=intelhome+homerollipt&">Products, PCs and Ideas for the Home</A>',
                '0, 0);" HREF="/home/buyers-guide/index.htm?iid=intelhome+homerollbuy&">PC Buyer\'s Guide</A>',
                '0, 0);" HREF="/shop/index.htm?iid=intelhome+homerollshop&">Shop Intel<SUP>SM</SUP></A><IMG SRC="/homepage/images/spacer.gif" WIDTH=1 HEIGHT=12 BORDER=0>');
generateMenu(1, '1, 2);" HREF="/eBusiness/index.htm?iid=intelhome+ebizroll&">Intel&#0174; e-Business Center</A>: For IT and Business Managers',
                '1, 2);" HREF="/intelasp/index.htm?iid=intelhome+ebiziasp&">Purchase from a Premier Provider</A>');
generateMenu(2, '2, 4);" HREF="http://developer.intel.com/sites/developer/index.htm?iid=intelhome+developerroll&">For Hardware, Software and Internet Developers</A>',
				'2, 4);" HREF="http://apps.intel.com/util/serve-url.asp?iid=intelhome+developerrollids&url=http://cedar.intel.com/cgi-bin/ids.dll/main.jsp&">Intel&#174; Developer Services</A>');
generateMenu(3, '3, 6);" HREF="/providers/service/index.htm?iid=intelhome+channelrollservice&">Service Providers</A>',
                '3, 6);" HREF="/sites/channel/index.htm?iid=intelhome+channelroll&">Resellers and Dealers</A>',
                '3, 6);" HREF="/business/retail/index.htm?iid=intelhome+channelrollretail&">Retail Sales People</A>',
                '3, 6);" HREF="http://apps.intel.com/util/serve-url.asp?iid=intelhome+channelrolllog&url=http://program.intel.com/index.htm&">Member Login</A>');
generateMenu(4, '4, 8);" HREF="/pentium4/index.htm?iid=intelhome+roll_Pentium4&">Pentium&#0174; 4 Processor</A>',
                '4, 8);" HREF="/pentiumiii/index.htm?iid=intelhome+roll_PentiumIII&">Pentium&#0174; III Processor</A>',
                '4, 8);" HREF="/design/ia-64/index.htm?iid=intelhome+roll_itanium&">Itanium&#0153; Processor</A>',
                '4, 8);" HREF="/pentiumiii/xeon/home.htm?iid=intelhome+roll_P3XP&">Pentium&#0174; III Xeon&#0153; Processor</A>',
                '4, 8);" HREF="/network/index.htm?iid=intelhome+roll_network&">Networking and Communications</A>',
                '4, 8);" HREF="http://apps.intel.com/util/serve-url.asp?iid=intelhome+roll_ios&url=http://www.intelonlineservices.com/index.htm&">Intel&#0174; Online Services</A>',
                '4, 8);" HREF="/intel/product/index.htm?iid=intelhome+roll_product&">Other Intel&#0174; Products and Services</A>');
generateMenu(5, '5, 10);" HREF="http://apps.intel.com/util/serve-url.asp?iid=intelhome+roll_press&url=http://amber.intel.com/scripts-pressroom/index.asp&">Press Room</A>',
                '5, 10);" HREF="/intel/finance/index.htm?iid=intelhome+roll_IR&">Investor Relations</A>',
                '5, 10);" HREF="/jobs/index.htm?iid=intelhome+roll_employment&">Jobs</A>',
				'5, 10);" HREF="/labs/index.htm?iid=intelhome+roll_labs&">Research and Development</A>',
                '5, 10);" HREF="/capital/index.htm?iid=intelhome+roll_capital&">Strategic Investments</A>',
                '5, 10);" HREF="/education/index.htm?iid=intelhome+roll_education&">Intel in Education</A>',
                '5, 10);" HREF="/intel/index.htm?iid=intelhome+roll_company&">More Company Info</A>');
generateMenu(6, '6, 12);" HREF="/intelweboutfitter/site/index.htm?iid=intelhome+iwosroll&">Intel&#174; WebOutfitter<SUP>SM</SUP> Service</A><IMG SRC="/homepage/images/spacer.gif" WIDTH=1 HEIGHT=12 BORDER=0><BR><BR>');
makeCountrySelector('Argentina','com/espanol/index.htm?iid=intelhome+argentina&',
      'Australia','com/au/eng/index.htm?iid=intelhome+australia&',
      'Brazil','com/portugues/index.htm?iid=intelhome+brazil&',
      'Canada','com/ca/index.htm?iid=intelhome+canada&',
      'Chile','com/espanol/index.htm?iid=intelhome+chile&',
      'China','com/cn/gb/index.htm?iid=intelhome+china&',
      'Colombia','com/espanol/index.htm?iid=intelhome+colombia&',
      'France','com/francais/index.htm?iid=intelhome+france&',
      'Germany','com/deutsch/index.htm?iid=intelhome+germany&',
      'Hong Kong','com/hk/eng/index.htm?iid=intelhome+hong_kong&',
      'India','com/in/eng/index.htm?iid=intelhome+india&',
      'Indonesia','com/id/eng/index.htm?iid=intelhome+indonesia&',
      'Ireland','com/ireland/index.htm?iid=intelhome+ireland&',
      'Israel','com/il/index.htm?iid=intelhome+israel&',
      'Italy','com/italiano/index.htm?iid=intelhome+italy&',
      'Japan','com/jp/index.htm?iid=intelhome+japan&',
      'Korea','com/kr/hangul/index.htm?iid=intelhome+korea&',
      'Malaysia','com/my/eng/index.htm?iid=intelhome+malaysia&',
      'Mexico','com/espanol/index.htm?iid=intelhome+mexico&',
      'New Zealand','com/nz/eng/index.htm?iid=intelhome+newzealand&',
      'Pakistan','com/apac/eng/index.htm?iid=intelhome+pakistan&',
	  'Philippines','com/apac/eng/index.htm?iid=intelhome+philippines&',
      'Poland','com/pl/index.htm?iid=intelhome+poland&',
      'Russia','com/ru/index.htm?iid=intelhome+russia&',
      'Singapore','com/sg/eng/index.htm?iid=intelhome+singapore&',
      'South Africa','com/za/index.htm?iid=intelhome+southafrica&',
      'Spain','com/es/index.htm?iid=intelhome+spain&',
      'Taiwan','com/tw/big5/index.htm?iid=intelhome+taiwan&',
      'Thailand','com/apac/eng/index.htm?iid=intelhome+thailand&',
      'Turkey','com/tr/index.htm?iid=intelhome+turkey&',
      'United Kingdom','com/english/index.htm?iid=intelhome+uk&',
      'Venezuela','com/espanol/index.htm?iid=intelhome+venezuela&',
      'Vietnam','com/apac/eng/index.htm?iid=intelhome+vietnam&');

if(ns5) document.body.style.overflow="hidden";
// -->
</SCRIPT>
<NOSCRIPT>
<!-- Intel Country Selector and Upper Jaw -->
<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=758><TR>
<TD VALIGN=TOP><IMG SRC="/homepage/images/spacer.gif" HEIGHT=4 WIDTH=1 ALT=""><BR></TD></TR>
</TABLE>

<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=758><TR><TD VALIGN=TOP><IMG SRC="/homepage/images/spacer.gif" HEIGHT=1 WIDTH=10></TD>
<TD VALIGN=TOP><A HREF="http://www.intel.com/index.htm?iid=intelhome+intelcom&"><IMG SRC="/homepage/images/co5_intelcomz.gif" HEIGHT=23 WIDTH=84 BORDER=0 ALT="Intel.com"><BR></A></TD>
<TD ALIGN=LEFT VALIGN=TOP><IMG SRC="/homepage/images/co1_topnavz.gif" HEIGHT=23 WIDTH=664 BORDER=0 usemap="#mapNav" ALT=""><BR></TD></TR>
</TABLE>

<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=758><TR>
<TD VALIGN=TOP><IMG SRC="/homepage/images/spacer.gif" HEIGHT=1 WIDTH=10></TD>
<TD VALIGN=TOP>
<IMG SRC="/homepage/images/spacer.gif" WIDTH=624 HEIGHT=45 BORDER=0><A HREF="http://www.intel.com/index.htm?iid=intelhome+intellogo&"><IMG SRC="/homepage/images/spacer.gif" BORDER=0 HEIGHT=1 WIDTH=1><IMG SRC="/homepage/images/co1_intelogoz.gif" WIDTH=123 HEIGHT=45 BORDER=0 ALT="Intel&#0174;"></A></TD></TR>
</TABLE>
</NOSCRIPT>

<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=771>
<TR>
  <TD WIDTH=10 VALIGN=TOP><IMG SRC="/homepage/images/spacer.gif" WIDTH=10 ALT=""><BR></TD>
  <TD VALIGN="TOP" WIDTH=161>

<!-- Intel Flat Left Navigation -->
      <DIV ID="l0" STYLE="position: absolute; top: 72px; left: 10px; width: 144px; z-index: 10;"><A HREF="/home/index.htm?iid=intelhome+home&" onMouseOver="menuSwap(0, 1, SHOW); return false" onMouseOut="menuTimeOff(0, 0); return false"><IMG NAME="lN0" SRC="/homepage/images/co1_nav_homez.gif" WIDTH=144 HEIGHT=29 BORDER=0 ALT="Home Computing"></A></DIV>
      <DIV ID="l1" STYLE="position: absolute; top: 101px; left: 10px; width: 144px; z-index: 10;"><A HREF="/eBusiness/index.htm?iid=intelhome+ebiz&" onMouseOver="menuSwap(1, 3, SHOW); return false" onMouseOut="menuTimeOff(1, 2); return false"><IMG NAME="lN1" SRC="/homepage/images/co1_nav_biz.gif" WIDTH=144 HEIGHT=29 BORDER=0 ALT="Business"></A></DIV>
      <DIV ID="l2" STYLE="position: absolute; top: 130px; left: 10px; width: 144px; z-index: 10;"><A HREF="http://developer.intel.com/sites/developer/index.htm?iid=intelhome+developer&" onMouseOver="menuSwap(2, 5, SHOW); return false" onMouseOut="menuTimeOff(2, 4); return false"><IMG NAME="lN2" SRC="/homepage/images/co1_nav_devz.gif" WIDTH=144 HEIGHT=29 BORDER=0 ALT="Developer"></A></DIV>
      <DIV ID="l3" STYLE="position: absolute; top: 159px; left: 10px; width: 144px; z-index: 10;"><A HREF="/providers/solution/index.htm?iid=intelhome+channel&" onMouseOver="menuSwap(3, 7, SHOW); return false" onMouseOut="menuTimeOff(3, 6); return false"><IMG NAME="lN3" SRC="/homepage/images/co1_nav_chanlz.gif" WIDTH=144 HEIGHT=29 BORDER=0 ALT="Solution Providers"></A></DIV>
      <IMG SRC="/homepage/images/spacer.gif" WIDTH=161 HEIGHT=21 BORDER=0 ALT=""><BR>
      <DIV ID="l4" STYLE="position: absolute; top: 209px; left: 10px; width: 144px; z-index: 10;"><A HREF="/intel/product/index.htm?iid=intelhome+product&" onMouseOver="menuSwap(4, 9, SHOW); return false" onMouseOut="menuTimeOff(4, 8); return false"><IMG NAME="lN4" SRC="/homepage/images/co1_nav_prdinfoz.gif" WIDTH=144 HEIGHT=29 BORDER=0 ALT="Products/Services"></A></DIV>
      <DIV ID="l5" STYLE="position: absolute; top: 238px; left: 10px; width: 144px; z-index: 10;"><A HREF="/intel/index.htm?iid=intelhome+company&" onMouseOver="menuSwap(5, 11, SHOW); return false" onMouseOut="menuTimeOff(5, 10); return false"><IMG NAME="lN5" SRC="/homepage/images/co1_nav_cmpinfoz.gif" WIDTH=144 HEIGHT=29 BORDER=0 ALT="Company Info"></A></DIV>
<!--
      <DIV ID="l6"><A HREF="/intelweboutfitter/site/index.htm?iid=intelhome+iwos&" onMouseOver="menuSwap(6, 13, SHOW); return false" onMouseOut="menuTimeOff(6, 12); return false"><IMG NAME="lN6" SRC="/homepage/images/co1_nav_p3ownz.gif" WIDTH=144 HEIGHT=44 BORDER=0 ALT="Intel&#174; WebOutfitter(SM) Service"></A></DIV>
-->
  </TD>

  <TD VALIGN=TOP WIDTH=600>

<!-- Intel Feature Area -->
    <TABLE BORDER=0 WIDTH=586 CELLSPACING=0 CELLPADDING=0>
    <TR>
      <TD COLSPAN=2 VALIGN=TOP><A HREF="/home/pentium4/index.htm?iid=feature+head&">
       <IMG SRC="/homepage/images/co20_main1z.gif" WIDTH="586" HEIGHT="48" BORDER="0" ALT="The Pentium&#174; 4 Processor - The Center of Your Digital World"><BR></A>
      </TD>
    </TR>
    <TR>
      <TD VALIGN="top"><A HREF="/home/pentium4/index.htm?iid=feature+image&"><IMG SRC="/homepage/images/co20_leftspacer.gif" WIDTH="21" HEIGHT="232" BORDER="0"><IMG SRC="/homepage/images/co20_main2y.jpg" WIDTH="300" HEIGHT="232" BORDER="0" ALT="Intel&#174; Pentium&#174; 4 processor"><BR></A>
      </TD>
      <TD VALIGN="top"><A HREF="/home/pentium4/index.htm?iid=feature+text&"><IMG SRC="/homepage/images/co20_textboxz.gif" WIDTH="265" HEIGHT="232" BORDER="0" ALT="Intel&#174; Pentium&#174; 4 processor"><BR></A>
      </TD>
    </TR>
    <TR>
      <TD COLSPAN=2 VALIGN=TOP><IMG SRC="/homepage/images/co20_main4z.gif" WIDTH=586 HEIGHT=18 BORDER=0 VALIGN="BOTTOM" ALT=""></TD>
    </TR>
    </TABLE>

  </TD>
</TR>
<TR>
  <TD VALIGN=TOP COLSPAN=2><IMG SRC="/homepage/images/spacer.gif" WIDTH=171 HE