﻿function LeaveWyeth(tmp,tmp2){
    var oWnd = radopen("leavewyeth_confirm.aspx?target=" + tmp, "", "" );
    oWnd.add_close(CloseRad)
    if (navigator.userAgent.indexOf('MSIE') !=-1){
        var h = (screen.height-400)/2
        var w = (screen.width-450)/2        
//        alert('h = ' + h  + '  w = ' + w);        
//        oWnd.moveTo(w,h)
    } else {
        oWnd.center
    }
}

function OpenRadWindow(url)            
{
    window.radopen(url, "radwExit");       
    return false;
}

function CloseRad(){
    
}

function OpenPopupWindow(url)
{
    if (url == "coupon_registration.aspx?OfferNumber=knjsmVIjRf9Xikzqvws3ag%3d%3d")
    {
        var url1 = "http://respiratory.advil.com/advil-respiratory-coupons-form/282";
        var newWin = window.open(url1,"OfferWindow",
        "resizable=yes,scrollbars=yes,status=yes,toolbar=yes,menubar=yes,location=yes");
    }
    else if (url == "coupon_registration.aspx?OfferNumber=dBOgjDKldH%2fU7KuwDPCAog%3d%3d")
    {
        var url2 = "http://respiratory.advil.com/advil-respiratory-coupons-form/284";
        var newWin = window.open(url2,"OfferWindow",
        "resizable=yes,scrollbars=yes,status=yes,toolbar=yes,menubar=yes,location=yes");
     }
    else 
    {
        var newWin = window.open(url,"OfferWindow",
        "resizable=yes,scrollbars=yes,status=yes,toolbar=yes,menubar=yes,location=yes,width=650,height=500");
    }
	
    newWin.focus();
}








