function keyPopup(_1,_2){
if(!window.focus){
return true;
}
var _3;
if(typeof (_1)=="string"){
_3=_1;
}else{
_3=_1.href;
}
window.open(_3,_2,"width=700,height=520,scrollbars=yes,toolbars=no,menubar=no,location=no");
return false;
}
function helpPopup(_4,_5){
if(!window.focus){
return true;
}
var _6;
if(typeof (_4)=="string"){
_6=_4;
}else{
_6=_4.href;
}
window.open(_6,_5,"width=700,height=600,scrollbars=yes,toolbars=no,menubar=no,location=no");
return false;
}
function detachedRTPIPopup(_7,_8){
if(!window.focus){
return true;
}
var _9;
if(typeof (_7)=="string"){
_9=_7;
}else{
_9=_7.href;
}
window.open(_9,_8,"width=380,height=200,scrollbars=no,toolbars=no,menubar=no,location=no");
return false;
}

