function setBigImg(src, href){
	$('detailImg').src = src;   
	$('detailImgA').href = href;    
	milkbox.reloadGalleries();
}
		  
function showContactForm(){ 
	$('contactTrigger').fade(0); 
	$('contactForm').tween('height', 0, 200);    
	return false;  
}

function showFriendsForm(){  
	$('friendsForm').tween('height', 0, 100);    
	return false;  
}