	if (document.images) {
		
		bgText = new Image
		fiveText = new Image
		twoText = new Image
		threeText = new Image
		fourText = new Image


		
		bgText.src = "images/cpicbg.jpg"
		fiveText.src = "images/cpicfive.jpg"
		twoText.src = "images/cpictwo.jpg"
		threeText.src = "images/cpicthree.jpg"
		fourText.src = "images/cpicfour.jpg"

	}
	else {
	
		bgText = ""
		fiveText = ""
		twoText = ""
		threeText = ""
		fourText = ""
		document.textField = ""
	}


function mailto(domain,user) 
{ 
document.location.href = "mailto:" + user + "@" + domain;
}

	