Download Software, Drivers and Utilities /* ------------------------------------------------------------------------------------------------ */ /* All intellectual property rights relating to this code are owned by EURO RSCG DSW Partners, LLC. */ /* ------------------------------------------------------------------------------------------------ */ /* ver 02.16.01 */ //******* Rollover Functions ********// var cacheArray=new Array(0); function imageGroup() { if (this.total==null) { this.total=this.cached=this.rollovers=0; this.names=new Array(0); this.urls=new Array(0); this.count=new Array(0); this.i=new Object(); this.index=cacheArray.length; cacheArray[this.index]=this; this.defURL=''; this.add=imageGroup; } var a,j,k,args=arguments; for (j=0; j
'; } img.src=obj.urls[k]; } if (isNS4) { if (pre) { document.newLayer('cacher'+obj.index,stuff,0); } else { var cacher=new Layer(0),c=cacher.document; c.write(stuff); c.close(); } } } function d_countImg(n,k) { if (!isNS4) {n=this.group; k=this.num;} var obj=cacheArray[n]; if (obj.count[k]!=1) { obj.count[k]=1; obj.cached++; if (obj.cached==obj.total) {obj.rollovers=1; if (obj.onload) eval(obj.onload);} } } function d_swapImg(obj,who,n) { var img=document[who+'_bttn']; if ((obj.rollovers)&&(img)) { img.src = obj.i[who+((n)?'_on':'_of')].src;} } function d_navBullet(lev,who,n) {var t=(isNS4)?getML(lev):window; var img=t.document.images[who]; if (img) img.src=boxPics.i['navbullet_'+((n==1)?'on':'off')].src; } //***********************************// document.js = true; var navReady=0; var cnavReady=0; var isIE=(document.all)?1:0; var isNS4=(document.layers)?1:0; var isNS6=((document.getElementById)&&(navigator.appName=='Netscape'))?1:0; var isNS=(isNS4)?1:0; var DHTML=(isIE||isNS4||isNS6)?1:0; var isMac=(navigator.userAgent.indexOf('Mac')!=-1)?1:0; var isIEMac=(isMac&&isIE)?1:0; var isIE4Mac=(isIEMac&&(navigator.appVersion.indexOf('4.',4)!=-1))?1:0; var isIE5Mac=(isIEMac&&(navigator.appVersion.indexOf('5.')!=-1))?1:0; if (document.images) { navPics=new imageGroup(); navPics.defURL='./template/eng/images/'; //navPics.add('prod_on|nav_prod_on.gif','prod_off|nav_prod_off1.gif','plat_on|nav_plat_on.gif','plat_off|nav_plat_off1.gif','soft_on|nav_soft_on.gif','soft_off|nav_soft_off1.gif','tech_on|nav_tech_on.gif','tech_off|nav_tech_off1.gif'); //navPics.add('processors_on|processors_on.gif','processors_of|processors_of.gif','notebookproducts_on|notebookproducts_on.gif', 'notebookproducts_of|notebookproducts_of.gif', 'desktopboards_on|desktopboards_on.gif','desktopboards_of|desktopboards_of.gif','workstationboards_on|workstationboards_on.gif','workstationboards_of|workstationboards_of.gif','serverproducts_on|serverproducts_on.gif','serverproducts_of|serverproducts_of.gif','networkingandcommunications_on|networkingandcommunications_on.gif', 'networkingandcommunications_of|networkingandcommunications_of.gif','graphics_on|graphics_on.gif', 'graphics_of|graphics_of.gif', 'chipsets_on|chipsets_on.gif', 'chipsets_of|chipsets_of.gif', 'controllers_on|controllers_on.gif', 'controllers_of|controllers_of.gif', 'flashmemory_on|flashmemory_on.gif', 'flashmemory_of|flashmemory_of.gif', 'softwaredevelopment_on|softwaredevelopment_on.gif', 'softwaredevelopment_of|softwaredevelopment_of.gif', 'pccameras_on|pccameras_on.gif', 'pccameras_of|pccameras_of.gif', 'intelplaytoys_on|intelplaytoys_on.gif', 'intelplaytoys_of|intelplaytoys_of.gif', 'pcaccessories_on|pcaccessories_on.gif', 'pcaccessories_of|pcaccessories_of.gif'); } if (DHTML) { xmargin = (isIE)?10:8; var ymargin=(isIE)?15:8; d_hidden = (isNS4)? 'hide':'hidden'; d_visible = (isNS4)? 'show':'visible'; currentNav=new Array(0); d_mouseY=0; nsFix=0; d_navTimer=setTimeout("null",10); d_moveNavTimer = setInterval('null',1); clearInterval(d_moveNavTimer); d_popupTimer = setTimeout("null",10); var color_leftBorder = '#FF9900' var color_topBorder = '#FF9900' var color_rightBorder = '#FFFFCC' var color_topBorder2 = '#FFFFCC' var color_botomBorder = '' d_navtabletop = '
'+d_spacer()+''+d_spacer()+''+IMG('navtopright.gif',7,7)+'
'+d_spacer(1,6)+'
'; d_navtablebot = ''+d_spacer(5,1)+''+d_spacer()+''+d_spacer()+'
'+IMG('navbotleft2.gif',1,8)+''+d_spacer(1,5)+''+IMG('navbotright.gif',7,8)+'
'+d_spacer()+'
'+d_spacer()+'
'; d_navClass=d_navClass2= 'CLASS="'+((isMac&&!isIE5Mac)?'mac':'nav'); d_navClass+='1'+((isNS4)?'ns"':'ie"'); d_navClass2+='2'+((isNS4)?'ns"':'ie"'); boxPics=new imageGroup(); boxPics.defURL='./template/eng/images/'; boxPics.add('navbullet_off|spacer.gif','navbullet_on|OrBullet_yellow.gif','navarrow|nav_arrow.gif','navarrowfam|nav_arrow.gif', 'navarrowfamblue|nav_arrow_blue.gif', 'navarrowblue|nav_arrow_blue.gif','tr|navtopright.gif', 'bl|navbotleft2.gif', 'br|navbotright.gif','stl|nav_s_topleft.gif', 'str|nav_s_topright.gif', 'su|nav_s_up.gif', 'sbl|nav_s_botleft.gif', 'sbr|nav_s_botright.gif', 'sd|nav_s_dn.gif'); cascadeNav=new Object(); menuList = new Object(); layers = new Object(); layers.EQ=new Array(); var TempArgs; } //******* Basic DHTML Functions ********// function equalizeLayers(n) { var k,l; var list=(n==null)?layers.EQ:arguments; for (k=0; k'; } if (isNS4) {var stuff = ''; } return (stuff+content+((isNS4)?'':'')); } function newLayer(id,content,z,vis,l,t,w,h,extra) { var layer; /*?*/ if (isIE) { document.body.insertAdjacentHTML('BeforeEnd',layerTag(id,content,z,vis,l,t,w,h,extra)); layer=document.all[id]; } if (isNS4) { if (w==null)w=2000; layer=new Layer(w); layer.document.write(content); layer.document.close(); layer.left=(l)?l:0; layer.top=(t)?t:0; layer.height=(h!=null)?h:1; layer.zIndex=(z)?z:10; layer.width=layer.document.width; layer.visibility=(vis)?vis:d_visible; } d_equalize(layer); return (layer); } function d_writeLayer(id,content,z,vis,l,t,w,h,extra) { this.writeln(layerTag(id,content,z,vis,l,t,w,h,extra)); equalizeLayers();} if (DHTML) { document.newLayer=d_writeLayer; } //******* End Basic DHTML Functions ********// // body onload fix var dhtmlnav=0; var dhtmlBrowser=0; if (document.images) dhtmlBrowser=1; function d_loadChecker() { if (dhtmlnav) { d_initNav(); } else { setTimeout('d_loadChecker()',100); } } d_loadChecker(); function d_init() { navReady=1; showCArrows(); if (document.prev) setTimeout("startPrev()",50); } function d_initNav() { document.loaded=1; eval(onLoadStr); d_posCheck(); d_loadImages(); } function whenPageLoaded(code) { onLoadStr+=code+'; '; } var onLoadStr=''; function d_posCheck() { if (DHTML) { var img=document.images.margincheck; if (img&&(!isMac)) { ymargin=img[(isNS4)?'y':'offsetTop']-87+((isNS6)?document.body.offsetTop:0); } var img=document.images.cnavCheck; cascadeNav.cpos=(img)?(getIy(img)-ymargin):0; } } function d_navEnter(who) {if ((who==null)||(who==currentNav[0])) { clearTimeout(d_navTimer); if (isNS4) { if (nsFix==1) nsFix=2; else nsFix=1; } } } function d_navExit(who) { if (!navReady) return; clearTimeout(d_popupTimer); if ((who!=null)&&(who!=currentNav[0])) return; if (isNS4) {if (nsFix==2) {nsFix=0; return;} nsFix=0;} clearTimeout(d_navTimer); d_navTimer=setTimeout("d_endNav();",1000);} function d_navOver(who) { if (!isIE && !isNS6) {MyLayer=document.layers["laySearchType"]; MyLayer.visibility="hidden";} if (DHTML) { d_startNav(who,arguments); } else { d_swapImg(navPics,who,1); } } function d_navOut(who) {if (DHTML) { d_navExit(who); } else { d_swapImg(navPics,who,0); } } function d_findMouse(e) { if (isNS4||isNS6) { d_mouseY=e.pageY;} if (isIE) { d_mouseY=event.clientY+document.body.scrollTop; } } function d_startNav(who,args) { if (!navReady) return; d_navEnter(who); if (who==currentNav[0]) return; TempArgs=args; d_popupTimer=setTimeout("d_beginNav('"+who+"',1)",200);} function d_beginNav(who,n) { d_navEnter(); d_endNav(who); currentNav[0]=who; cascadeNav.args=(n)?TempArgs:new Object(); d_popupNav(who,1); } function d_endNav(who) { var c=currentNav[0]; if (c==null) return; if (menuList[c]) { d_swapCArrow(c,0); d_hideLev(0); d_setConnect(who,'of'); } else { d_other(c); } currentNav[0]=null;if (!isIE && !isNS6) {MyLayer=document.layers["laySearchType"]; MyLayer.visibility="visible";}} function d_popupNav(who,lev,delay) { if (!isIE && !isNS6) { MyLayer=document.layers["laySearchType"]; MyLayer.visibility="hidden"; } if (lev>3) return; if (!menuList[who]) { d_other(who,1); return;} if (delay!=null) { d_popupTimer=setTimeout("d_popupNav('"+who+"',"+lev+")",delay); return; } var l=layers[(isMac)?('ML_'+who):('menuLayer'+lev)]; if (!l) return; if (isMac) l.lev=lev; if (who==currentNav[l.lev]) return; d_hideLev(l.lev-1); currentNav[l.lev]=who; if (!isMac) writeNavLayer(who,l.lev,l.id); d_setNavY(l); if(isMac){ l.style.zIndex=(60+2*lev); l.style.left=(xmargin-6+lev*180)} l.vis(1); if (l.lev>1) { d_toggleArrow(l.lev,1); } else { d_swapCArrow(currentNav[0],1); d_setConnect(who,cascadeNav.args[1]); } } function d_other(who,n) { var l=layers[who]; if (!l) return; if (l.ready==0) return; l.vis(n); if(n) { layers.on=l; l.onmouseover=new Function("d_navEnter()"); l.onmouseout=new Function("if (!document.alert) d_navExit()");} else { layers.on=null; document.alert=0; if (document.navdisabled) navdisable(1);} } function d_hideLev(num,delay) { if (num>3) return; if (delay) { d_popupTimer=setTimeout("d_hideLev("+num+")",500); return; } var l,k=0; for (k=3; k>=(num+1); k--) { if (currentNav[k]!=null) { l=getML(k); l.vis(0); if (k>1) d_toggleArrow(k,0); if (l.clipped != null) { l.clipIt(0,2000); layers['menuLayer'+l.lev+'up'].vis(0); layers['menuLayer'+l.lev+'dn'].vis(0); l.clipped=null;} currentNav[k]=null; } } } function d_setConnect(who,y) { if((y==null)||(!navPics.rollovers)) return; var nc=layers.navconnect; var nc1=layers.navconnect1; if (y=='of') { nc.vis(0); nc1.vis(0) return; } var img=document[who+'_bttn'] //if(img.height < 28){ // nc.style.top=(ymargin+70+y); // nc.vis(1); // } //else{ // nc1.style.top=(ymargin+70+y); // nc1.vis(1); // } } function d_toggleArrow(lev,show) {var who=currentNav[lev],b=(isNS4)?getML(lev-1):window; var newimg=(show)?boxPics.i.navarrowblue:boxPics.i.navarrow; var img=b.document.images[who+'_ar']; if (img) {img.src=newimg.src;} if (isIE||isNS6) { var lnk=(isIE)?document.all[who+'_link']:document.links[who+'_link']; if (!lnk) return; if (!lnk.cls) lnk.cls=lnk.className; lnk.className=lnk.cls+((show)? 'on':''); } } function d_setNavY(l) { var db=document.body; var st=(isIE)?db.scrollTop:window.pageYOffset; var wh=(isIE)?db.clientHeight:window.innerHeight; var pb=((isIE)?db[(isMac)?'offsetHeight':'scrollHeight']:document.height)-((l.lev==1)?43:22)-((isNS6)?-1:(isIEMac)?0:1)*ymargin; var lh=l.getHeight(); var wb=wh+st; if (wb>pb)wb=pb; var y=d_mouseY-Math.round(lh/2); var a2=cascadeNav.args[2]; if ((l.lev==1)&&(a2)&&(y1){ var prevTop=getML(l.lev-1).getTop(); if (y<(prevTop)) y=prevTop; } if ((y+lh)>wb)y=wb-lh; if (y<(ymargin+67))y=ymargin+67; if (ywb) { l.clipped=1; layers['menuLayer'+l.lev+'up'].style.top=y; layers['menuLayer'+l.lev+'dn'].style.top=wb-14; d_moveNav(l.id,0); } } function d_moveNav(id,s) { var who=layers[id]; if (who==null) { clearInterval(d_moveNavTimer); return; } var lh=who.getHeight(); var up=layers['menuLayer'+who.lev+'up']; var dn=layers['menuLayer'+who.lev+'dn']; var y=who.getTop()+s; var uptop=up.getTop(); var dnbot=dn.getTop()+14; if(y>uptop) y=uptop; if((y+lh)dnbot)); who.style.top=y; who.clipIt((ydnbot)?(dnbot-y-10):2000); if (((s<0)&&((y+lh)==dnbot))||((s>0)&&(y==uptop))) clearInterval(d_moveNavTimer); if (isIE4Mac) { var z=who.style.zIndex; who.style.zIndex=(z-1); who.style.zIndex=z; } } function d_scrollNav(lev,s) { clearInterval(d_moveNavTimer); var l=getML(lev); if ((lev==0)||(!l)) return; d_moveNavTimer=setInterval("d_moveNav('"+l.id+"',"+s+")",50); } function getIy(img) {if (isIE4Mac) return(parseXY(img)); return(img[(isNS4)?'y':'offsetTop']+((isNS6||isIE5Mac)?ymargin:0));} function getIx(img) {if (isIE4Mac) return(parseXY(img,'X')); return(img[(isNS4)?'x':'offsetLeft']+((isNS6||isIE5Mac)?xmargin:0));} function parseXY(who,n) {var val=0; var num=who[(n=='X')?'offsetLeft':'offsetTop']; if(num)val+=num; var oP=who.parentElement; if (oP) val+=parseXY(oP,n); return(val); } function getML(lev) { return(layers[(isMac)?('ML_'+currentNav[lev]):('menuLayer'+lev)]); } function IMG(url,w,h,b,ex) { return('');} function d_spacer(w,h,b,ex) {return(IMG('spacer.gif',w,h,b,ex));} function newNavMenu(who) { menuList[who]=new Array(); var j; for (j=1; j')+writeNavLayer(((who)?who:'blank'),lev,id)+((isMac||isNS4)?'':'')+d_navtablebot; document.newLayer(id,build,(60+2*lev),d_hidden,(xmargin-6+lev*180),0,w,null,'onmouseover="d_navEnter();" onmouseout="d_navExit();"'); var l=layers[id]; l.lev=lev; if (!(isMac||isNS4)) equalizeLayers(id+'Area'); l.clipIt=new Function ("t","b"," if (isNS4) {this.clip.top=t; this.clip.bottom=b;} else { this.style.clip='rect('+t+' 185 '+b+' 0)'; }"); if (!who) { genNavScroller(id,lev,'up',w); genNavScroller(id,lev,'dn',w); } } function genNavScroller(id,lev,which,w) { if (which=='up') { var topbot='top',s=8,cs=3,h=12; } else { var s=-8,topbot='bot',cs=3,h=12; } var build='' +'' +'' +'' +'' +'' +((which=='dn')?'':'') +'
'+IMG('nav_s_'+topbot+'left.gif',6,h)+''+d_spacer(w-13,1)+''+IMG('nav_s_'+topbot+'right.gif',7,h)+'
'+IMG('nav_s_'+which+'.gif',12,10)+'
'+d_spacer()+'
'+d_spacer(1,2)+'
'; document.newLayer(id+which,build,(60+2*lev+1),d_hidden,(xmargin-6+lev*180),0,null,null,'onmouseover="d_scrollNav(\''+lev+'\','+s+'); d_navEnter();" onmouseout="d_scrollNav(0); d_navExit();"'); } function writeNavLayer(who,lev,id) { var stuff='',menu = menuList[who]; if (menu==null) return null; var j,a,url,submenu,txt; var stuff='' + ''; for (j=0; j < menu.length; j++) { a=menu[j].split('|'); url=a[1]; if (url=='*')url=null; submenu=a[2]; if (lev==3) submenu=null; stuff+=''+''; } stuff+='
'+d_spacer(15,5)+''+d_spacer(145,5)+''+d_spacer(17,5)+'
'+d_spacer(11,10,null,'NAME="'+who+'_b'+j+'"')+''; var LEV=(isMac)?('layers.'+id+'.lev'):lev; if (url||submenu) { stuff+= ''+a[0]+''; } else { stuff+=''+a[0]+''; } stuff+= ''+ ((submenu)? IMG('nav_arrow.gif',15,10,0,'NAME="'+submenu+'_ar"'):'') +'
'+d_spacer(1,8)+'
'; if ((who=='blank')||(isMac)) return stuff; if (isNS4) stuff=d_navtabletop+stuff+d_navtablebot; var l=layers[id+((isNS4)?'':'Area')]; l.rewrite(stuff); return null; if (!isIE && !isNS6) {MyLayer=document.layers["laySearchType"]; MyLayer.visibility="hidden";} } function writeLayers() { if (!(DHTML)) return; if (isIE||isNS6) { xmargin=eval(document.body[(isIE)?'leftMargin':'offsetLeft']); ymargin=eval(document.body[(isIE)?'topMargin':'offsetTop']); } if (isNS4) { var mc=document.images.margincheck; if(mc) { xmargin=mc.x-1; ymargin=mc.y-87; }} document.newLayer('navconnect',IMG('spffffcc.gif',3,17),70,0,(xmargin+172),0); document.newLayer('navconnect1',IMG('spffffcc.gif',3,28),70,0,(xmargin+172),0); if (isMac) { var i; for(i in menuList) genNavLayer(1,i); } genNavLayer(1); genNavLayer(2); genNavLayer(3); } //******* Second Level DHTML Functions ********// function showCArrows() { if ((DHTML)&&(document.cnavCheck)) { var j,a=chanArrows; if (a.length>0) { for (j=0; j function Change_Lang(name, value, expiresDays) { //This function will set a language cookie for the user's preferred langauge //and reloads the page with the selected language. //Set Cookie var expdate1 = new Date(); expdate1.setTime (expdate1.getTime() + (expiresDays * 24 * 60 * 60 * 1000)); var expires = expdate1.toGMTString(); document.cookie= name + "=" + value + "; expires=" + expires; //Reload page with new lang var currpage = self.location.toString(); var currpos = currpage.indexOf('lang='); //If the language is not currently part of the URL, assign it the selected language if (currpos == -1) { //If this page does not currently have any parameters, this will be the first parameter if (currpage.indexOf('?') == -1) { currpage = currpage + "?lang=" + value; } else { currpage = currpage + "&lang=" + value; } } else { currLang = currpage.substr(currpos + 5, 3); currpage = currpage.replace('='+currLang, '='+value); }; window.location.href = currpage; }  
The Wayback Machine - https://web.archive.org/all/20060409180611/http://downloadfinder.intel.com:80/scripts-df-external/Support_Intel.aspx
                                   Skip to content   United States  Worldwide     About Intel Press Room Contact Us       Search                              Download Center     function ReplaceString(strURLValue) { var inputStr = strURLValue.toString(); var outputStr = ""; for (var i = 0; iFind DownloadsEnter Product Name, Filename, or Product ID.Select a language forDownload CenterEnglishChinese Simp.Chinese Trad.FrenchGermanJapaneseKoreanPortugueseRussianSpanish-Amer.  Select your product in the product categories listed on the left. Downloads are grouped by product.

 

    Navigate to your product by using the gray menus on the left, or use the search box.

Intel Channel Program members can receive proactive notifications on download updates via ITN.

Unsure of your specific model? Try our Identify Your Product area. (Not available for all products.)

 Intel® Software Development Products provide access to the features of Intel's latest processors and help developers to realize the benefits of threaded applications. For product and purchase info, click here.   Embedded Reference Designs Communications Reference Designs     Intel® Flash Software Intel® Modem Drivers Desktop Board Driver Updates     Desktop Boards BIOS Updates     Intel® PCA Developer Network Intel® Developer Services Code Central        Site Map RSS Feeds Jobs at Intel Investor Relations       *Legal Information Privacy Policy ©2006 Intel Corporation         if (document.js) writeLayers(); if ((isIE)&&(navigator.appVersion.lastIndexOf('4.')<0)) { var check4JS = new Function("n","if ((!document.loaded)&&(document.scripts[n])) whenPageLoaded('d_init()'); else d_init();"); var nscr = document.scripts.length; setTimeout("check4JS(nscr)",50); } else d_init();