

// spawn coupon popup

function checkQuery () {
		var query = top.location.search.substring(1);
		
		if(query.indexOf("coupon") == 0) {
			openWin2('/french/coupon/coupon_index.html','480','350','no','no');
		}
		
	}

