// JavaScript Document
theimage = new Array();

theimage[0]=["BERRYMAN M211", "images/desslt/M211.jpg"];
theimage[1]=["FAULKNER M218", "images/desslt/M218.jpg"];
theimage[2]=["THOMAS M281", "images/desslt/M281.jpg"];
theimage[3]=["NORRIS M290", "images/desslt/M290.jpg"];
theimage[4]=["LENNIGAN M326", "images/desslt/M326.jpg"];
theimage[5]=["BOISE M327", "images/desslt/M327.jpg"];
theimage[6]=["HALTER M480", "images/desslt/M480.jpg"];
theimage[7]=["JENKINS M481", "images/desslt/M481.jpg"];
theimage[8]=["JOHNSTON M482", "images/desslt/M482.jpg"];
theimage[9]=["WATTMAN M483", "images/desslt/M483.jpg"];
theimage[10]=["GARLAND M510", "images/desslt/M510.jpg"];
theimage[11]=["LEDFORD M511", "images/desslt/M511.jpg"];
theimage[12]=["ETKIN M580", "images/desslt/M580.jpg"];

playspeed=3000; 
dotrans=1;   
transtype='blendTrans';  
transattributes='duration=1,transition=23';  
randomorder=1;
playdiffernce=500;  
autostart=0;
preloadslides=1;
function makeRandom() {
tempimage = new Array();
for(p=0;p<theimage.length;p++){
for(p1=0;p1>-1;p1) {tempNum = Math.floor(Math.random()*theimage.length)
if(!tempimage[tempNum]){tempimage[tempNum]=theimage[p];break}}}
for(p=0;p<theimage.length;p++)theimage[p]=tempimage[p]}
if(randomorder==1)makeRandom()

function preloadSlide() {for(k=0;k<til;k++) {theimage[k][1]=new Image().src=theimage[k][1];}}

window.onload=function(){
if(window.preloadslides)preloadSlide();if(window.autostart)slidePlay();}

window.onresize=function(){
if(document.layers)this.location=this.location;}