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