
		// initialise
		var emailFriend;
		window.onload = function() {
			emailFriend = new fx.Combo('emailFriend', {height: true, opacity: true, duration: 500});
			// hide divs
			emailFriend.hide();
		}
