function email(addy){
	window.location.href = "mailto:" + addy + "@frenchcc.com";	
}
function imagepop(theimage) {
	var random_num1 = (Math.round((Math.random()*9)+1));
	var random_num2 = (Math.round((Math.random()*9)+1));
	window.open("includes/imagepop.php?image="+theimage,'FCCpopupImage'+random_num1+random_num2,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150')
}
