
// (C) 2003 by CodeLifter.com
// Free for all users, but leave in this header.

var SlideShowSpeed = 3000;

var CrossFadeDuration = 2;

var Picture = new Array(); 
var Caption = new Array(); 
var Description = new Array(); 
var showHot = false;    

Picture[1]  = '		images/gallery/hybridSound/	15-Tunes-close-up-ear-muff.jpg	';
Picture[2]  = '		images/gallery/hybridSound/	15-Tunes-close-up.jpg	';
Picture[3]  = '		images/gallery/hybridSound/	15-Tunes-details.jpg	';
Picture[4]  = '		images/gallery/hybridSound/	15-Tunes-hammers-close-up.jpg	';
Picture[5]  = '		images/gallery/hybridSound/	15-Tunes-profile.jpg	';
Picture[6]  = '		images/gallery/hybridSound/	A-Touch-Preserved-Xylophopne-Details-website.jpg	';
Picture[7]  = '		images/gallery/hybridSound/	Blender-Sound-Funnel-rear-view.jpg	';
Picture[8]  = '		images/gallery/hybridSound/	Clariphone.jpg	';
Picture[9]  = '		images/gallery/hybridSound/	Inside-of-dentist-sink.jpg	';
Picture[10]  = '		images/gallery/hybridSound/	Oblique-Tones.jpg	';
Picture[11]  = '		images/gallery/hybridSound/	Practice-chanter.jpg	';
Picture[12]  = '		images/gallery/hybridSound/	Rockin-dixie-belle.jpg	';
Picture[13]  = '		images/gallery/hybridSound/	Stringed-instrument.jpg	';
Picture[14]  = '		images/gallery/hybridSound/	Synaesthesia.jpg	';
Picture[15]  = '		images/gallery/hybridSound/	Temporal-Sounds_details.jpg	';
Picture[16]  = '		images/gallery/hybridSound/	Temporal-Sounds_side_view.jpg	';
Picture[17]  = '		images/gallery/hybridSound/	Temporal-Soundsfront_view.jpg	';
Picture[18]  = '		images/gallery/hybridSound/	Theremin.jpg	';
Picture[19]  = '		images/gallery/hybridSound/	Verticle-Xylophone-2.jpg	';
Picture[20]  = '		images/gallery/hybridSound/	Verticle-Xylophone.jpg	';
Picture[21]  = '		images/gallery/hybridSound/	Verticle-Xylopipe-profile.jpg	';





Caption[1]  = 		"	15-Tunes-close-up-ear-muff.jpg	";
Caption[2]  = 		"	15-Tunes-close-up.jpg	";
Caption[3]  = 		"	15-Tunes-details.jpg	";
Caption[4]  = 		"	15-Tunes-hammers-close-up.jpg	";
Caption[5]  = 		"	15-Tunes-profile.jpg	";
Caption[6]  = 		"	A-Touch-Preserved-Xylophopne-Details-website.jpg	";
Caption[7]  = 		"	Blender-Sound-Funnel-rear-view.jpg	";
Caption[8]  = 		"	Clariphone.jpg	";
Caption[9]  = 		"	Inside-of-dentist-sink.jpg	";
Caption[10]  = 		"	Oblique-Tones.jpg	";
Caption[11]  = 		"	Practice-chanter.jpg	";
Caption[12]  = 		"	Rockin-dixie-belle.jpg	";
Caption[13]  = 		"	Stringed-instrument.jpg	";
Caption[14]  = 		"	Synaesthesia.jpg	";
Caption[15]  = 		"	Temporal-Sounds_details.jpg	";
Caption[16]  = 		"	Temporal-Sounds_side_view.jpg	";
Caption[17]  = 		"	Temporal-Soundsfront_view.jpg	";
Caption[18]  = 		"	Theremin.jpg	";
Caption[19]  = 		"	Verticle-Xylophone-2.jpg	";
Caption[20]  = 		"	Verticle-Xylophone.jpg	";
Caption[21]  = 		"	Verticle-Xylopipe-profile.jpg	";












var tss;
var iss;
var jss = 0;
var pss = Picture.length-1;

var preLoad = new Array();
for (iss = 1; iss < pss+1; iss++){
preLoad[iss] = new Image();
preLoad[iss].src = Picture[iss];}

function control(how){
if (showHot){
if (how=="1") jss = 1; 
if (how=="2") jss = 2; 
if (how=="3") jss = 3; 
if (how=="4") jss = 4; 
if (how=="5") jss = 5; 
if (how=="6") jss = 6; 
if (how=="7") jss = 7; 
if (how=="8") jss = 8; 
if (how=="9") jss = 9;
if (how=="10") jss = 10; 
if (how=="11") jss = 11; 
if (how=="12") jss = 12; 
if (how=="13") jss = 13; 
if (how=="14") jss = 14; 
if (how=="15") jss = 15; 
if (how=="16") jss = 16; 
if (how=="17") jss = 17; 
if (how=="18") jss = 18; 
if (how=="19") jss = 19;
if (how=="20") jss = 20; 
if (how=="21") jss = 21; 



if (how=="F") jss = jss + 1;
if (how=="B") jss = jss - 1;
if (jss > (pss)) jss=1;
if (jss < 1) jss = pss;
if (document.all){
document.images.PictureBox.style.filter="blendTrans(duration2)";
document.images.PictureBox.style.filter="blendTrans(durationCrossFadeDuration)";
document.images.PictureBox.filters.blendTrans.Apply()}
document.images.PictureBox.src = preLoad[jss].src;
if (document.getElementById) document.getElementById("CaptionBox").innerHTML= Caption[jss];

if (document.all) document.images.PictureBox.filters.blendTrans.Play();
}}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}


