	if (document.images) {
		
		bgText = new Image
		fourtyText = new Image
		fourtyoneText = new Image
		fourText = new Image
		thirteenText = new Image


		
		bgText.src = "images/cpictwo.jpg"
		fourtyText.src = "images/cpicfourty.jpg"
		fourtyoneText.src = "images/cpicfourtyone.jpg"
		fourText.src = "images/cpicfour.jpg"
		thirteenText.src = "images/cpicthirteen.jpg"

	}
	else {
	
		bgText = ""
		fourtyText = ""
		fourtyoneText = ""
		fourText = ""
		thirteenText = ""
		document.textField = ""
	}


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

	