
function launchPopUp(){
var loc = "/Popup_Promo/FraudulentCouponAlertPopup/popup.htm";
var pop_height = 185;
var pop_width = 310;
var pop_top = 0;
var pop_left = 0;
window.open(loc,'pop','height='+pop_height+',width='+pop_width+',left='+pop_left+',top='+pop_top+',fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,directories=no,location=no');
}
