// JavaScript Donation Peel

function donateBigButton(x) {
	
	var x = x * 1000;
	setTimeout ("Effect.BlindDown('donateBigButton', { duration:0.5 });", x);
	
}

