function ViewEvent(eventID){
	urlparam = "EventDetail.aspx?ID=" + eventID
	window.open(urlparam,"","width=400,height=350,top=50,left=50,location=no,toolbar=no,status=no,resizable=yes,scrollbars=yes,menubar=no")
}

function preloadimages()
{
	if (document.images)
	{
		pic1= new Image(193,20); 
		pic1.src="/images/btnHome_On.gif"; 

		pic2= new Image(193,20); 
		pic2.src="/images/btnAbout_On.gif"; 

		pic3= new Image(193,20); 
		pic3.src="/images/btnHistory_On.gif";  
		
		pic4= new Image(193,20); 
		pic4.src="/images/btnDonations_On.gif";  
		
		pic5= new Image(193,20); 
		pic5.src="/images/btnEducational_On.gif";  
		
		pic6= new Image(193,20); 
		pic6.src="/images/btnCommunities_On.gif";  
		
		pic7= new Image(193,20); 
		pic7.src="/images/btnTestimonials_On.gif";  
		
		pic8= new Image(193,20); 
		pic8.src="/images/btnQualityFirst_On.gif";  
		
		pic9= new Image(193,20); 
		pic9.src="/images/btnPressRoom_On.gif";  
		
		pic10= new Image(193,20); 
		pic10.src="/images/btnContactUs_On.gif";  
	}
}

function DisplayHistory(sPanel)
{
		history1.style.display = 'none';
		history2.style.display = 'none';										
		history3.style.display = 'none';
		history4.style.display = 'none';
		history5.style.display = 'none';										
		history6.style.display = 'none';
		history7.style.display = 'none';	
		
		var ID_container = document.all ? document.all[sPanel] : document.getElementById ? document.getElementById(sPanel) : null;
		
		if (ID_container)
		{
			ID_container.style.display = "block";
		}
}


function ViewPic(picPath)
{
	urlparam="ViewImage.asp?PATH="+picPath
	window.open(urlparam,"","width=640,height=520,top=50,left=50,location=no,toolbar=no,status=no,resizable=yes,scrollbars=yes,menubar=no")
}


function SwapImg(objImage, sImageFile)
{
	objImage.src = 'images/' + sImageFile;
}
