// JavaScript Document

function closeCoupon() {
	if (document.getElementById) {
		top.document.getElementById('coupondiv').style.visibility = "hidden";
		
	}
}
