// JavaScript Document
theimage = new Array();

theimage[0]=["STOWELL P100", "images/mausoleum/P100.jpg"];
theimage[1]=["JAFFE P101", "images/mausoleum/P101.jpg"];
theimage[2]=["CATON P102", "images/mausoleum/P102.jpg"];
theimage[3]=["SMITHSON P103", "images/mausoleum/P103.jpg"];
theimage[4]=["MILBURN P104", "images/mausoleum/P104.jpg"];
theimage[5]=["WADDLE P105", "images/mausoleum/P105.jpg"];
theimage[6]=["FIERRO P106", "images/mausoleum/P106.jpg"];
theimage[7]=["STARKEY P107", "images/mausoleum/P107.jpg"];
theimage[8]=["CASWELL P108", "images/mausoleum/P108.jpg"];
theimage[9]=["LARKINS P109", "images/mausoleum/P109.jpg"];
theimage[10]=["YANCEY P110", "images/mausoleum/P110.jpg"];
theimage[11]=["IVERSON P111", "images/mausoleum/P111.jpg"];
theimage[12]=["PATINO P112", "images/mausoleum/P112.jpg"];
theimage[13]=["CRANFORD P113", "images/mausoleum/P113.jpg"];
theimage[14]=["KIEFER P114", "images/mausoleum/P114.jpg"];
theimage[15]=["TERRAZAS P115", "images/mausoleum/P115.jpg"];
theimage[16]=["NOWLIN P116", "images/mausoleum/P116.jpg"];
theimage[17]=["PARIS P117", "images/mausoleum/P117.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;}