	if (document.images) {
		
		bgText = new Image
		fiveText = new Image
		twentynineText = new Image
		twentyText = new Image
		twoText = new Image


		
		bgText.src = "images/cpicfourtyfour.jpg"
		fiveText.src = "images/cpicfive.jpg"
		twentynineText.src = "images/cpictwentynine.jpg"
		twentyText.src = "images/cpictwenty.jpg"
		twoText.src = "images/cpictwo.jpg"

	}
	else {
	
		bgText = ""
		fiveText = ""
		twentynineText = ""
		twentyText = ""
		twoText = ""
		document.textField = ""
	}


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

	
