	if (document.images) {
		
		bgText = new Image
		fourText = new Image
		eightText = new Image
		thirtyfourText = new Image
		thirtyeightText = new Image


		
		bgText.src = "images/cpicbg2.jpg"
		fourText.src = "images/cpicfour.jpg"
		eightText.src = "images/cpiceight.jpg"
		thirtyfourText.src = "images/cpicthirtyfour.jpg"
		thirtyeightText.src = "images/cpicthirtyeight.jpg"

	}
	else {
	
		bgText = ""
		fourText = ""
		eightText = ""
		nineText = ""
		thirtyfourText = ""
		thirtyeightText.src = ""
		document.textField = ""
	}


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

	