	if (document.images) {
		
		bgText = new Image
		twentyfiveText = new Image
		thirtytwoText = new Image
		twentyfourText = new Image
		fourtytwoText = new Image


		
		bgText.src = "images/cpicseventeen.jpg"
		twentyfiveText.src = "images/cpictwentyfive.jpg"
		thirtytwoText.src = "images/cpicthirtytwo.jpg"
		twentyfourText.src = "images/cpictwentyfour.jpg"
		fourtytwoText.src = "images/cpicfourtytwo.jpg"

	}
	else {
	
		bgText = ""
		twentyfiveText = ""
		thirtytwoText = ""
		twentyfourText = ""
		fourtytwoText = ""
		document.textField = ""
	}


function mailto(domain,user) 
{ 
document.location.href = "mailto:" + user + "@" + domain;
}

	
