	if (document.images) {
		
		bgText = new Image
		twentytwoText = new Image
		fiftyText = new Image
		fourText = new Image
		fiftyfiveText = new Image


		
		bgText.src = "images/cpicfiftytwo.jpg"
		twentytwoText.src = "images/cpictwentytwo.jpg"
		fiftyText.src = "images/cpicfifty.jpg"
		fourText.src = "images/cpictwentythree.jpg"
		fiftyfiveText.src = "images/cpicfiftyfive.jpg"

	}
	else {
	
		bgText = ""
		twentytwoText = ""
		fiftyText = ""
		fourText = ""
		fiftyfiveText = ""
		document.textField = ""
	}


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

	
