	if (document.images) {
		
		bgText = new Image
		oneText = new Image
		twentyoneText = new Image
		sixteenText = new Image
		fourteenText = new Image


		
		bgText.src = "images/cpictwentythree.jpg"
		oneText.src = "images/cpicone.jpg"
		twentyoneText.src = "images/cpictwentyone.jpg"
		sixteenText.src = "images/cpicsixteen.jpg"
		fourteenText.src = "images/cpicfourteen.jpg"

	}
	else {
	
		bgText = ""
		oneText = ""
		twentyoneText = ""
		sixteenText = ""
		fourteenText.src = ""
		document.textField = ""
	}


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

	