/***
 * Fonction de fermeture de la fenetre
 ***/

function close_pop()
{
window.close();
}

function goClose_pop()
{
window.open("http://club.euronext.com/isin/download", "goPop", "toolbar=no, location=no, directories=no, status=yes, scrollbars=yes, resizable=no, copyhistory=no, width=657, height=615, left=20, top=20");
window.close();
}


/***
 * Fonction d'ouverture de pop up pour le NL
**/

function off_nl()
{
window.open("warn-line.htm", "off_nl", "toolbar=no, location=no, directories=no, status=yes, scrollbars=yes, resizable=no, copyhistory=no, width=657, height=615, left=20, top=20");
}
function on_nl()
{
window.open("warn-off.htm", "on_nl", "toolbar=no, location=no, directories=no, status=yes, scrollbars=yes, resizable=no, copyhistory=no, width=657, height=615, left=20, top=20");
}

/***
 * Fonction d'ouverture de pop up pour le PT
**/

function off_pt()
{
window.open("warn-line.htm", "off_pt", "toolbar=no, location=no, directories=no, status=yes, scrollbars=yes, resizable=no, copyhistory=no, width=657, height=615, left=20, top=20");
}
function on_pt()
{
window.open("warn-off.htm", "on_pt", "toolbar=no, location=no, directories=no, status=yes, scrollbars=yes, resizable=no, copyhistory=no, width=657, height=615, left=20, top=20");
}

/***
 * Fonction d'ouverture de pop up pour le FR
**/

function off_fr()
{
window.open("warn-line.htm", "off_fr", "toolbar=no, location=no, directories=no, status=yes, scrollbars=yes, resizable=no, copyhistory=no, width=657, height=615, left=20, top=20");
}
function on_fr()
{
window.open("warn-off.htm", "on_fr", "toolbar=no, location=no, directories=no, status=yes, scrollbars=yes, resizable=no, copyhistory=no, width=657, height=615, left=20, top=20");
}

/***
 * Fonction d'ouverture de pop up pour le EN
**/

function off_en()
{
window.open("warn-line.htm", "off_en", "toolbar=no, location=no, directories=no, status=yes, scrollbars=yes, resizable=no, copyhistory=no, wwidth=657, height=615, left=20, top=20");
}
function on_en()
{
window.open("warn-off.htm", "on_en", "toolbar=no, location=no, directories=no, status=yes, scrollbars=yes, resizable=no, copyhistory=no, width=657, height=615, left=20, top=20");
}