
window.onload = function(){
	

	imageFader()
	checkForImageSwap()
	linkToNewWindow()	
	checkSlideshowSupport()
 	setupSlider()
	checkLargeImage()
	activateDropDownMenus()	
	
}

function clearInput(obj) {
	
	
	
	if ((obj.value == "Enter contact name") || (obj.value == "Enter email address")) {
		
			obj.value = ""
			
		}
			
	
}


function checkForAlertMessage()	{
	
	if(alertMessage != "") {
		
		
	alert(alertMessage)	
	//alertMessage = ""	
	
	}		
		
}



