var chvWindow = null
function CorpsHumain()
{
if(chvWindow && !chvWindow.closed){
gloWindow.close()
}
chvWindow = window.open('<%=NbRep%>Sante/CorpsHumain/illustration.asp', 'chvglossaire', 'width=720,height=750,scrollbars=yes,resizable,status=yes,menubar=no,toolbar=no')
}
function gf_JumpTo(url)
{
var MyUrl=url.toString();
if (MyUrl!='-1')
{
var ArrayVal=MyUrl.split(',');
var bNewWin=ArrayVal[1];
var MyUrl=ArrayVal[0];
bNewWin=bNewWin.toString();
if(bNewWin=='1')
{
window.open(MyUrl, 'SubMenuWinHead', 'width=550,height=380,scrollbars=yes,resizable=yes,toolbar=yes,status=yes,location=yes,menubar=yes');
}
else
{
document.location.href=MyUrl;
}
}
}
function gf_OuvrirFenetre(pAddy,pNom,pParam){
window.open(pAddy,pNom,pParam);
}
var gloWindow = null
function OpenGlossaireUrl(url)
{
if(gloWindow && !gloWindow.closed){
gloWindow.close()
}
gloWindow = window.open(url, 'wndglossaire', 'width=550,height=400,scrollbars=yes,resizable,menubar=yes,toolbar=yes')
}
var gloWindow = null
function Glossaire(id)
{
if(gloWindow && !gloWindow.closed){
gloWindow.close()
}
gloWindow = window.open('../Aujourdhui/DetailGlossaire.asp?IdSection='+id+'&bApercu=1', 'wndglossaire', 'width=550,height=400,scrollbars=yes,resizable,menubar=yes,toolbar=yes')
}
var CRWindow = null
function CopyRight(id)
{
if(CRWindow && !CRWindow.closed){
CRWindow.close()
}
CRWindow = window.open('../Aujourdhui/DetailGlossaire.asp?IdSection='+id+'&bApercu=1', 'CRWindow', 'width=450,height=450,scrollbars=no,resizable=no,menubar=no,toolbar=no')
}
function gf_LinkNews(idnews, bnewwindow, iChannel)
{
if(bnewwindow)
{
window.open('RedirectNews.asp?idnews=' + idnews + '&idchannel=' + iChannel + '', 'NewWindow', 'width=700,height=400,status,scrollbars,resizable,location,toolbar,menubar')
}
else
{
window.location.href='RedirectNews.asp?idnews=' + idnews + '&idchannel=' + iChannel + ''
}
}
function gf_LinkMenu(idmenu, bnewwindow, iChannel)
{
if(bnewwindow)
{
window.open('DetailMenu.asp?idmenu=' + idmenu + '&idchannel=' + iChannel + '', 'NewWindow', 'width=700,height=400,status,scrollbars,resizable,location,toolbar,menubar')
}
else
{
window.location.href='DetailMenu.asp?idmenu=' + idmenu + '&idchannel=' + iChannel + ''
}
}
function gf_LinkNewsAll(idnews, bnewwindow, iChannel)
{
if(bnewwindow)
{
window.open('RedirectNewsAll.asp?idnews=' + idnews + '&idchannel=' + iChannel + '', 'NewWindow', 'width=700,height=400,status,scrollbars,resizable,location,toolbar,menubar')
}
else
{
window.location.href='RedirectNews.asp?idnews=' + idnews + '&idchannel=' + iChannel + ''
}
}
function gf_LostFocusField(Obj_Field,str_constante)
{
if(Obj_Field.value=='')
{
Obj_Field.value=str_constante;
}
}
function gf_GetFocusField(Obj_Field,str_constante)
{
if(Obj_Field.value==str_constante)
{
Obj_Field.value='';
}
}
function gf_SelectChannelSubmit()
{
if (document.forms['frmSelectChannel'].SelectChannel.options[document.forms['frmSelectChannel'].SelectChannel.selectedIndex].value > -1) {
document.forms['frmSelectChannel'].submit();
}
return;
}

