var imgarr = new Array();
var title = new Array();
var aidx = new Array();

imgarr[1] = new Image();
imgarr[1].src = "/pressroom/kits/events/idffalltw_2008/images/t01.jpg";
title[1] = "Intel executive Anand Chandrasekher shows off the Intel chopper during the opening keynote of the Intel Developer Forum in Taiwan. The 250-horsepower bike, designed by Orange County Choppers, is linked to a WiMAX network and tricked out with GPS, audio and video capabilities.";
aidx[1] = "01";

imgarr[2] = new Image();
imgarr[2].src = "/pressroom/kits/events/idffalltw_2008/images/t02.jpg";
title[2] = "During his keynote at IDF in Taiwan, Kirk Skaugen, general manager of Intel''s Server Platforms Group, provides details of next-generation, high-end desktops powered by the Intel® Core i7™ processor.";
aidx[2] = "02";

imgarr[3] = new Image();
imgarr[3].src = "/pressroom/kits/events/idffalltw_2008/images/t03.jpg";
title[3] = "Kirk Skaugen holds up a ''Lynnfield'' wafer, Intel''s second-generation desktop Nehalem, during his IDF Taiwan keynote.";
aidx[3] = "03";

imgarr[4] = new Image();
imgarr[4].src = "/pressroom/kits/events/idffalltw_2008/images/t04.jpg";
title[4] = "Media participate in the opening day post-keynote Q&A at the Taiwan International Convention Center. Seated at center are, from left, Kirk Skaugen, general manager of Intel''s Server Platforms Group; Anand Chandrasekher, senior vice president and general manager of Intel''s Ultra Mobility Group; and Nevin Shenoy, vice president Sales &amp; Marketing Group and Asia-Pacific general manager.";
aidx[4] = "04";

imgarr[5] = new Image();
imgarr[5].src = "/pressroom/kits/events/idffalltw_2008/images/t05.jpg";
title[5] = "Navin Shenoy, vice president of Intel''s Sales & Marketing Group and general manager of the Asia-Pacific Region, welcomes more than 3,000 developers, media and other technical audiences on the opening day of IDF in Taipei.";
aidx[5] = "05";

imgarr[6] = new Image();
imgarr[6].src = "/pressroom/kits/events/idffalltw_2008/images/t06.jpg";
title[6] = "Anand Chandrasekher, during his opening day IDF keynote, shows off a ''Moorestown'' wafer. Moorestown integrates the 45nm processor, graphics, memory controller and video encode/decode onto a single chip.";
aidx[6] = "06";

imgarr[7] = new Image();
imgarr[7].src = "/pressroom/kits/events/idffalltw_2008/images/t07.jpg";
title[7] = "Intel executive Anand Chandrasekher discusses the Intel Atom processor with who he dubbed ''the father of Atom,'' Belliappa Kuttanna, during an opening day keynote at IDF Taiwan.";
aidx[7] = "07";

imgarr[8] = new Image();
imgarr[8].src = "/pressroom/kits/events/idffalltw_2008/images/t08.jpg";
title[8] = "Yi-han Su of Taiwan, winner of the 2008 Intel International Science and Engineering Fair, is a guest during Anand Chandrasekher''s keynote at IDF.";
aidx[8] = "08";

imgarr[9] = new Image();
imgarr[9].src = "/pressroom/kits/events/idffalltw_2008/images/t09.jpg";
title[9] = "Mooly Eden shows off a Calpella network design in a Tuesday media briefing at IDF Taiwan. Calpella takes advantage of specific features of the new Nehalem architecture for improved mobile platform performance and energy efficiency in a number of ways.";
aidx[9] = "09";

imgarr[10] = new Image();
imgarr[10].src = "/pressroom/kits/events/idffalltw_2008/images/t10.jpg";
title[10] = "The Intel Developer Forum in Taiwan drew more than 3,000 developers, engineers, media and other technical audiences over two busy days at the Taipei International Convention Center.";
aidx[10] = "10";

imgarr[11] = new Image();
imgarr[11].src = "/pressroom/kits/events/idffalltw_2008/images/t11.jpg";
title[11] = "Sharing a light moment during Tuesday''s post-keynote media Q&amp;A are, from left, Shane Wall, vice president of Intel''s Mobility Group and an Ultra Mobility Group director; Mooly Eden, corporate vice president and general manager, Intel''s Mobile Platforms Group; and Stanley Huang, Advanced Technical Sales and Services, Intel''s Asia Pacific Region.";
aidx[11] = "11";

imgarr[12] = new Image();
imgarr[12].src = "/pressroom/kits/events/idffalltw_2008/images/t12.jpg";
title[12] = "Mooly Eden used his Tuesday IDF Taiwan keynote to describe the latest Intel mobile technologies for expanding the frontiers of mobility as newer Internet applications continue to drive how people use their PCs, placing new demands on performance and capabilities requirements.";
aidx[12] = "12";

imgarr[13] = new Image();
imgarr[13].src = "/pressroom/kits/events/idffalltw_2008/images/t13.jpg";
title[13] = "Intel® Core™2 Quad processor Q9400";
aidx[13] = "13";

imgarr[14] = new Image();
imgarr[14].src = "/pressroom/kits/events/idffalltw_2008/images/t14.jpg";
title[14] = "Intel® 3210 chipset";
aidx[14] = "14";

imgarr[15] = new Image();
imgarr[15].src = "/pressroom/kits/events/idffalltw_2008/images/t15.jpg";
title[15] = "Intel® Q45 Express chipset";
aidx[15] = "15";

imgarr[16] = new Image();
imgarr[16].src = "/pressroom/kits/events/idffalltw_2008/images/t16.jpg";
title[16] = "Shane Wall holds up a USI MID during his Tuesday keynote at IDF Taiwan. At the event USI showcased the world''s thinnest MID based on the Intel Atom processor.";
aidx[16] = "16";

/*
imgarr[2] = new Image();
imgarr[2].src = "/pressroom/kits/events/idffalltw_2008/images/t2.jpg";
title[2] = "";
aidx[2] = "2";
*/

function roll(n) {
  if (imgarr[n] == null) return;
  document.img.src = imgarr[n].src;
  document.art.titl.value = title[n];
}

function setup() {
  roll('3');
  for (i=1;i<17;i++) {
    im = "im"+i;
    document[im].src=imgarr[i].src;
  }
}
