﻿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)
{
    var newWin = window.open(url,
	"OfferWindow", "resizable=yes,scrollbars=yes,status=yes,toolbar=yes,menubar=yes,location=yes,width=650,height=500");
    newWin.focus();
}







