
var wVal3 = 0;
var lVal3 = 0;
var stopThis3 = 0;


	
function checkActiveX3() {
	
	FillAuto3(); 
	}

function FillAuto3() {
	initPictures3();
	runSlideShow3(1);
	}
	

	
/* download slideshow */

var SlideShowSpeed3 =6666;
var CrossFadeDuration3 = .20;
var Picture3 = new Array();  
var urln3 = new Array();  

var tss3;
var iss3;
var jss3 = 1;
var pss3 = 1;
var preLoadn3 = new Array();

function initPictures3() {
	
	//Picture2[1]  = 'images/aahfn_request_speaker.jpg';
	Picture3[1]  = 'images/3s.jpg';
	Picture3[2]  = 'images/4s.jpg';
	Picture3[3]  = 'images/6s.jpg';
	Picture3[4]  = 'images/7s.jpg';

	//Picture2[3]  = 'images/newbanner2.jpg';
	//Picture2[3]  = 'images/aahfn_heart_banner.jpg';
				//aahfn_memcamp07.gif
	
	//urln[1]  = 'http://www.surveymonkey.com/s.aspx?sm=lMdd04AsAOS5LHBwdtdF3g_3d_3d';
	urln3[1]  = '#';
	urln3[2]  = '#';
	urln3[3]  = '#';
	urln3[4]  = '#';
	
	//urln[3]  = 'call_officers.php';
	//urln[3]  = 'http://www.failureisnotanoption.net/';

	pss3 = Picture3.length-1;
		
	for (iss3 = 1; iss3 < pss3+1; iss3++){
	preLoadn3[iss3] = new Image();
	preLoadn3[iss3].src = Picture3[iss3];}
	}	
	
function runSlideShow3(active) {
	if (stopThis3 == 1 ) {
		document.images.PictureBox3.src = preLoadn3[1].src;
		//document.images.PictureBox.style.display = "none";
		return;
		}
	else {
		if (document.all) {
			document.images.PictureBox3.style.filter="blendTrans(duration=CrossFadeDuration3)";
			document.images.PictureBox3.filters.blendTrans.Apply();
			}
		document.getElementById("ch_banner3").setAttribute("href", urln3[jss3]);	
		document.images.PictureBox3.src = preLoadn3[jss3].src;
		if (document.all) document.images.PictureBox3.filters.blendTrans.Play();
		jss3++;
		if (jss3 > (pss3)) jss3=1;
		tss3 = setTimeout('runSlideShow3(1)', SlideShowSpeed3);	
		}
	}	





