<!-- script to open gift by mail or fax pages

function openMailGift(URL) {
	remote = window.open("/en/give/" + URL, "Donate Now", "width=740, height=600, resizable=0, toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=1"); 
}

function openMailGiftFr(URL) {
	remote = window.open("/fr/donner/" + URL, "Donate Now", "width=740, height=600, resizable=0, toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=1"); 
}

function redirect(URL) { 
	location = "/en/give/" + URL; 
}

function redirectFr(URL) { 
	location = "/fr/donner/" + URL; 
}

function printPage() { 
	print(document); 
}
