function openCoupon(userid, couponid) {
	window.open("../Services/Coupon.aspx?UserId=" + userid + "&CouponId=" + couponid, "ViewCoupon");
}

function openM3PowerNitro() {
	window.open("http://www.gillettem3power.com/fr/home_f.asp", "M3PowerNitro");
}

function openLegal() {
	window.open("http://www.fr.pg.com/privacy/mentionslegales.html", "M3PowerNitro");
}

function openProtection() {
	window.open("http://www.pg.com/privacy/french/privacy_notice.html", "privacy");
}

function openPrivacy() {
	window.open("http://www.pg.com/privacy/contact_us/privacy_country_list.html#fran", "privacy");
}

function openReglement() {
	window.open("http://www.gillette.fr/fr/reglement2.html", "reglement2");
}

function previewBarberImage(uniqueId) {
	window.open("PreviewBarberImage.aspx?UniqueId=" + uniqueId, "barbier_virtuel", "width=500,height=700,scrollbars=yes,resizable=yes");
}

function openScene(scene) {
	var url = "Gillette.aspx?SceneName=" + scene;
	window.open(url, "Gillette");
}

function openGPage(pageId, parentSiteId) {
	var url = "Gillette.aspx?pageId=" + pageId + "&parentSiteId=" + parentSiteId;
	window.open(url, "Gillette");
}