<!--
document.writeln("<script language=\"javascript\" type=\"text/javascript\">");
document.writeln("// (C) 2002 www.CodeLifter.com");
document.writeln("// http://www.codelifter.com");
document.writeln("// Set the slideshow speed (in milliseconds)");
document.writeln("var SlideShowSpeed2 = 4000;");
document.writeln("");
document.writeln("// Set the duration of crossfade (in seconds)");
document.writeln("var CrossFadeDuration2 = 3;");
document.writeln("");
document.writeln("var Picture2 = new Array(); // don't change this");
document.writeln("var Caption2 = new Array(); // don't change this");
document.writeln("");
document.writeln("Picture2[1] = '/digitalsignage/vendors/nec/new/Image0001.jpg';");
document.writeln("Picture2[2] = '/digitalsignage/vendors/nec/new/Image0002.jpg';");
document.writeln("Picture2[3] = '/digitalsignage/vendors/nec/new/Image0003.jpg';");
document.writeln("Picture2[4] = '/digitalsignage/vendors/nec/new/Image0004.jpg';");
document.writeln("Picture2[5] = '/digitalsignage/vendors/nec/new/Image0005.jpg';");
document.writeln("");
document.writeln("Caption2[1] = \"Picture courtesy of NEC Display Solutions\";");
document.writeln("Caption2[2] = \"Picture courtesy of NEC Display Solutions\";");
document.writeln("Caption2[3] = \"Picture courtesy of NEC Display Solutions\";");
document.writeln("Caption2[4] = \"Picture courtesy of NEC Display Solutions\";");
document.writeln("Caption2[5] = \"Picture courtesy of NEC Display Solutions\";");

document.writeln("");
document.writeln("var tss2;");
document.writeln("var iss2;");
document.writeln("var jss2 = 1;");
document.writeln("var pss2 = Picture2.length-1;");
document.writeln("");
document.writeln("var preLoad2 = new Array();");
document.writeln("for (iss2 = 1; iss2 < pss2+1; iss2++){");
document.writeln("preLoad2[iss2] = new Image();");
document.writeln("preLoad2[iss2].src = Picture2[iss2];}");
document.writeln("");
document.writeln("function runSlideShow2(){");
document.writeln("if (document.all){");
document.writeln("document.images.PictureBox2.style.filter=\"blendTrans(duration=2)\";");
document.writeln("document.images.PictureBox2.style.filter=\"blendTrans(duration=CrossFadeDuration2)\";");
document.writeln("document.images.PictureBox2.filters.blendTrans.Apply();}");
document.writeln("document.images.PictureBox2.src = preLoad2[jss2].src;");
document.writeln("if (document.getElementById2) document.getElementById2(\"CaptionBox2\").innerHTML= Caption2[jss2];");
document.writeln("if (document.all) document.images.PictureBox2.filters.blendTrans.Play();");
document.writeln("jss2 = jss2 + 1;");
document.writeln("if (jss2 > (pss2)) jss2=1;");
document.writeln("tss2 = setTimeout('runSlideShow2()', SlideShowSpeed2);");
document.writeln("}");
document.writeln("");
document.writeln("</script\>");
//-->