function print_coupon(id, coupon_url, w, h)
{
	window.open ("http://www.coffeenewspaper.ca/config/coupons/"+id+"/" + coupon_url,
"mywindow","menubar=1,resizable=1,width="+w+",height="+h); 


}